Home
last modified time | relevance | path

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

12345678910>>...97

/OK3568_Linux_fs/kernel/drivers/mfd/
H A 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 …]
/OK3568_Linux_fs/kernel/drivers/input/touchscreen/
H A 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 …]
/OK3568_Linux_fs/kernel/tools/perf/pmu-events/arch/x86/bonnell/
H A 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 …]
/OK3568_Linux_fs/kernel/drivers/input/keyboard/
H A 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 …]
/OK3568_Linux_fs/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 HDMI, VGA, micro-SD card, audio, WiFi and Gigabit Ethernet, It
49 ports, MIPI, micro-SD card, WiFi and Gigabit Ethernet, It also
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 …]
/OK3568_Linux_fs/kernel/tools/perf/pmu-events/arch/x86/knightslanding/
H A 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 …]
/OK3568_Linux_fs/kernel/drivers/video/backlight/
H A 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");
/OK3568_Linux_fs/kernel/drivers/leds/
H A 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 …]
/OK3568_Linux_fs/kernel/Documentation/ABI/testing/
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
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.
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/power/supply/
H A 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.
/OK3568_Linux_fs/kernel/tools/perf/pmu-events/arch/arm64/hisilicon/hip08/
H A 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…
/OK3568_Linux_fs/kernel/drivers/power/supply/
H A Dipaq_micro_battery.c4 * h3xxx atmel micro companion support, battery subdevice
13 #include <linux/mfd/ipaq-micro.h>
39 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()
257 dev_info(&pdev->dev, "iPAQ micro battery driver\n"); in micro_batt_probe()
303 .name = "ipaq-micro-battery",
312 MODULE_DESCRIPTION("driver for iPAQ Atmel micro battery");
313 MODULE_ALIAS("platform:ipaq-micro-battery");
/OK3568_Linux_fs/kernel/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.
/OK3568_Linux_fs/u-boot/board/gateworks/gw_ventana/
H A DREADME45 The Gateworks Ventana boards support booting from NAND or micro-SD depending
50 always boot from micro-SD. However, it is possible to use the U-Boot bmode
113 on the micro-SD (defined by CONFIG_SYS_MMCSD_RAW_MODE_U_BOOT_SECTOR).
116 U-Boot from a file on a FAT/EXT filesystem on the micro-SD, we chose to
117 use raw micro-SD access to keep the code-size and boot time of the SPL down.
143 The above assumes the default Ventana micro-SD partitioning scheme
163 depends on your boot medium (ie NAND Flash vs micro-SD) and size/storage
170 - micro-SD
249 4.2. Falcon Mode on micro-SD card
252 To prepare a Gateworks Ventana board with a primary boot device of micro-SD
[all …]
/OK3568_Linux_fs/kernel/include/linux/
H A Dpowercap.h77 * micro-joules.
78 * @get_energy_uj: Get current energy counter in micro-joules.
79 * @reset_energy_uj: Reset micro-joules energy counter.
81 * micro-watts.
82 * @get_power_uw: Get current power counter in micro-watts.
156 * @set_power_limit_uw: Set power limit in micro-watts.
157 * @get_power_limit_uw: Get power limit in micro-watts.
158 * @set_time_window_us: Set time window in micro-seconds.
159 * @get_time_window_us: Get time window in micro-seconds.
160 * @get_max_power_uw: Get max power allowed in micro-watts.
[all …]
/OK3568_Linux_fs/yocto/poky/meta/files/common-licenses/
H A DAMDPLPA1 Copyright (c) 2006, 2007 Advanced Micro Devices, Inc.
10 …Neither the names nor trademarks of Advanced Micro Devices, Inc. or any copyright holders or contr…
12 …vernment constitutes acknowledgment of the proprietary rights of Advanced Micro Devices, Inc. and …
16MICRO DEVICES, INC. AND ANY COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" IN ITS CURRENT CONDITION AN…
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/iio/adc/
H A 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>;
/OK3568_Linux_fs/u-boot/arch/x86/cpu/queensbay/
H A DKconfig30 bool "Add a Chipset Micro Code state machine binary"
32 Select this option to add a Chipset Micro Code state machine binary
38 string "Chipset Micro Code state machine filename"
42 The filename of the file to use as Chipset Micro Code state machine
46 hex "Chipset Micro Code state machine binary location"
/OK3568_Linux_fs/kernel/tools/perf/pmu-events/arch/x86/silvermont/
H A Dpipeline.json153 …"PublicDescription": "This event counts the number of micro-ops retired that were supplied from MS…
159 "BriefDescription": "MSROM micro-ops retired"
162micro-ops retired. The processor decodes complex macro instructions into a sequence of simpler mic…
168 "BriefDescription": "Micro-ops retired"
224micro-ops to the back-end and the back-end is not stalled. This event can be used to identify if t…
259 …on. For instructions that consist of multiple micro-ops, this event counts the retirement of the l…
277 …e. For instructions that consist of multiple micro-ops, this event counts exactly once, as the la…
/OK3568_Linux_fs/kernel/include/linux/mfd/
H A Dipaq-micro.h3 * Header file for the compaq Micro MFD
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()
/OK3568_Linux_fs/buildroot/board/qmtech/zynq/
H A Dreadme.txt37 Create a bootable micro SD card
40 To determine the device associated to the micro SD card have a look in
46 directory, ready to be dumped on a micro SD card. Launch the following
60 - put the prepared micro SD card in the J2 micro SD card slot,
/OK3568_Linux_fs/buildroot/board/olimex/a20_olinuxino/
H A Dreadme.txt1 A20-OLinuXino-LIME and A20-OLinuXino-MICRO
10 - https://www.olimex.com/Products/OLinuXino/A20/A20-OLinuXino-MICRO/
16 for the A20-OLinuXino-MICRO board using mainline kernel
51 +-- sun7i-a20-olinuxino-micro.dtb (micro, mainline)
/OK3568_Linux_fs/kernel/drivers/block/paride/
H A Dbpck6.c2 backpack.c (c) 2001 Micro Solutions Inc.
5 backpack.c is a low-level protocol driver for the Micro Solutions
9 Written by: Ken Hahn (linux-dev@micro-solutions.com)
10 Clive Turvey (linux-dev@micro-solutions.com)
204 printk("%s: Copyright 2001 by Micro Solutions, Inc., DeKalb IL.\n",pi->device); in bpck6_log_adapter()
205 printk("%s: BACKPACK %s, Micro Solutions BACKPACK Drive at 0x%x\n", in bpck6_log_adapter()
251 printk(KERN_INFO "bpck6: Copyright 2001 by Micro Solutions, Inc., DeKalb IL. USA\n"); in bpck6_init()
263 MODULE_AUTHOR("Micro Solutions Inc.");
/OK3568_Linux_fs/kernel/arch/arm64/boot/dts/nvidia/
H A 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";

12345678910>>...97