/kernel/linux/linux-5.10/net/sched/ |
D | sch_tbf.c | 104 struct psched_ratecfg peak; member 251 return q->peak.rate_bytes_ps; in tbf_peak_present() 274 ptoks -= (s64) psched_l2t_ns(&q->peak, len); in tbf_dequeue() 345 struct psched_ratecfg peak; in tbf_change() local 387 psched_ratecfg_precompute(&peak, &qopt->peakrate, prate64); in tbf_change() 388 if (peak.rate_bytes_ps <= rate.rate_bytes_ps) { in tbf_change() 390 peak.rate_bytes_ps, rate.rate_bytes_ps); in tbf_change() 398 mtu = psched_l2t_ns(&peak, pburst); in tbf_change() 400 max_size = min_t(u64, max_size, psched_ns_t2l(&peak, mtu)); in tbf_change() 403 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() 265 ptoks -= (s64)psched_l2t_ns(&p->peak, in tcf_police_act() 341 psched_ratecfg_getrate(&opt.peakrate, &p->peak); in tcf_police_dump() 342 if ((police->params->peak.rate_bytes_ps >= (1ULL << 32)) && in tcf_police_dump() 344 police->params->peak.rate_bytes_ps, in tcf_police_dump()
|
/kernel/liteos_a/kernel/extended/plimit/ |
D | los_memlimit.c | 100 if (parentMemLimit->peak < parentMemLimit->usage) { in OsMemLimiterMigrate() 101 parentMemLimit->peak = parentMemLimit->usage; in OsMemLimiterMigrate() 125 if (plimits->peak < plimits->usage) { in OsMemLimitAddProcess() 126 plimits->peak = plimits->usage; in OsMemLimitAddProcess() 198 if (memLimit->peak < memLimit->usage) { in OsMemLimitCheckAndMemAdd() 199 memLimit->peak = memLimit->usage; in OsMemLimitCheckAndMemAdd()
|
D | los_memlimit.h | 45 UINT64 peak; member
|
/kernel/linux/linux-5.10/Documentation/ABI/testing/ |
D | sysfs-bus-iio-accel-adxl372 | 1 What: /sys/bus/iio/devices/triggerX/name = "adxl372-devX-peak" 6 which sets the device in a mode in which it will record only the peak acceleration
|
D | sysfs-bus-iio-adc-envelope-detector | 6 The DAC is used to find the peak level of an alternating 38 step of the binary search for the input peak level. Needs
|
/kernel/uniproton/src/core/ipc/queue/ |
D | prt_queue.c | 224 U16 peak; in OsQueueCpData2Node() local 252 peak = queueCb->queueTail > queueCb->queueHead ? queueCb->queueTail - queueCb->queueHead in OsQueueCpData2Node() 255 if (peak > queueCb->nodePeak) { in OsQueueCpData2Node() 256 queueCb->nodePeak = peak; in OsQueueCpData2Node()
|
/kernel/linux/linux-5.10/drivers/iio/humidity/ |
D | hdc2010.c | 58 unsigned long peak; member 64 .peak = HDC2010_REG_TEMP_MAX, 68 .peak = HDC2010_REG_HUMIDITY_MAX, 145 hdc2010_reg_translation[chan->address].peak); in hdc2010_get_peak_measurement_byte()
|
/kernel/linux/linux-5.10/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.
|
/kernel/linux/linux-5.10/arch/arm64/boot/dts/qcom/ |
D | sdm845.dtsi | 467 opp-peak-kBps = <800000 4800000>; 472 opp-peak-kBps = <800000 4800000>; 477 opp-peak-kBps = <800000 6451200>; 482 opp-peak-kBps = <800000 6451200>; 487 opp-peak-kBps = <800000 7680000>; 492 opp-peak-kBps = <1804000 9216000>; 497 opp-peak-kBps = <1804000 9216000>; 502 opp-peak-kBps = <1804000 10444800>; 507 opp-peak-kBps = <1804000 11980800>; 512 opp-peak-kBps = <1804000 11980800>; [all …]
|
D | sc7180.dtsi | 401 opp-peak-kBps = <1200000 4800000>; 406 opp-peak-kBps = <1200000 4800000>; 411 opp-peak-kBps = <1200000 4800000>; 416 opp-peak-kBps = <1804000 8908800>; 421 opp-peak-kBps = <2188000 12902400>; 426 opp-peak-kBps = <2188000 12902400>; 431 opp-peak-kBps = <3072000 15052800>; 436 opp-peak-kBps = <3072000 15052800>; 441 opp-peak-kBps = <3072000 15052800>; 446 opp-peak-kBps = <4068000 22425600>; [all …]
|
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/display/msm/ |
D | gpu.txt | 121 opp-peak-kBps = <5412000>; 127 opp-peak-kBps = <3072000>; 133 opp-peak-kBps = <3072000>; 139 opp-peak-kBps = <1804000>;
|
/kernel/linux/linux-5.10/drivers/media/platform/qcom/venus/ |
D | pm_helpers.c | 160 static void mbs_to_bw(struct venus_inst *inst, u32 mbs, u32 *avg, u32 *peak) in mbs_to_bw() argument 167 *peak = 0; in mbs_to_bw() 191 *peak = bw_tbl[i].peak_10bit; in mbs_to_bw() 194 *peak = bw_tbl[i].peak; in mbs_to_bw() 202 u32 mbs_per_sec, avg, peak, total_avg = 0, total_peak = 0; in load_scale_bw() local 206 mbs_to_bw(inst, mbs_per_sec, &avg, &peak); in load_scale_bw() 208 total_peak += peak; in load_scale_bw()
|
/kernel/linux/linux-5.10/drivers/leds/ |
D | leds-as3645a.c | 124 u32 peak; member 239 reg = (flash->cfg.peak << AS_CONTROL_COIL_PEAK_SHIFT) in as3645a_set_control() 542 &cfg->peak); in as3645a_parse_node() 543 cfg->peak = AS_PEAK_mA_TO_REG(cfg->peak); in as3645a_parse_node()
|
/kernel/linux/linux-5.10/drivers/rpmsg/ |
D | qcom_glink_native.h | 18 void (*peak)(struct qcom_glink_pipe *glink_pipe, void *data, member
|
/kernel/linux/linux-5.10/include/media/i2c/ |
D | lm3560.h | 77 enum lm3560_peak_current peak; member
|
/kernel/linux/linux-5.10/arch/arm/boot/dts/ |
D | meson8b-ec100.dts | 147 * Silergy SY8089AAC-GP 2A continuous, 3A peak, 1MHz 180 * Silergy SY8089AAC-GP 2A continuous, 3A peak, 1MHz 195 * Silergy SY8089AAC-GP 2A continuous, 3A peak, 1MHz 230 * Silergy SY8089AAC-GP 2A continuous, 3A peak, 1MHz
|
/kernel/linux/linux-5.10/sound/core/seq/ |
D | seq_clientmgr.h | 64 int peak; member
|
/kernel/linux/linux-5.10/drivers/opp/ |
D | core.c | 729 u32 avg, peak; in _set_opp_bw() local 738 peak = 0; in _set_opp_bw() 741 peak = opp->bandwidth[i].peak; in _set_opp_bw() 743 ret = icc_set_bw(opp_table->paths[i], avg, peak); in _set_opp_bw() 1441 opp1->bandwidth[0].peak != opp2->bandwidth[0].peak) in _opp_compare_key() 1442 return opp1->bandwidth[0].peak < opp2->bandwidth[0].peak ? -1 : 1; in _opp_compare_key()
|
/kernel/linux/linux-5.10/include/net/tc_act/ |
D | tc_police.h | 15 struct psched_ratecfg peak; member
|
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/iio/adc/ |
D | envelope-detector.txt | 3 The DAC is used to find the peak level of an alternating voltage input
|
/kernel/linux/linux-5.10/drivers/net/can/sja1000/ |
D | Kconfig | 47 (http://www.peak-system.com). 66 from PEAK-System (http://www.peak-system.com). To compile this
|
/kernel/linux/linux-5.10/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()
|