Home
last modified time | relevance | path

Searched full:micro (Results 1 – 25 of 3303) sorted by relevance

12345678910>>...133

/kernel/linux/linux-5.10/drivers/mfd/
Dipaq-micro.c23 #include <linux/mfd/ipaq-micro.h>
31 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()
[all …]
/kernel/linux/linux-4.19/drivers/mfd/
Dipaq-micro.c26 #include <linux/mfd/ipaq-micro.h>
34 static void ipaq_micro_trigger_tx(struct ipaq_micro *micro) in ipaq_micro_trigger_tx() argument
36 struct ipaq_micro_txdev *tx = &micro->tx; in ipaq_micro_trigger_tx()
37 struct ipaq_micro_msg *msg = micro->msg; in ipaq_micro_trigger_tx()
58 val = readl(micro->base + UTCR3); in ipaq_micro_trigger_tx()
60 writel(val, micro->base + UTCR3); in ipaq_micro_trigger_tx()
63 int ipaq_micro_tx_msg(struct ipaq_micro *micro, struct ipaq_micro_msg *msg) in ipaq_micro_tx_msg() argument
67 dev_dbg(micro->dev, "TX msg: %02x, %d bytes\n", msg->id, msg->tx_len); in ipaq_micro_tx_msg()
69 spin_lock_irqsave(&micro->lock, flags); in ipaq_micro_tx_msg()
70 if (micro->msg) { in ipaq_micro_tx_msg()
[all …]
/kernel/linux/linux-4.19/drivers/input/touchscreen/
Dipaq-micro-ts.c6 * h3600 atmel micro companion support, touchscreen subdevice
23 #include <linux/mfd/ipaq-micro.h>
27 struct ipaq_micro *micro; member
51 struct ipaq_micro *micro = ts->micro; in micro_ts_toggle_receive() local
53 spin_lock_irq(&micro->lock); in micro_ts_toggle_receive()
56 micro->ts = micro_ts_receive; in micro_ts_toggle_receive()
57 micro->ts_data = ts; in micro_ts_toggle_receive()
59 micro->ts = NULL; in micro_ts_toggle_receive()
60 micro->ts_data = NULL; in micro_ts_toggle_receive()
63 spin_unlock_irq(&ts->micro->lock); in micro_ts_toggle_receive()
[all …]
/kernel/linux/linux-5.10/drivers/input/touchscreen/
Dipaq-micro-ts.c4 * h3600 atmel micro companion support, touchscreen subdevice
20 #include <linux/mfd/ipaq-micro.h>
24 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()
[all …]
/kernel/linux/linux-4.19/tools/perf/pmu-events/arch/x86/bonnell/
Dfloating-point.json8 "BriefDescription": "Floating point computational micro-ops executed."
17 "BriefDescription": "Floating point computational micro-ops retired."
58 "BriefDescription": "SIMD micro-ops executed (excluding stores)."
67 "BriefDescription": "SIMD micro-ops retired (excluding stores)."
75 "BriefDescription": "SIMD saturated arithmetic micro-ops executed."
83 "BriefDescription": "SIMD saturated arithmetic micro-ops retired."
91 "BriefDescription": "SIMD packed multiply micro-ops executed"
99 "BriefDescription": "SIMD packed multiply micro-ops retired"
107 "BriefDescription": "SIMD packed shift micro-ops executed"
115 "BriefDescription": "SIMD packed shift micro-ops retired"
[all …]
/kernel/linux/linux-5.10/tools/perf/pmu-events/arch/x86/bonnell/
Dfloating-point.json8 "BriefDescription": "Floating point computational micro-ops executed."
17 "BriefDescription": "Floating point computational micro-ops retired."
58 "BriefDescription": "SIMD micro-ops executed (excluding stores)."
67 "BriefDescription": "SIMD micro-ops retired (excluding stores)."
75 "BriefDescription": "SIMD saturated arithmetic micro-ops executed."
83 "BriefDescription": "SIMD saturated arithmetic micro-ops retired."
91 "BriefDescription": "SIMD packed multiply micro-ops executed"
99 "BriefDescription": "SIMD packed multiply micro-ops retired"
107 "BriefDescription": "SIMD packed shift micro-ops executed"
115 "BriefDescription": "SIMD packed shift micro-ops retired"
[all …]
/kernel/linux/linux-4.19/drivers/input/keyboard/
Dipaq-micro-keys.c6 * h3600 atmel micro companion support, key subdevice
24 #include <linux/mfd/ipaq-micro.h>
27 struct ipaq_micro *micro; member
60 spin_lock(&keys->micro->lock); in micro_key_start()
61 keys->micro->key = micro_key_receive; in micro_key_start()
62 keys->micro->key_data = keys; in micro_key_start()
63 spin_unlock(&keys->micro->lock); in micro_key_start()
68 spin_lock(&keys->micro->lock); in micro_key_stop()
69 keys->micro->key = NULL; in micro_key_stop()
70 keys->micro->key_data = NULL; in micro_key_stop()
[all …]
/kernel/linux/linux-5.10/drivers/input/keyboard/
Dipaq-micro-keys.c4 * h3600 atmel micro companion support, key subdevice
21 #include <linux/mfd/ipaq-micro.h>
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()
[all …]
/kernel/linux/linux-4.19/Documentation/devicetree/bindings/connector/
Dsamsung,usb-connector-11pin.txt1 Samsung micro-USB 11-pin connector
4 Samsung micro-USB 11-pin connector is an extension of micro-USB connector.
8 The bindings are superset of usb-connector bindings for micro-USB connector[1].
12 - type: must be "micro".
20 3: Mobile High-Definition Link (MHL), specific to 11-pin Samsung micro-USB.
27 Micro-USB connector with HS lines routed via controller (MUIC) and MHL lines
34 label = "micro-USB";
35 type = "micro";
/kernel/linux/linux-5.10/drivers/video/backlight/
Dipaq_micro_bl.c12 #include <linux/mfd/ipaq-micro.h>
18 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
59 bd = devm_backlight_device_register(&pdev->dev, "ipaq-micro-backlight", in micro_backlight_probe()
60 &pdev->dev, micro, &micro_bl_ops, in micro_backlight_probe()
73 .name = "ipaq-micro-backlight",
80 MODULE_DESCRIPTION("driver for iPAQ Atmel micro backlight");
81 MODULE_ALIAS("platform:ipaq-micro-backlight");
/kernel/linux/linux-4.19/drivers/video/backlight/
Dipaq_micro_bl.c14 #include <linux/mfd/ipaq-micro.h>
20 struct ipaq_micro *micro = dev_get_drvdata(&bd->dev); in micro_bl_update_status() local
41 return ipaq_micro_tx_msg_sync(micro, &msg); in micro_bl_update_status()
59 struct ipaq_micro *micro = dev_get_drvdata(pdev->dev.parent); in micro_backlight_probe() local
61 bd = devm_backlight_device_register(&pdev->dev, "ipaq-micro-backlight", in micro_backlight_probe()
62 &pdev->dev, micro, &micro_bl_ops, in micro_backlight_probe()
75 .name = "ipaq-micro-backlight",
82 MODULE_DESCRIPTION("driver for iPAQ Atmel micro backlight");
83 MODULE_ALIAS("platform:ipaq-micro-backlight");
/kernel/linux/linux-5.10/drivers/leds/
Dleds-ipaq-micro.c4 * h3xxx atmel micro companion support, notification LED subdevice
11 #include <linux/mfd/ipaq-micro.h>
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()
102 .name = "led-ipaq-micro",
117 dev_info(&pdev->dev, "iPAQ micro notification LED driver\n"); in micro_leds_probe()
124 .name = "ipaq-micro-leds",
131 MODULE_DESCRIPTION("driver for iPAQ Atmel micro leds");
[all …]
/kernel/linux/linux-4.19/drivers/leds/
Dleds-ipaq-micro.c6 * h3xxx atmel micro companion support, notification LED subdevice
13 #include <linux/mfd/ipaq-micro.h>
26 struct ipaq_micro *micro = dev_get_drvdata(led_cdev->dev->parent->parent); in micro_leds_brightness_set() local
53 return ipaq_micro_tx_msg_sync(micro, &msg); in micro_leds_brightness_set()
63 struct ipaq_micro *micro = dev_get_drvdata(led_cdev->dev->parent->parent); in micro_leds_blink_set() local
100 return ipaq_micro_tx_msg_sync(micro, &msg); in micro_leds_blink_set()
104 .name = "led-ipaq-micro",
119 dev_info(&pdev->dev, "iPAQ micro notification LED driver\n"); in micro_leds_probe()
126 .name = "ipaq-micro-leds",
133 MODULE_DESCRIPTION("driver for iPAQ Atmel micro leds");
[all …]
/kernel/linux/linux-4.19/tools/perf/pmu-events/arch/x86/knightslanding/
Dpipeline.json138 …"PublicDescription": "This event counts the number of micro-ops retired that were supplied from MS…
144 …"BriefDescription": "Counts the number of micro-ops retired that are from the complex flows issued…
147 …"PublicDescription": "This event counts the number of micro-ops (uops) retired. The processor deco…
153 "BriefDescription": "Counts the number of micro-ops retired"
156 …SSE, AVX, AVX2, AVX-512 micro-ops retired (floating point, integer and store) except for loads (me…
162 …X-512 micro-ops retired. More specifically, it counts scalar SSE, AVX, AVX2, AVX-512 micro-ops exc…
165 … AVX, AVX2, and AVX-512 micro-ops retired (floating point, integer and store) except for loads (me…
171micro-ops retired. More specifically, it counts packed SSE, AVX, AVX2, AVX-512 micro-ops (both flo…
204 …"BriefDescription": "Counts the number of core cycles when no micro-ops are allocated and the ROB …
213 …"BriefDescription": "Counts the number of core cycles when no micro-ops are allocated and the allo…
[all …]
/kernel/linux/linux-5.10/tools/perf/pmu-events/arch/x86/knightslanding/
Dpipeline.json138 …"PublicDescription": "This event counts the number of micro-ops retired that were supplied from MS…
144 …"BriefDescription": "Counts the number of micro-ops retired that are from the complex flows issued…
147 …"PublicDescription": "This event counts the number of micro-ops (uops) retired. The processor deco…
153 "BriefDescription": "Counts the number of micro-ops retired"
156 …SSE, AVX, AVX2, AVX-512 micro-ops retired (floating point, integer and store) except for loads (me…
162 …X-512 micro-ops retired. More specifically, it counts scalar SSE, AVX, AVX2, AVX-512 micro-ops exc…
165 … AVX, AVX2, and AVX-512 micro-ops retired (floating point, integer and store) except for loads (me…
171micro-ops retired. More specifically, it counts packed SSE, AVX, AVX2, AVX-512 micro-ops (both flo…
204 …"BriefDescription": "Counts the number of core cycles when no micro-ops are allocated and the ROB …
213 …"BriefDescription": "Counts the number of core cycles when no micro-ops are allocated and the allo…
[all …]
/kernel/linux/linux-4.19/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 on-board flash size of the connected micro.
81 command on the connected micro.
88 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
/kernel/linux/linux-5.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
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/power/supply/
Dbq25980.yaml43 Minimum input voltage limit in micro volts with a when the charger is in
44 switch cap mode. 100000 micro volt step.
51 Maximum input current limit in micro amps with a 100000 micro amp step.
57 Minimum input voltage limit in micro volts with a when the charger is in
58 switch cap mode. 50000 micro volt step.
64 Maximum input current limit in micro amps with a 100000 micro amp step.
/kernel/linux/linux-5.10/tools/perf/pmu-events/arch/arm64/hisilicon/hip08/
Dcore-imp-def.json99 … "PublicDescription": "Cycles of that the number of issuing micro operations are less than 4",
105 …"PublicDescription": "No any micro operation is issued and meanwhile any load operation is not res…
108 …"BriefDescription": "No any micro operation is issued and meanwhile any load operation is not reso…
111 …"PublicDescription": "No any micro operation is issued and meanwhile there is any load operation m…
114 …"BriefDescription": "No any micro operation is issued and meanwhile there is any load operation mi…
117 …"PublicDescription": "No any micro operation is issued and meanwhile there is any load operation m…
120 …"BriefDescription": "No any micro operation is issued and meanwhile there is any load operation mi…
/kernel/linux/linux-4.19/tools/perf/pmu-events/arch/arm64/hisilicon/hip08/
Dcore-imp-def.json99 … "PublicDescription": "Cycles of that the number of issuing micro operations are less than 4",
105 …"PublicDescription": "No any micro operation is issued and meanwhile any load operation is not res…
108 …"BriefDescription": "No any micro operation is issued and meanwhile any load operation is not reso…
111 …"PublicDescription": "No any micro operation is issued and meanwhile there is any load operation m…
114 …"BriefDescription": "No any micro operation is issued and meanwhile there is any load operation mi…
117 …"PublicDescription": "No any micro operation is issued and meanwhile there is any load operation m…
120 …"BriefDescription": "No any micro operation is issued and meanwhile there is any load operation mi…
/kernel/linux/linux-4.19/Documentation/devicetree/bindings/
Dproperty-units.txt27 -microamp : micro amps
28 -microamp-hours : micro amp-hours
30 -micro-ohms : micro Ohms
31 -microwatt-hours: micro Watt-hours
32 -microvolt : micro volts
/kernel/linux/linux-5.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>;
/kernel/linux/linux-4.19/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>;

12345678910>>...133