Home
last modified time | relevance | path

Searched refs:strength (Results 1 – 25 of 746) sorted by relevance

12345678910>>...30

/linux-6.1.9/arch/arm64/boot/dts/qcom/
Dmsm8916-pins.dtsi13 drive-strength = <16>;
21 drive-strength = <2>;
29 drive-strength = <16>;
37 drive-strength = <2>;
45 drive-strength = <12>;
52 drive-strength = <16>;
62 drive-strength = <2>;
70 drive-strength = <12>;
77 drive-strength = <16>;
87 drive-strength = <2>;
[all …]
Dsc7280-herobrine-audio-wcd9385.dtsi166 drive-strength = <8>;
171 drive-strength = <2>;
179 drive-strength = <8>;
184 drive-strength = <2>;
192 drive-strength = <2>;
202 drive-strength = <2>;
212 drive-strength = <2>;
222 drive-strength = <2>;
228 drive-strength = <6>;
233 drive-strength = <6>;
[all …]
Dmsm8996-sony-xperia-tone.dtsi160 drive-strength = <2>;
165 drive-strength = <2>;
171 drive-strength = <2>;
176 drive-strength = <2>;
181 drive-strength = <2>;
258 qcom,drive-strength = <PMIC_GPIO_STRENGTH_NO>;
277 qcom,drive-strength = <PMIC_GPIO_STRENGTH_NO>;
287 qcom,drive-strength = <PMIC_GPIO_STRENGTH_NO>;
305 qcom,drive-strength = <PMIC_GPIO_STRENGTH_LOW>;
315 qcom,drive-strength = <PMIC_GPIO_STRENGTH_NO>;
[all …]
Dqcs404-evb-4000.dts45 drive-strength = <2>;
61 drive-strength = <16>;
67 drive-strength = <2>;
73 drive-strength = <16>;
79 drive-strength = <2>;
85 drive-strength = <16>;
91 drive-strength = <2>;
Dsc7180-idp.dts475 qcom,drive-strength = <PMIC_GPIO_STRENGTH_MED>;
509 drive-strength = <2>;
519 drive-strength = <2>;
529 drive-strength = <2>;
539 drive-strength = <2>;
559 drive-strength = <2>;
566 drive-strength = <2>;
585 drive-strength = <2>;
591 drive-strength = <2>;
599 drive-strength = <2>;
[all …]
Dsc7280-idp.dtsi569 drive-strength = <8>;
574 drive-strength = <2>;
582 drive-strength = <8>;
587 drive-strength = <2>;
595 drive-strength = <2>;
605 drive-strength = <2>;
615 drive-strength = <2>;
625 drive-strength = <2>;
631 drive-strength = <6>;
636 drive-strength = <6>;
[all …]
Dmsm8994.dtsi779 drive-strength = <16>;
786 drive-strength = <2>;
794 drive-strength = <16>;
802 drive-strength = <2>;
809 drive-strength = <2>;
816 drive-strength = <2>;
823 drive-strength = <2>;
830 drive-strength = <2>;
837 drive-strength = <2>;
844 drive-strength = <2>;
[all …]
Dmsm8916-samsung-a2015-common.dtsi355 drive-strength = <2>;
363 drive-strength = <2>;
371 drive-strength = <2>;
379 drive-strength = <2>;
388 drive-strength = <8>;
395 drive-strength = <2>;
404 drive-strength = <2>;
412 drive-strength = <2>;
420 drive-strength = <2>;
427 drive-strength = <2>;
[all …]
Dqcs404-evb.dtsi236 drive-strength = <2>;
245 drive-strength = <16>;
251 drive-strength = <10>;
257 drive-strength = <10>;
270 drive-strength = <2>;
276 drive-strength = <2>;
282 drive-strength = <2>;
299 drive-strength = <2>;
370 drive-strength = <2>;
375 drive-strength = <2>;
[all …]
Dmsm8953.dtsi466 drive-strength = <2>;
473 drive-strength = <2>;
480 drive-strength = <16>;
486 drive-strength = <2>;
492 drive-strength = <10>;
498 drive-strength = <2>;
504 drive-strength = <10>;
510 drive-strength = <2>;
525 drive-strength = <16>;
532 drive-strength = <2>;
[all …]
/linux-6.1.9/arch/arm64/boot/dts/rockchip/
Drockchip-pinconf.dtsi25 drive-strength = <0>;
31 drive-strength = <1>;
37 drive-strength = <2>;
43 drive-strength = <3>;
49 drive-strength = <4>;
55 drive-strength = <5>;
61 drive-strength = <6>;
67 drive-strength = <7>;
73 drive-strength = <8>;
79 drive-strength = <9>;
[all …]
/linux-6.1.9/arch/arm/boot/dts/
Dqcom-apq8064-pins.dtsi66 drive-strength = <16>;
78 drive-strength = <2>;
105 drive-strength = <16>;
118 drive-strength = <2>;
131 drive-strength = <16>;
143 drive-strength = <2>;
156 drive-strength = <16>;
168 drive-strength = <2>;
186 drive-strength = <16>;
192 drive-strength = <16>;
[all …]
Dimx28.dtsi226 fsl,drive-strength = <MXS_DRIVE_4mA>;
237 fsl,drive-strength = <MXS_DRIVE_4mA>;
250 fsl,drive-strength = <MXS_DRIVE_4mA>;
274 fsl,drive-strength = <MXS_DRIVE_4mA>;
286 fsl,drive-strength = <MXS_DRIVE_12mA>;
297 fsl,drive-strength = <MXS_DRIVE_4mA>;
308 fsl,drive-strength = <MXS_DRIVE_4mA>;
321 fsl,drive-strength = <MXS_DRIVE_4mA>;
332 fsl,drive-strength = <MXS_DRIVE_4mA>;
343 fsl,drive-strength = <MXS_DRIVE_4mA>;
[all …]
/linux-6.1.9/drivers/mtd/nand/raw/atmel/
Dpmecc.c290 if (req->ecc.strength != ATMEL_PMECC_MAXIMIZE_ECC_STRENGTH) in atmel_pmecc_prepare_user_req()
310 int nbytes, strength = pmecc->caps->strengths[i]; in atmel_pmecc_prepare_user_req() local
312 if (req->ecc.strength != ATMEL_PMECC_MAXIMIZE_ECC_STRENGTH && in atmel_pmecc_prepare_user_req()
313 strength < req->ecc.strength) in atmel_pmecc_prepare_user_req()
316 nbytes = DIV_ROUND_UP(strength * fls(8 * req->ecc.sectorsize), in atmel_pmecc_prepare_user_req()
323 eccstrength = strength; in atmel_pmecc_prepare_user_req()
326 if (req->ecc.strength != ATMEL_PMECC_MAXIMIZE_ECC_STRENGTH) in atmel_pmecc_prepare_user_req()
334 req->ecc.strength = eccstrength; in atmel_pmecc_prepare_user_req()
348 int strength, size, ret; in atmel_pmecc_create_user() local
357 size += ((2 * req->ecc.strength) + 1) * sizeof(u16) * in atmel_pmecc_create_user()
[all …]
/linux-6.1.9/arch/mips/boot/dts/img/
Dpistachio.dtsi372 drive-strength = <4>;
380 drive-strength = <4>;
388 drive-strength = <4>;
396 drive-strength = <4>;
404 drive-strength = <4>;
409 drive-strength = <4>;
416 drive-strength = <2>;
423 drive-strength = <2>;
430 drive-strength = <2>;
437 drive-strength = <2>;
[all …]
/linux-6.1.9/arch/arm64/boot/dts/amlogic/
Dmeson-g12-common.dtsi308 drive-strength-microamp = <4000>;
315 drive-strength-microamp = <4000>;
327 drive-strength-microamp = <4000>;
343 drive-strength-microamp = <4000>;
352 drive-strength-microamp = <4000>;
361 drive-strength-microamp = <4000>;
371 drive-strength-microamp = <4000>;
389 drive-strength-microamp = <3000>;
399 drive-strength-microamp = <3000>;
408 drive-strength-microamp = <3000>;
[all …]
/linux-6.1.9/arch/arm64/boot/dts/hisilicon/
Dhikey-pinctrl.dtsi253 pinctrl-single,drive-strength = <DRIVE1_02MA DRIVE_MASK>;
262 pinctrl-single,drive-strength = <DRIVE1_02MA DRIVE_MASK>;
271 pinctrl-single,drive-strength = <DRIVE1_08MA DRIVE_MASK>;
288 pinctrl-single,drive-strength = <DRIVE1_04MA DRIVE_MASK>;
297 pinctrl-single,drive-strength = <DRIVE1_04MA DRIVE_MASK>;
306 pinctrl-single,drive-strength = <DRIVE1_10MA DRIVE_MASK>;
314 pinctrl-single,drive-strength = <DRIVE1_02MA DRIVE_MASK>;
327 pinctrl-single,drive-strength = <DRIVE1_08MA DRIVE_MASK>;
339 pinctrl-single,drive-strength = <DRIVE1_02MA DRIVE_MASK>;
348 pinctrl-single,drive-strength = <DRIVE1_08MA DRIVE_MASK>;
[all …]
Dhikey970-pinctrl.dtsi236 pinctrl-single,drive-strength = <
260 pinctrl-single,drive-strength = <
284 pinctrl-single,drive-strength = <
308 pinctrl-single,drive-strength = <
330 pinctrl-single,drive-strength = <
352 pinctrl-single,drive-strength = <
374 pinctrl-single,drive-strength = <
395 pinctrl-single,drive-strength = <
416 pinctrl-single,drive-strength = <
437 pinctrl-single,drive-strength = <
[all …]
Dhikey960-pinctrl.dtsi345 pinctrl-single,drive-strength = <
367 pinctrl-single,drive-strength = <
388 pinctrl-single,drive-strength = <
409 pinctrl-single,drive-strength = <
432 pinctrl-single,drive-strength = <
454 pinctrl-single,drive-strength = <
475 pinctrl-single,drive-strength = <
499 pinctrl-single,drive-strength = <
523 pinctrl-single,drive-strength = <
547 pinctrl-single,drive-strength = <
[all …]
/linux-6.1.9/arch/arm64/boot/dts/mediatek/
Dmt8186-evb.dts114 drive-strength-microamp = <1000>;
124 drive-strength-microamp = <1000>;
134 drive-strength-microamp = <1000>;
144 drive-strength-microamp = <1000>;
154 drive-strength-microamp = <1000>;
164 drive-strength-microamp = <1000>;
174 drive-strength-microamp = <1000>;
184 drive-strength-microamp = <1000>;
194 drive-strength-microamp = <1000>;
204 drive-strength-microamp = <1000>;
Dmt8183-pumpkin.dts185 mediatek,drive-strength-adv = <00>;
194 mediatek,drive-strength-adv = <00>;
203 mediatek,drive-strength-adv = <00>;
212 mediatek,drive-strength-adv = <00>;
221 mediatek,drive-strength-adv = <00>;
230 mediatek,drive-strength-adv = <00>;
262 drive-strength = <MTK_DRIVE_14mA>;
268 drive-strength = <MTK_DRIVE_14mA>;
274 drive-strength = <MTK_DRIVE_14mA>;
291 drive-strength = <MTK_DRIVE_14mA>;
[all …]
Dmt8183-evb.dts147 mediatek,drive-strength-adv = <00>;
156 mediatek,drive-strength-adv = <00>;
165 mediatek,drive-strength-adv = <00>;
174 mediatek,drive-strength-adv = <00>;
183 mediatek,drive-strength-adv = <00>;
192 mediatek,drive-strength-adv = <00>;
244 drive-strength = <MTK_DRIVE_10mA>;
250 drive-strength = <MTK_DRIVE_10mA>;
256 drive-strength = <MTK_DRIVE_10mA>;
262 drive-strength = <MTK_DRIVE_10mA>;
[all …]
/linux-6.1.9/Documentation/userspace-api/media/dvb/
Dfe-read-signal-strength.rst22 ``int ioctl(int fd, FE_READ_SIGNAL_STRENGTH, uint16_t *strength)``
30 ``strength``
31 The signal strength value is stored into \*strength.
36 This ioctl call returns the signal strength value for the signal
/linux-6.1.9/drivers/mtd/nand/raw/
Dnand_samsung.c77 requirements.strength = 1 << extid; in samsung_nand_decode_id()
82 requirements.strength = 24; in samsung_nand_decode_id()
85 requirements.strength = 40; in samsung_nand_decode_id()
88 requirements.strength = 60; in samsung_nand_decode_id()
103 requirements.strength = 1; in samsung_nand_decode_id()
/linux-6.1.9/Documentation/devicetree/bindings/iio/proximity/
Dsemtech,sx9360.yaml46 semtech,proxraw-strength:
52 PROXRAW filter strength for both phases. A value of 0 represents off,
55 semtech,avg-pos-strength:
60 Average positive filter strength. A value of 0 represents off and
94 semtech,proxraw-strength = <2>;
95 semtech,avg-pos-strength = <64>;

12345678910>>...30