| /linux-6.15/drivers/mfd/ |
| H A D | ipaq-micro.c | 68 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 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-6.15/drivers/input/keyboard/ |
| H A D | ipaq-micro-keys.c | 24 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 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.
|
| H A D | ltc4162-l.yaml | 37 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 D | sc27xx-fg.yaml | 55 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 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-6.15/Documentation/devicetree/bindings/iio/adc/ |
| H 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>;
|
| H 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>;
|
| H 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>;
|
| H 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-6.15/Documentation/ABI/testing/ |
| H 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.
|
| H 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-6.15/drivers/video/backlight/ |
| H 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-6.15/drivers/leds/ |
| H 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-6.15/Documentation/devicetree/bindings/hwmon/ |
| H A D | adi,ltc2991.yaml | 50 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 D | lltc,ltc4151.yaml | 19 shunt-resistor-micro-ohms: 21 Shunt resistor value in micro-Ohms 42 shunt-resistor-micro-ohms = <1500>;
|
| H A D | adi,ltc2945.yaml | 25 shunt-resistor-micro-ohms: 27 Shunt resistor value in micro-Ohms 49 shunt-resistor-micro-ohms = <10000>;
|
| H A D | adi,ltc2992.yaml | 47 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 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-6.15/Documentation/devicetree/bindings/hwmon/pmbus/ |
| H A D | ti,tps25990.yaml | 24 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 D | aspeed-bmc-ibm-sbp1.dts | 4729 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 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-6.15/arch/arm/boot/dts/microchip/ |
| H A D | at91-sama7d65_curiosity.dts | 80 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 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.
|