Home
last modified time | relevance | path

Searched refs:micro (Results 1 – 25 of 283) sorted by relevance

12345678910>>...12

/linux-6.15/drivers/mfd/
H A Dipaq-micro.c68 if (micro->msg) { in ipaq_micro_tx_msg()
73 micro->msg = msg; in ipaq_micro_tx_msg()
94 if (micro->msg && micro->msg->id == id) { in micro_rx_msg()
101 micro->msg = list_entry(micro->queue.next, in micro_rx_msg()
120 if (micro->key) in micro_rx_msg()
121 micro->key(micro->key_data, len, data); in micro_rx_msg()
126 if (micro->ts) in micro_rx_msg()
127 micro->ts(micro->ts_data, len, data); in micro_rx_msg()
300 if (micro->msg) in micro_reset_comm()
384 micro = devm_kzalloc(&pdev->dev, sizeof(*micro), GFP_KERNEL); in micro_probe()
[all …]
/linux-6.15/drivers/input/touchscreen/
H A Dipaq-micro-ts.c24 struct ipaq_micro *micro; member
48 struct ipaq_micro *micro = ts->micro; in micro_ts_toggle_receive() local
50 spin_lock_irq(&micro->lock); in micro_ts_toggle_receive()
53 micro->ts = micro_ts_receive; in micro_ts_toggle_receive()
54 micro->ts_data = ts; in micro_ts_toggle_receive()
56 micro->ts = NULL; in micro_ts_toggle_receive()
57 micro->ts_data = NULL; in micro_ts_toggle_receive()
60 spin_unlock_irq(&ts->micro->lock); in micro_ts_toggle_receive()
81 struct ipaq_micro *micro = dev_get_drvdata(pdev->dev.parent); in micro_ts_probe() local
89 ts->micro = micro; in micro_ts_probe()
/linux-6.15/drivers/input/keyboard/
H A Dipaq-micro-keys.c24 struct ipaq_micro *micro; member
57 guard(spinlock)(&keys->micro->lock); in micro_key_start()
59 keys->micro->key = micro_key_receive; in micro_key_start()
60 keys->micro->key_data = keys; in micro_key_start()
65 guard(spinlock)(&keys->micro->lock); in micro_key_stop()
67 keys->micro->key = NULL; in micro_key_stop()
68 keys->micro->key_data = NULL; in micro_key_stop()
97 keys->micro = dev_get_drvdata(pdev->dev.parent); in micro_key_probe()
/linux-6.15/Documentation/devicetree/bindings/power/supply/
H A Dbq25980.yaml42 Minimum input voltage limit in micro volts with a when the charger is in
43 switch cap mode. 100000 micro volt step.
50 Maximum input current limit in micro amps with a 100000 micro amp step.
56 Minimum input voltage limit in micro volts with a when the charger is in
57 switch cap mode. 50000 micro volt step.
63 Maximum input current limit in micro amps with a 100000 micro amp step.
H A Dltc4162-l.yaml37 lltc,rsnsb-micro-ohms:
41 lltc,rsnsi-micro-ohms:
56 - lltc,rsnsb-micro-ohms
57 - lltc,rsnsi-micro-ohms
69 lltc,rsnsb-micro-ohms = <10000>;
70 lltc,rsnsi-micro-ohms = <16000>;
H A Dsc27xx-fg.yaml55 sprd,calib-resistance-micro-ohms:
56 description: real resistance of coulomb counter chip in micro Ohms
69 - sprd,calib-resistance-micro-ohms
/linux-6.15/include/linux/mfd/
H A Dipaq-micro.h126 ipaq_micro_tx_msg(struct ipaq_micro *micro, struct ipaq_micro_msg *msg);
129 ipaq_micro_tx_msg_sync(struct ipaq_micro *micro, in ipaq_micro_tx_msg_sync() argument
135 ret = ipaq_micro_tx_msg(micro, msg); in ipaq_micro_tx_msg_sync()
142 ipaq_micro_tx_msg_async(struct ipaq_micro *micro, in ipaq_micro_tx_msg_async() argument
146 return ipaq_micro_tx_msg(micro, msg); in ipaq_micro_tx_msg_async()
/linux-6.15/Documentation/devicetree/bindings/iio/adc/
H A Dmicrochip,pac1934.yaml59 shunt-resistor-micro-ohms:
61 Value in micro Ohms of the shunt resistor connected between
67 - shunt-resistor-micro-ohms
94 shunt-resistor-micro-ohms = <24900000>;
100 shunt-resistor-micro-ohms = <49900000>;
106 shunt-resistor-micro-ohms = <75000000>;
113 shunt-resistor-micro-ohms = <100000000>;
H A Dmaxim,max9611.yaml25 shunt-resistor-micro-ohms:
27 Value in micro Ohms of the shunt resistor connected between the RS+ and
36 - shunt-resistor-micro-ohms
47 shunt-resistor-micro-ohms = <5000>;
H A Dqcom,spmi-iadc.yaml17 qcom,external-resistor-micro-ohms property.
31 qcom,external-resistor-micro-ohms:
33 Sensor resistor value. If not defined value of 10000 micro Ohms
62 qcom,external-resistor-micro-ohms = <10000>;
H A Dmicrochip,pac1921.yaml31 shunt-resistor-micro-ohms:
33 Value in micro Ohms of the shunt resistor connected between
52 - shunt-resistor-micro-ohms
68 shunt-resistor-micro-ohms = <10000>;
/linux-6.15/Documentation/ABI/testing/
H A Dsysfs-c2port30 of the connected micro.
37 access to the on-board flash of the connected micro.
45 the on-board flash block size of the connected micro.
52 the on-board flash blocks number of the connected micro.
59 the content of the on-board flash of the connected micro.
67 micro.
74 command on the connected micro.
81 of the connected micro.
H A Dsysfs-class-powercap60 Current energy counter in micro-joules. Write "0" to reset.
69 Range of the above energy counter in micro-joules.
77 Current power in micro-watts.
84 Range of the above power value in micro-watts.
100 Power limit in micro-watts should be applicable for
109 Time window in micro seconds. This is used along with
119 Maximum allowed power in micro watts for this constraint.
127 Minimum allowed power in micro watts for this constraint.
135 Maximum allowed time window in micro seconds for this
143 Minimum allowed time window in micro seconds for this
/linux-6.15/drivers/video/backlight/
H A Dipaq_micro_bl.c17 struct ipaq_micro *micro = dev_get_drvdata(&bd->dev); in micro_bl_update_status() local
33 return ipaq_micro_tx_msg_sync(micro, &msg); in micro_bl_update_status()
51 struct ipaq_micro *micro = dev_get_drvdata(pdev->dev.parent); in micro_backlight_probe() local
54 &pdev->dev, micro, &micro_bl_ops, in micro_backlight_probe()
/linux-6.15/drivers/leds/
H A Dleds-ipaq-micro.c24 struct ipaq_micro *micro = dev_get_drvdata(led_cdev->dev->parent->parent); in micro_leds_brightness_set() local
51 return ipaq_micro_tx_msg_sync(micro, &msg); in micro_leds_brightness_set()
61 struct ipaq_micro *micro = dev_get_drvdata(led_cdev->dev->parent->parent); in micro_leds_blink_set() local
98 return ipaq_micro_tx_msg_sync(micro, &msg); in micro_leds_blink_set()
/linux-6.15/Documentation/devicetree/bindings/hwmon/
H A Dadi,ltc2991.yaml50 shunt-resistor-micro-ohms:
52 The value of curent sense resistor in micro ohms. Pin configuration is
67 - shunt-resistor-micro-ohms
108 shunt-resistor-micro-ohms = <100000>;
113 shunt-resistor-micro-ohms = <100000>;
H A Dlltc,ltc4151.yaml19 shunt-resistor-micro-ohms:
21 Shunt resistor value in micro-Ohms
42 shunt-resistor-micro-ohms = <1500>;
H A Dadi,ltc2945.yaml25 shunt-resistor-micro-ohms:
27 Shunt resistor value in micro-Ohms
49 shunt-resistor-micro-ohms = <10000>;
H A Dadi,ltc2992.yaml47 shunt-resistor-micro-ohms:
72 shunt-resistor-micro-ohms = <10000>;
77 shunt-resistor-micro-ohms = <10000>;
/linux-6.15/Documentation/devicetree/bindings/mfd/
H A Dmaxim,max5970.yaml73 shunt-resistor-micro-ohms:
78 - shunt-resistor-micro-ohms
114 shunt-resistor-micro-ohms = <12000>;
148 shunt-resistor-micro-ohms = <12000>;
151 shunt-resistor-micro-ohms = <10000>;
/linux-6.15/Documentation/devicetree/bindings/hwmon/pmbus/
H A Dti,tps25990.yaml24 ti,rimon-micro-ohms:
26 micro Ohms value of the resistance installed between the Imon pin
58 - ti,rimon-micro-ohms
75 ti,rimon-micro-ohms = <1370000000>;
/linux-6.15/arch/arm/boot/dts/aspeed/
H A Daspeed-bmc-ibm-sbp1.dts4729 shunt-resistor-micro-ohms = <9000>;
4772 shunt-resistor-micro-ohms = <9000>;
4815 shunt-resistor-micro-ohms = <9000>;
4858 shunt-resistor-micro-ohms = <9000>;
4901 shunt-resistor-micro-ohms = <9000>;
4944 shunt-resistor-micro-ohms = <9000>;
4987 shunt-resistor-micro-ohms = <9000>;
5030 shunt-resistor-micro-ohms = <9000>;
5076 shunt-resistor-micro-ohms = <9000>;
5119 shunt-resistor-micro-ohms = <9000>;
[all …]
/linux-6.15/Documentation/power/powercap/
H A Dpowercap.rst197 Current energy counter in micro joules. Write "0" to reset.
201 Range of the above energy counter in micro-joules.
204 Current power in micro watts.
207 Range of the above power value in micro-watts.
219 Power limit in micro watts, which should be applicable for the
223 Time window in micro seconds.
229 Maximum allowed power in micro watts.
232 Minimum allowed power in micro watts.
235 Maximum allowed time window in micro seconds.
238 Minimum allowed time window in micro seconds.
/linux-6.15/arch/arm/boot/dts/microchip/
H A Dat91-sama7d65_curiosity.dts80 shunt-resistor-micro-ohms = <47000>;
86 shunt-resistor-micro-ohms = <47000>;
92 shunt-resistor-micro-ohms = <47000>;
98 shunt-resistor-micro-ohms = <47000>;
/linux-6.15/drivers/misc/c2port/
H A DKconfig10 program Silicon micro controller chips (and other 8051 compatible).
12 If your board have no such micro controllers you don't need this
28 on board micro controller.

12345678910>>...12