Home
last modified time | relevance | path

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

1234567891011

/linux/drivers/mfd/
A Dipaq-micro.c67 if (micro->msg) { in ipaq_micro_tx_msg()
72 micro->msg = msg; in ipaq_micro_tx_msg()
93 if (micro->msg && micro->msg->id == id) { in micro_rx_msg()
100 micro->msg = list_entry(micro->queue.next, in micro_rx_msg()
119 if (micro->key) in micro_rx_msg()
120 micro->key(micro->key_data, len, data); in micro_rx_msg()
125 if (micro->ts) in micro_rx_msg()
126 micro->ts(micro->ts_data, len, data); in micro_rx_msg()
298 if (micro->msg) in micro_reset_comm()
382 micro = devm_kzalloc(&pdev->dev, sizeof(*micro), GFP_KERNEL); in micro_probe()
[all …]
/linux/drivers/input/touchscreen/
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/drivers/input/keyboard/
A Dipaq-micro-keys.c24 struct ipaq_micro *micro; member
57 spin_lock(&keys->micro->lock); in micro_key_start()
58 keys->micro->key = micro_key_receive; in micro_key_start()
59 keys->micro->key_data = keys; in micro_key_start()
60 spin_unlock(&keys->micro->lock); in micro_key_start()
65 spin_lock(&keys->micro->lock); in micro_key_stop()
66 keys->micro->key = NULL; in micro_key_stop()
67 keys->micro->key_data = NULL; in micro_key_stop()
68 spin_unlock(&keys->micro->lock); in micro_key_stop()
97 keys->micro = dev_get_drvdata(pdev->dev.parent); in micro_key_probe()
/linux/Documentation/devicetree/bindings/power/supply/
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.
A Dltc4162-l.yaml31 lltc,rsnsb-micro-ohms:
35 lltc,rsnsi-micro-ohms:
50 - lltc,rsnsb-micro-ohms
51 - lltc,rsnsi-micro-ohms
63 lltc,rsnsb-micro-ohms = <10000>;
64 lltc,rsnsi-micro-ohms = <16000>;
A Dsc27xx-fg.yaml50 sprd,calib-resistance-micro-ohms:
51 description: real resistance of coulomb counter chip in micro Ohms
64 - sprd,calib-resistance-micro-ohms
102 sprd,calib-resistance-micro-ohms = <21500>;
/linux/include/linux/mfd/
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/Documentation/devicetree/bindings/iio/adc/
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>;
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>;
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>;
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/Documentation/ABI/testing/
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.
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/drivers/video/backlight/
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/drivers/leds/
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/Documentation/devicetree/bindings/hwmon/
A Dadi,ltc2991.yaml51 shunt-resistor-micro-ohms:
53 The value of curent sense resistor in micro ohms. Pin configuration is
68 - shunt-resistor-micro-ohms
109 shunt-resistor-micro-ohms = <100000>;
114 shunt-resistor-micro-ohms = <100000>;
A Dlltc,ltc4151.yaml19 shunt-resistor-micro-ohms:
21 Shunt resistor value in micro-Ohms
42 shunt-resistor-micro-ohms = <1500>;
A Dadi,ltc2945.yaml25 shunt-resistor-micro-ohms:
27 Shunt resistor value in micro-Ohms
49 shunt-resistor-micro-ohms = <10000>;
A Dadi,ltc2992.yaml47 shunt-resistor-micro-ohms:
72 shunt-resistor-micro-ohms = <10000>;
77 shunt-resistor-micro-ohms = <10000>;
/linux/Documentation/devicetree/bindings/mfd/
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/Documentation/power/powercap/
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/drivers/misc/c2port/
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.
/linux/Documentation/devicetree/bindings/hwmon/pmbus/
A Dti,lm25066.yaml32 shunt-resistor-micro-ohms:
34 Shunt (sense) resistor value in micro-Ohms
67 shunt-resistor-micro-ohms = <675>;
/linux/Documentation/devicetree/bindings/iio/afe/
A Dcurrent-sense-amplifier.yaml27 sense-resistor-micro-ohms:
41 - sense-resistor-micro-ohms
51 sense-resistor-micro-ohms = <20000>;
A Dcurrent-sense-shunt.yaml30 shunt-resistor-micro-ohms:
36 - shunt-resistor-micro-ohms
66 shunt-resistor-micro-ohms = <3300000>;

Completed in 26 milliseconds

1234567891011