| /Linux-v5.4/net/sched/ |
| D | sch_tbf.c | 103 struct psched_ratecfg peak; member 206 return q->peak.rate_bytes_ps; in tbf_peak_present() 229 ptoks -= (s64) psched_l2t_ns(&q->peak, len); in tbf_dequeue() 301 struct psched_ratecfg peak; in tbf_change() local 343 psched_ratecfg_precompute(&peak, &qopt->peakrate, prate64); in tbf_change() 344 if (peak.rate_bytes_ps <= rate.rate_bytes_ps) { in tbf_change() 346 peak.rate_bytes_ps, rate.rate_bytes_ps); in tbf_change() 354 mtu = psched_l2t_ns(&peak, pburst); in tbf_change() 356 max_size = min_t(u64, max_size, psched_ns_t2l(&peak, mtu)); in tbf_change() 359 memset(&peak, 0, sizeof(peak)); in tbf_change() [all …]
|
| D | act_police.c | 172 psched_ratecfg_precompute(&new->peak, &P_tab->rate, prate64); in tcf_police_init() 180 new->tcfp_mtu_ptoks = (s64)psched_l2t_ns(&new->peak, in tcf_police_init() 253 ptoks -= (s64)psched_l2t_ns(&p->peak, in tcf_police_act() 332 psched_ratecfg_getrate(&opt.peakrate, &p->peak); in tcf_police_dump() 333 if ((police->params->peak.rate_bytes_ps >= (1ULL << 32)) && in tcf_police_dump() 335 police->params->peak.rate_bytes_ps, in tcf_police_dump()
|
| /Linux-v5.4/Documentation/devicetree/bindings/sound/ |
| D | cs35l34.txt | 28 - cirrus,boost-peak-milliamp : Boost converter peak current limit in mA. The 61 cirrus,boost-peak-milliamp = <3000>; /* 3A */
|
| D | cs35l36.txt | 18 - cirrus,boost-peak-milliamp : Boost-converter peak current limit in mA. 19 Configures the peak current by monitoring the current through the boost FET. 149 cirrus,boost-peak-milliamp = <4500>;
|
| D | cs35l35.txt | 60 - cirrus,boost-peak-milliamp : Boost-converter peak current limit in mA. 61 Configures the peak current by monitoring the current through the boost FET.
|
| /Linux-v5.4/Documentation/ABI/testing/ |
| D | sysfs-bus-iio-adc-envelope-detector | 6 The DAC is used to find the peak level of an alternating 35 step of the binary search for the input peak level. Needs
|
| /Linux-v5.4/drivers/leds/ |
| D | leds-as3645a.c | 124 u32 peak; member 239 reg = (flash->cfg.peak << AS_CONTROL_COIL_PEAK_SHIFT) in as3645a_set_control() 541 &cfg->peak); in as3645a_parse_node() 542 cfg->peak = AS_PEAK_mA_TO_REG(cfg->peak); in as3645a_parse_node()
|
| /Linux-v5.4/drivers/rpmsg/ |
| D | qcom_glink_native.h | 18 void (*peak)(struct qcom_glink_pipe *glink_pipe, void *data, member
|
| D | qcom_glink_smem.c | 268 rx_pipe->native.peak = glink_smem_rx_peak; in qcom_glink_smem_register()
|
| D | qcom_glink_rpm.c | 292 rx_pipe->native.peak = glink_rpm_rx_peak; in glink_rpm_probe()
|
| /Linux-v5.4/arch/arm/boot/dts/ |
| D | meson8b-ec100.dts | 142 * Silergy SY8089AAC-GP 2A continuous, 3A peak, 1MHz 175 * Silergy SY8089AAC-GP 2A continuous, 3A peak, 1MHz 190 * Silergy SY8089AAC-GP 2A continuous, 3A peak, 1MHz 225 * Silergy SY8089AAC-GP 2A continuous, 3A peak, 1MHz
|
| /Linux-v5.4/include/media/i2c/ |
| D | lm3560.h | 77 enum lm3560_peak_current peak; member
|
| /Linux-v5.4/sound/core/seq/ |
| D | seq_clientmgr.h | 64 int peak; member
|
| D | seq_clientmgr.c | 205 if (res->cur > res->peak) in usage_alloc() 206 res->peak = res->cur; in usage_alloc() 2453 snd_iprintf(buffer, " peak clients : %d\n", client_usage.peak); in snd_seq_info_clients_read()
|
| /Linux-v5.4/include/net/tc_act/ |
| D | tc_police.h | 15 struct psched_ratecfg peak; member
|
| /Linux-v5.4/Documentation/devicetree/bindings/iio/adc/ |
| D | envelope-detector.txt | 3 The DAC is used to find the peak level of an alternating voltage input
|
| /Linux-v5.4/drivers/net/can/sja1000/ |
| D | Kconfig | 47 (http://www.peak-system.com). 66 from PEAK-System (http://www.peak-system.com). To compile this
|
| /Linux-v5.4/drivers/media/i2c/ |
| D | rj54n1cb0c.c | 641 unsigned int peak, peak_50, peak_60; in rj54n1_sensor_scale() local 779 peak = 12 * RJ54N1_MAX_WIDTH * (1 << 14) * resize / rj54n1->tgclk_mhz / in rj54n1_sensor_scale() 781 peak_50 = peak / 6; in rj54n1_sensor_scale() 782 peak_60 = peak / 5; in rj54n1_sensor_scale() 792 ret = reg_write(client, RJ54N1_PEAK_DIFF, peak / 150); in rj54n1_sensor_scale()
|
| D | lm3560.c | 381 REG_FLASH_TOUT, 0x60, flash->pdata->peak); in lm3560_init_device() 416 pdata->peak = LM3560_PEAK_3600mA; in lm3560_probe()
|
| /Linux-v5.4/Documentation/devicetree/bindings/leds/ |
| D | leds-is31fl319x.txt | 38 will always have its peak value equal to led-max-microamp.
|
| /Linux-v5.4/Documentation/networking/ |
| D | iphase.txt | 133 xxx = the maximum peak cell rate, from 170 - 353207. 139 xxx = the maximum peak cell rate, from 170 - 353207.
|
| /Linux-v5.4/drivers/net/can/usb/ |
| D | Kconfig | 103 (see also http://www.peak-system.com).
|
| /Linux-v5.4/drivers/gpu/drm/msm/ |
| D | NOTES | 5 + MDP3 - ?? seems to be what is on geeksphone peak device
|
| /Linux-v5.4/Documentation/sound/cards/ |
| D | hdspm.rst | 109 or peak-meters over ioctl, or also to do only copying and no
|
| /Linux-v5.4/Documentation/power/ |
| D | charger-manager.rst | 38 consumption and slow down charging process. Or even, such peak power
|