Home
last modified time | relevance | path

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

12345678910>>...190

/kernel/linux/linux-6.6/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-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-6.6/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-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-6.6/tools/perf/pmu-events/arch/x86/bonnell/
Dfloating-point.json84 "BriefDescription": "SIMD saturated arithmetic micro-ops retired.",
91 "BriefDescription": "SIMD saturated arithmetic micro-ops executed.",
97 "BriefDescription": "SIMD micro-ops retired (excluding stores).",
105 "BriefDescription": "SIMD micro-ops executed (excluding stores).",
111 "BriefDescription": "SIMD packed arithmetic micro-ops retired",
118 "BriefDescription": "SIMD packed arithmetic micro-ops executed",
125 "BriefDescription": "SIMD packed logical micro-ops retired",
132 "BriefDescription": "SIMD packed logical micro-ops executed",
139 "BriefDescription": "SIMD packed multiply micro-ops retired",
146 "BriefDescription": "SIMD packed multiply micro-ops executed",
[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-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-6.6/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-6.6/tools/perf/pmu-events/arch/x86/knightslanding/
Dfloating-point.json11micro-ops retired. More specifically, it counts packed SSE, AVX, AVX2, AVX-512 micro-ops (both flo…
14 … AVX, AVX2, and AVX-512 micro-ops retired (floating point, integer and store) except for loads (me…
19 …X-512 micro-ops retired. More specifically, it counts scalar SSE, AVX, AVX2, AVX-512 micro-ops exc…
22 …SSE, AVX, AVX2, AVX-512 micro-ops retired (floating point, integer and store) except for loads (me…
Dpipeline.json181 …e. For instructions that consist of multiple micro-ops, this event counts exactly once, as the la…
206 …"BriefDescription": "Counts the total number of core cycles when no micro-ops are allocated for an…
213 …"BriefDescription": "Counts the number of core cycles when no micro-ops are allocated and the allo…
221 …"BriefDescription": "Counts the number of core cycles when no micro-ops are allocated, the IQ is e…
229 …"BriefDescription": "Counts the number of core cycles when no micro-ops are allocated and a RATsta…
236 …"BriefDescription": "Counts the number of core cycles when no micro-ops are allocated and the ROB …
289 …"BriefDescription": "Counts the store micro-ops retired that were pushed in the rehad queue becaus…
318 "BriefDescription": "Counts the number of micro-ops retired",
321 …"PublicDescription": "This event counts the number of micro-ops (uops) retired. The processor deco…
326 …"BriefDescription": "Counts the number of micro-ops retired that are from the complex flows issued…
[all …]
/kernel/linux/linux-6.6/tools/perf/pmu-events/arch/arm64/arm/cortex-a65-e1/
Difu.json15 …"PublicDescription": "Micro-predictor conditional/direction mispredict, with respect to. if3/if4 p…
18 …"BriefDescription": "Micro-predictor conditional/direction mispredict, with respect to. if3/if4 pr…
21 … "PublicDescription": "Micro-predictor address mispredict, with respect to if3/if4 predictor",
24 "BriefDescription": "Micro-predictor address mispredict, with respect to if3/if4 predictor"
27 "PublicDescription": "Micro-predictor hit with immediate redirect",
30 "BriefDescription": "Micro-predictor hit with immediate redirect"
33 "PublicDescription": "Micro-predictor negative cache hit",
36 "BriefDescription": "Micro-predictor negative cache hit"
39 "PublicDescription": "Micro-predictor correction",
42 "BriefDescription": "Micro-predictor correction"
[all …]
/kernel/linux/linux-6.6/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
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
54 bd = devm_backlight_device_register(&pdev->dev, "ipaq-micro-backlight", in micro_backlight_probe()
55 &pdev->dev, micro, &micro_bl_ops, in micro_backlight_probe()
68 .name = "ipaq-micro-backlight",
75 MODULE_DESCRIPTION("driver for iPAQ Atmel micro backlight");
76 MODULE_ALIAS("platform:ipaq-micro-backlight");
/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-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-6.6/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-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-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-6.6/Documentation/devicetree/bindings/power/supply/
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.
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>;
/kernel/linux/linux-6.6/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/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-6.6/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-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…

12345678910>>...190