Home
last modified time | relevance | path

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

12345678910>>...13

/openbmc/linux/drivers/mfd/
H 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 …]
/openbmc/linux/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()
/openbmc/linux/drivers/input/keyboard/
H 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()
/openbmc/linux/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()
/openbmc/linux/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.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>;
H A Dsc27xx-fg.yaml47 sprd,calib-resistance-micro-ohms:
48 description: real resistance of coulomb counter chip in micro Ohms
60 - sprd,calib-resistance-micro-ohms
96 sprd,calib-resistance-micro-ohms = <21500>;
/openbmc/linux/drivers/video/backlight/
H A Dipaq_micro_bl.c18 struct ipaq_micro *micro = dev_get_drvdata(&bd->dev); in micro_bl_update_status() local
34 return ipaq_micro_tx_msg_sync(micro, &msg); in micro_bl_update_status()
52 struct ipaq_micro *micro = dev_get_drvdata(pdev->dev.parent); in micro_backlight_probe() local
55 &pdev->dev, micro, &micro_bl_ops, in micro_backlight_probe()
/openbmc/linux/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
/openbmc/u-boot/arch/arm/mach-rockchip/rk3288/
H A DKconfig8 HDMI, an 11.9 inch EDP display, micro-SD card, touchpad and
27 ports, micro HDMI, a 10.1-inch 1280x800 EDP display, micro-SD card,
38 micro HDMI, an 11.6 inch display, micro-SD card,
49 HDMI, VGA, micro-SD card, audio, WiFi and Gigabit Ethernet, It
58 HDMI, micro-SD card, audio, WiFi and Gigabit Ethernet. It also
67 HDMI, VGA, micro-SD card, audio, WiFi and Gigabit Ethernet, It
76 ports, HDMI, micro-SD card, 16 GB eMMC and Gigabit Ethernet. It
93 1 micro USB OTG port, HDMI, VGA, micro-SD card, audio, WiFi, Gigabit
119 HDMI, VGA, micro-SD card, audio, WiFi and Gigabit Ethernet, It
128 includes Ethernet, HDMI, 3 USB, micro-SD, audio, SATA, WiFi and
[all …]
/openbmc/linux/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()
/openbmc/linux/Documentation/devicetree/bindings/iio/adc/
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
60 qcom,external-resistor-micro-ohms = <10000>;
/openbmc/linux/Documentation/devicetree/bindings/mfd/
H A Dmaxim,max5970.yaml68 shunt-resistor-micro-ohms:
73 - shunt-resistor-micro-ohms
109 shunt-resistor-micro-ohms = <12000>;
143 shunt-resistor-micro-ohms = <12000>;
146 shunt-resistor-micro-ohms = <10000>;
/openbmc/linux/Documentation/devicetree/bindings/hwmon/
H A Dlltc,ltc4151.yaml19 shunt-resistor-micro-ohms:
21 Shunt resistor value in micro-Ohms
39 shunt-resistor-micro-ohms = <1500>;
H A Dina3221.txt31 - shunt-resistor-micro-ohms: Shunt resistor value in micro-Ohm
47 shunt-resistor-micro-ohms = <5000>;
52 shunt-resistor-micro-ohms = <5000>;
H A Dadi,ltc2945.yaml25 shunt-resistor-micro-ohms:
27 Shunt resistor value in micro-Ohms
46 shunt-resistor-micro-ohms = <10000>;
/openbmc/u-boot/board/grinn/chiliboard/
H A DREADME12 - Flash the SPL image into the micro SD card:
16 - Flash the u-boot.img image into the micro SD card:
27 - Insert the micro SD card in the board.
/openbmc/u-boot/board/grinn/liteboard/
H A DREADME12 - Flash the SPL image into the micro SD card:
16 - Flash the u-boot.img image into the micro SD card:
27 - Insert the micro SD card in the board.
/openbmc/linux/Documentation/devicetree/bindings/hwmon/pmbus/
H A Dti,lm25066.yaml32 shunt-resistor-micro-ohms:
34 Shunt (sense) resistor value in micro-Ohms
52 shunt-resistor-micro-ohms = <675>;
/openbmc/linux/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.
/openbmc/u-boot/board/freescale/mx6ul_14x14_evk/
H A DREADME12 - Flash the SPL image into the micro SD card:
16 - Flash the u-boot.img image into the micro SD card:
31 - Insert the micro SD card in the board, power it up and U-Boot messages should
/openbmc/u-boot/board/engicam/imx6ul/
H A DREADME17 - Flash the SPL image into the micro SD card:
21 - Flash the u-boot-dtb.img image into the micro SD card:
32 - Insert the micro SD card in the board, power it up and U-Boot messages should
/openbmc/linux/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.

12345678910>>...13