Home
last modified time | relevance | path

Searched refs:ohms (Results 1 – 25 of 101) sorted by relevance

12345

/linux/arch/arm/boot/dts/nxp/imx/
H A Dimx6dl-victgo.dts123 touchscreen-x-plate-ohms = <300>;
124 touchscreen-y-plate-ohms = <800>;
148 output-ohms = <2500>;
149 full-ohms = <64000>;
156 output-ohms = <3300>;
157 full-ohms = <13300>;
H A Dimx6qdl-gw5913.dtsi167 gw,voltage-divider-ohms = <22100 1000>;
175 gw,voltage-divider-ohms = <22100 10000>;
182 gw,voltage-divider-ohms = <10000 10000>;
189 gw,voltage-divider-ohms = <10000 10000>;
226 gw,voltage-divider-ohms = <10000 10000>;
233 gw,voltage-divider-ohms = <10000 10000>;
H A Dimx53-sk-imx53-atm0700d4.dtsi33 ti,x-plate-ohms = /bits/ 16 <450>;
34 ti,y-plate-ohms = /bits/ 16 <250>;
H A Dimx6qdl-gw5910.dtsi191 gw,voltage-divider-ohms = <22100 1000>;
199 gw,voltage-divider-ohms = <22100 10000>;
206 gw,voltage-divider-ohms = <10000 10000>;
213 gw,voltage-divider-ohms = <10000 10000>;
250 gw,voltage-divider-ohms = <10000 10000>;
257 gw,voltage-divider-ohms = <10000 10000>;
264 gw,voltage-divider-ohms = <10000 10000>;
H A Dimx6qdl-skov-cpu-revc.dtsi13 touchscreen-x-plate-ohms = <300>;
14 touchscreen-y-plate-ohms = <800>;
H A Dimx7d-pico-hobbit.dts74 ti,x-plate-ohms = /bits/ 16 <90>;
75 ti,y-plate-ohms = /bits/ 16 <90>;
H A Dimx6dl-plym2m.dts163 touchscreen-x-plate-ohms = <300>;
164 touchscreen-y-plate-ohms = <800>;
188 output-ohms = <2500>;
189 full-ohms = <64000>;
/linux/drivers/rtc/
H A Drtc-ds1390.c90 u32 ohms = 0; in ds1390_trickle_of_init() local
94 &ohms)) in ds1390_trickle_of_init()
105 switch (ohms) { in ds1390_trickle_of_init()
117 "Unsupported ohm value %02ux in dt\n", ohms); in ds1390_trickle_of_init()
H A Drtc-bq32k.c147 u32 ohms = 0; in trickle_charger_of_init() local
149 if (of_property_read_u32(node, "trickle-resistor-ohms" , &ohms)) in trickle_charger_of_init()
152 switch (ohms) { in trickle_charger_of_init()
177 dev_err(dev, "invalid resistor value (%d)\n", ohms); in trickle_charger_of_init()
H A Drtc-sunplus.c183 u32 ohms, rsel; in sp_rtc_set_trickle_charger() local
186 if (of_property_read_u32(dev.of_node, "trickle-resistor-ohms", &ohms) || in sp_rtc_set_trickle_charger()
192 switch (ohms) { in sp_rtc_set_trickle_charger()
206 dev_err(&dev, "invalid charger resistor value (%d)\n", ohms); in sp_rtc_set_trickle_charger()
/linux/arch/arm64/boot/dts/nvidia/
H A Dtegra234-p3701.dtsi119 shunt-resistor-micro-ohms = <2000>;
125 shunt-resistor-micro-ohms = <2000>;
131 shunt-resistor-micro-ohms = <2000>;
150 shunt-resistor-micro-ohms = <2000>;
H A Dtegra186-p3310.dtsi79 shunt-resistor-micro-ohms = <10000>;
85 shunt-resistor-micro-ohms = <10000>;
91 shunt-resistor-micro-ohms = <10000>;
104 shunt-resistor-micro-ohms = <5000>;
110 shunt-resistor-micro-ohms = <10000>;
116 shunt-resistor-micro-ohms = <10000>;
H A Dtegra194-p2888.dtsi68 shunt-resistor-micro-ohms = <5000>;
73 shunt-resistor-micro-ohms = <5000>;
78 shunt-resistor-micro-ohms = <5000>;
91 shunt-resistor-micro-ohms = <5000>;
96 shunt-resistor-micro-ohms = <5000>;
101 shunt-resistor-micro-ohms = <5000>;
H A Dtegra234-p3767.dtsi98 shunt-resistor-micro-ohms = <5000>;
104 shunt-resistor-micro-ohms = <5000>;
110 shunt-resistor-micro-ohms = <5000>;
H A Dtegra194-p3668.dtsi65 shunt-resistor-micro-ohms = <5000>;
70 shunt-resistor-micro-ohms = <5000>;
75 shunt-resistor-micro-ohms = <5000>;
/linux/Documentation/devicetree/bindings/input/touchscreen/
H A Dtsc2007.txt6 - ti,x-plate-ohms: X-plate resistance in ohms.
35 ti,x-plate-ohms = <180>;
H A Dbu21029.txt8 - rohm,x-plate-ohms : x-plate resistance in Ohm
28 rohm,x-plate-ohms = <600>;
/linux/Documentation/devicetree/bindings/rtc/
H A Ddallas,ds1390.txt8 - trickle-resistor-ohms : Selected resistor for trickle charger
16 trickle-resistor-ohms = <250>;
/linux/arch/arm/boot/dts/aspeed/
H A Daspeed-bmc-ibm-system1.dts227 output-ohms = <15>;
228 full-ohms = <133>;
240 output-ohms = <50>;
241 full-ohms = <187>;
253 output-ohms = <50>;
254 full-ohms = <187>;
266 output-ohms = <14>;
267 full-ohms = <34>;
279 output-ohms = <14>;
280 full-ohms = <34>;
[all …]
/linux/drivers/i3c/master/
H A Dast2600-i3c-master.c53 static int ast2600_i3c_pullup_to_reg(unsigned int ohms, u32 *regp) in ast2600_i3c_pullup_to_reg() argument
57 switch (ohms) { in ast2600_i3c_pullup_to_reg()
/linux/arch/arm/boot/dts/st/
H A Dstm32mp157c-lxa-tac-gen2.dts143 termination-ohms = <120>;
152 shunt-resistor-micro-ohms = <15000>;
/linux/Documentation/devicetree/bindings/input/
H A Ddlg,da7280.txt37 - dlg,impd-micro-ohms: the impedance of the actuator in micro ohms.
93 dlg,impd-micro-ohms = <10500000>;
/linux/arch/arm/boot/dts/microchip/
H A Dat91-sama7g54_curiosity.dts197 shunt-resistor-micro-ohms = <47000>;
203 shunt-resistor-micro-ohms = <47000>;
209 shunt-resistor-micro-ohms = <47000>;
215 shunt-resistor-micro-ohms = <47000>;
/linux/Documentation/ABI/testing/
H A Dsysfs-class-power-mp26299 Valid values: Represented in milli-ohms. Valid range is [0, 140].
/linux/arch/arm64/boot/dts/freescale/
H A Dimx8mn-venice-gw7902.dts341 gw,voltage-divider-ohms = <22100 1000>;
349 gw,voltage-divider-ohms = <10000 10000>;
356 gw,voltage-divider-ohms = <10000 10000>;
399 gw,voltage-divider-ohms = <10000 10000>;
406 gw,voltage-divider-ohms = <10000 10000>;
413 gw,voltage-divider-ohms = <10000 10000>;

12345