Home
last modified time | relevance | path

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

123456

/Linux-v5.10/drivers/mfd/
Dipaq-micro.c31 static void ipaq_micro_trigger_tx(struct ipaq_micro *micro) in ipaq_micro_trigger_tx() argument
33 struct ipaq_micro_txdev *tx = &micro->tx; in ipaq_micro_trigger_tx()
34 struct ipaq_micro_msg *msg = micro->msg; in ipaq_micro_trigger_tx()
55 val = readl(micro->base + UTCR3); in ipaq_micro_trigger_tx()
57 writel(val, micro->base + UTCR3); in ipaq_micro_trigger_tx()
60 int ipaq_micro_tx_msg(struct ipaq_micro *micro, struct ipaq_micro_msg *msg) in ipaq_micro_tx_msg() argument
64 dev_dbg(micro->dev, "TX msg: %02x, %d bytes\n", msg->id, msg->tx_len); in ipaq_micro_tx_msg()
66 spin_lock_irqsave(&micro->lock, flags); in ipaq_micro_tx_msg()
67 if (micro->msg) { in ipaq_micro_tx_msg()
68 list_add_tail(&msg->node, &micro->queue); in ipaq_micro_tx_msg()
[all …]
/Linux-v5.10/drivers/input/touchscreen/
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-v5.10/drivers/input/keyboard/
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-v5.10/include/linux/mfd/
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-v5.10/Documentation/ABI/testing/
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.
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-v5.10/drivers/video/backlight/
Dipaq_micro_bl.c18 struct ipaq_micro *micro = dev_get_drvdata(&bd->dev); in micro_bl_update_status() local
39 return ipaq_micro_tx_msg_sync(micro, &msg); in micro_bl_update_status()
57 struct ipaq_micro *micro = dev_get_drvdata(pdev->dev.parent); in micro_backlight_probe() local
60 &pdev->dev, micro, &micro_bl_ops, in micro_backlight_probe()
/Linux-v5.10/Documentation/devicetree/bindings/iio/adc/
Dqcom,spmi-iadc.txt7 qcom,external-resistor-micro-ohms property.
26 - qcom,external-resistor-micro-ohms:
29 Definition: Sense resister value in micro Ohm.
30 If not defined value of 10000 micro Ohms will be used.
38 qcom,external-resistor-micro-ohms = <10000>;
/Linux-v5.10/drivers/leds/
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-v5.10/Documentation/devicetree/bindings/hwmon/
Dltc4151.txt8 - shunt-resistor-micro-ohms
9 Shunt resistor value in micro-Ohms
17 shunt-resistor-micro-ohms = <1500>;
Dadm1275.txt16 - shunt-resistor-micro-ohms
17 Shunt resistor value in micro-Ohm
24 shunt-resistor-micro-ohms = <500>;
Dina3221.txt31 - shunt-resistor-micro-ohms: Shunt resistor value in micro-Ohm
47 shunt-resistor-micro-ohms = <5000>;
52 shunt-resistor-micro-ohms = <5000>;
/Linux-v5.10/arch/arm64/boot/dts/nvidia/
Dtegra186-p2771-0000.dts23 shunt-resistor-micro-ohms = <20000>;
29 shunt-resistor-micro-ohms = <5000>;
35 shunt-resistor-micro-ohms = <10000>;
48 shunt-resistor-micro-ohms = <10000>;
54 shunt-resistor-micro-ohms = <10000>;
60 shunt-resistor-micro-ohms = <10000>;
167 label = "micro-USB";
168 type = "micro";
Dtegra186-p3310.dtsi79 shunt-resistor-micro-ohms = <10000>;
85 shunt-resistor-micro-ohms = <10000>;
91 shunt-resistor-micro-ohms = <10000>;
104 shunt-resistor-micro-ohms = <5000>;
110 shunt-resistor-micro-ohms = <10000>;
116 shunt-resistor-micro-ohms = <10000>;
/Linux-v5.10/Documentation/power/powercap/
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-v5.10/drivers/misc/c2port/
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-v5.10/Documentation/devicetree/bindings/power/supply/
Dsc27xx-fg.txt16 - sprd,calib-resistance-micro-ohms: Specify the real resistance of coulomb counter
17 chip in micro Ohms.
57 sprd,calib-resistance-micro-ohms = <21500>;
/Linux-v5.10/Documentation/devicetree/bindings/net/
Dhisilicon-femac.txt20 The 1st cell is reset pre-delay in micro seconds.
21 The 2nd cell is reset pulse in micro seconds.
22 The 3rd cell is reset post-delay in micro seconds.
Dhisilicon-hix5hd2-gmac.txt29 The 1st cell is reset pre-delay in micro seconds.
30 The 2nd cell is reset pulse in micro seconds.
31 The 3rd cell is reset post-delay in micro seconds.
/Linux-v5.10/Documentation/devicetree/bindings/input/
Dregulator-haptic.txt9 [The unit of the voltage is a micro]
12 [The unit of the voltage is a micro]
/Linux-v5.10/drivers/power/supply/
Dipaq_micro_battery.c39 struct ipaq_micro *micro; member
61 ipaq_micro_tx_msg_sync(mb->micro, &msg_battery); in micro_battery_work()
85 ipaq_micro_tx_msg_sync(mb->micro, &msg_sensor); in micro_battery_work()
234 mb->micro = dev_get_drvdata(pdev->dev.parent); in micro_batt_probe()
/Linux-v5.10/Documentation/usb/
Dchipidea.rst38 2) Connect 2 boards with usb cable with one end is micro A plug, the other end
39 is micro B plug.
41 The A-device(with micro A plug inserted) should enumerate B-device.
65 5) Remove B-device(unplug micro B plug) and insert again in 10 seconds,
68 6) Remove B-device(unplug micro B plug) and insert again after 10 seconds,
/Linux-v5.10/Documentation/devicetree/bindings/iio/afe/
Dcurrent-sense-amplifier.txt12 - sense-resistor-micro-ohms : The sense resistance in microohms.
24 sense-resistor-micro-ohms = <20000>;
Dcurrent-sense-shunt.txt12 - shunt-resistor-micro-ohms : The shunt resistance in microohms.
23 shunt-resistor-micro-ohms = <3300000>;
/Linux-v5.10/include/sound/sof/
Dinfo.h43 uint16_t micro; member
111 uint32_t micro; member

123456