| /linux/drivers/mfd/ |
| A D | ipaq-micro.c | 67 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 D | ipaq-micro-ts.c | 24 struct ipaq_micro *micro; member 48 struct ipaq_micro *micro = ts->micro; in micro_ts_toggle_receive() local 50 spin_lock_irq(µ->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 D | ipaq-micro-keys.c | 24 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 D | bq25980.yaml | 42 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 D | ltc4162-l.yaml | 31 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 D | sc27xx-fg.yaml | 50 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 D | ipaq-micro.h | 126 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 D | microchip,pac1934.yaml | 59 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 D | maxim,max9611.yaml | 25 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 D | qcom,spmi-iadc.yaml | 17 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 D | microchip,pac1921.yaml | 31 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 D | sysfs-c2port | 30 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 D | sysfs-class-powercap | 60 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 D | ipaq_micro_bl.c | 17 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, µ_bl_ops, in micro_backlight_probe()
|
| /linux/drivers/leds/ |
| A D | leds-ipaq-micro.c | 24 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 D | adi,ltc2991.yaml | 51 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 D | lltc,ltc4151.yaml | 19 shunt-resistor-micro-ohms: 21 Shunt resistor value in micro-Ohms 42 shunt-resistor-micro-ohms = <1500>;
|
| A D | adi,ltc2945.yaml | 25 shunt-resistor-micro-ohms: 27 Shunt resistor value in micro-Ohms 49 shunt-resistor-micro-ohms = <10000>;
|
| A D | adi,ltc2992.yaml | 47 shunt-resistor-micro-ohms: 72 shunt-resistor-micro-ohms = <10000>; 77 shunt-resistor-micro-ohms = <10000>;
|
| /linux/Documentation/devicetree/bindings/mfd/ |
| A D | maxim,max5970.yaml | 73 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 D | powercap.rst | 197 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 D | Kconfig | 10 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 D | ti,lm25066.yaml | 32 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 D | current-sense-amplifier.yaml | 27 sense-resistor-micro-ohms: 41 - sense-resistor-micro-ohms 51 sense-resistor-micro-ohms = <20000>;
|
| A D | current-sense-shunt.yaml | 30 shunt-resistor-micro-ohms: 36 - shunt-resistor-micro-ohms 66 shunt-resistor-micro-ohms = <3300000>;
|