Home
last modified time | relevance | path

Searched full:usage (Results 1 – 25 of 5274) sorted by relevance

12345678910>>...211

/OK3568_Linux_fs/kernel/drivers/hid/
H A Dhid-uclogic-rdesc.c23 0x05, 0x0D, /* Usage Page (Digitizer), */
24 0x09, 0x02, /* Usage (Pen), */
27 0x09, 0x20, /* Usage (Stylus), */
30 0x09, 0x42, /* Usage (Tip Switch), */
31 0x09, 0x44, /* Usage (Barrel Switch), */
32 0x09, 0x46, /* Usage (Tablet Pick), */
43 0x05, 0x01, /* Usage Page (Desktop), */
47 0x09, 0x30, /* Usage (X), */
51 0x09, 0x31, /* Usage (Y), */
56 0x09, 0x30, /* Usage (Tip Pressure), */
[all …]
H A Dhid-kye.c24 0x06, 0x00, 0xFF, /* Usage Page (FF00h), */
25 0x09, 0x01, /* Usage (01h), */
28 0x09, 0x01, /* Usage (01h), */
35 0x05, 0x0D, /* Usage Page (Digitizer), */
36 0x09, 0x02, /* Usage (Pen), */
39 0x09, 0x20, /* Usage (Stylus), */
44 0x09, 0x42, /* Usage (Tip Switch), */
45 0x09, 0x44, /* Usage (Barrel Switch), */
46 0x09, 0x46, /* Usage (Tablet Pick), */
51 0x09, 0x32, /* Usage (In Range), */
[all …]
H A Dhid-waltop.c47 0x05, 0x0D, /* Usage Page (Digitizer), */
48 0x09, 0x02, /* Usage (Pen), */
51 0x09, 0x20, /* Usage (Stylus), */
53 0x09, 0x42, /* Usage (Tip Switch), */
54 0x09, 0x44, /* Usage (Barrel Switch), */
55 0x09, 0x46, /* Usage (Tablet Pick), */
61 0x09, 0x32, /* Usage (In Range), */
73 0x05, 0x01, /* Usage Page (Desktop), */
77 0x09, 0x30, /* Usage (X), */
81 0x09, 0x31, /* Usage (Y), */
[all …]
H A Dhid-input.c51 #define map_abs(c) hid_map_usage(hidinput, usage, &bit, &max, EV_ABS, (c))
52 #define map_rel(c) hid_map_usage(hidinput, usage, &bit, &max, EV_REL, (c))
53 #define map_key(c) hid_map_usage(hidinput, usage, &bit, &max, EV_KEY, (c))
54 #define map_led(c) hid_map_usage(hidinput, usage, &bit, &max, EV_LED, (c))
56 #define map_abs_clear(c) hid_map_usage_clear(hidinput, usage, &bit, \
58 #define map_key_clear(c) hid_map_usage_clear(hidinput, usage, &bit, \
61 static bool match_scancode(struct hid_usage *usage, in match_scancode() argument
64 return (usage->hid & (HID_USAGE_PAGE | HID_USAGE)) == scancode; in match_scancode()
67 static bool match_keycode(struct hid_usage *usage, in match_keycode() argument
73 return (usage->type == EV_KEY && usage->code == keycode); in match_keycode()
[all …]
H A Dhid-lg.c56 * a custom vendor usage page, providing only a combined value as
62 0x05, 0x01, /* Usage Page (Desktop), */
63 0x09, 0x04, /* Usage (Joystick), */
72 0x09, 0x30, /* Usage (X), */
78 0x05, 0x09, /* Usage (Buttons), */
79 0x19, 0x01, /* Usage Minimum (1), */
80 0x29, 0x0c, /* Usage Maximum (12), */
83 0x06, 0x00, 0xFF, /* Usage Page (Vendor: 65280), */
84 0x09, 0x01, /* Usage (?: 1), */
86 0x05, 0x01, /* Usage Page (Desktop), */
[all …]
H A Dhid-bigbenff.c25 * 0x05, 0x01, // Usage Page (Generic Desktop Ctrls)
26 * 0x09, 0x05, // Usage (Game Pad)
34 * 0x05, 0x09, // Usage Page (Button)
35 * 0x19, 0x01, // Usage Minimum (0x01)
36 * 0x29, 0x0D, // Usage Maximum (0x0D)
40 * 0x05, 0x01, // Usage Page (Generic Desktop Ctrls)
46 * 0x09, 0x39, // Usage (Hat switch)
53 * 0x09, 0x30, // Usage (X)
54 * 0x09, 0x31, // Usage (Y)
55 * 0x09, 0x32, // Usage (Z)
[all …]
H A Dhid-maltron.c26 0x05, 0x01, /* Usage Page (Generic Desktop Ctrls) */
27 0x09, 0x80, /* Usage (Sys Control) */
34 0x09, 0x82, /* Usage (Sys Sleep) */
36 0x09, 0x82, /* Usage (Sys Sleep) */
38 0x09, 0x83, /* Usage (Sys Wake Up) */
43 0x05, 0x0C, /* Usage Page (Consumer) */
44 0x09, 0x01, /* Usage (Consumer Control) */
49 0x19, 0x00, /* Usage Minimum (Unassigned) */
50 0x2A, 0xFF, 0x7F, /* Usage Maximum (0x7FFF) */
53 0x06, 0x7F, 0xFF, /* Usage Page (Vendor Defined 0xFF7F) */
[all …]
H A Dhid-holtek-kbd.c23 * doesn't have an LED output usage block.
26 * and provides an LED output usage block. LED output events are redirected
32 0x05, 0x01, /* Usage Page (Desktop), */
33 0x09, 0x80, /* Usage (Sys Control), */
36 0x19, 0x81, /* Usage Minimum (Sys Power Down), */
37 0x29, 0x83, /* Usage Maximum (Sys Wake Up), */
47 0x05, 0x0C, /* Usage Page (Consumer), */
48 0x09, 0x01, /* Usage (Consumer Control), */
51 0x19, 0x00, /* Usage Minimum (00h), */
52 0x2A, 0xFF, 0x2F, /* Usage Maximum (0x2FFF), previously 0x7FFF */
[all …]
H A Dhid-dr.c147 * Usage Page (Desktop), ; Generic desktop controls (01h)
148 * Usage (Joystick), ; Joystick (04h, application collection)
157 * Usage (X), ; X (30h, dynamic value)
158 * Usage (X), ; X (30h, dynamic value)
159 * Usage (X), ; X (30h, dynamic value)
160 * Usage (X), ; X (30h, dynamic value)
161 * Usage (Y), ; Y (31h, dynamic value)
168 * Usage (00h),
175 * Usage Page (Button), ; Button (09h)
176 * Usage Minimum (01h),
[all …]
H A Dhid-microsoft.c67 * 'Usage Min/Max' where it ought to have 'Physical Min/Max' in ms_report_fixup()
78 #define ms_map_key_clear(c) hid_map_usage_clear(hi, usage, bit, max, \
80 static int ms_ergonomy_kb_quirk(struct hid_input *hi, struct hid_usage *usage, in ms_ergonomy_kb_quirk() argument
85 if ((usage->hid & HID_USAGE_PAGE) == HID_UP_CONSUMER) { in ms_ergonomy_kb_quirk()
86 switch (usage->hid & HID_USAGE) { in ms_ergonomy_kb_quirk()
88 * Microsoft uses these 2 reserved usage ids for 2 keys on in ms_ergonomy_kb_quirk()
101 if ((usage->hid & HID_USAGE_PAGE) != HID_UP_MSVENDOR) in ms_ergonomy_kb_quirk()
104 switch (usage->hid & HID_USAGE) { in ms_ergonomy_kb_quirk()
115 hid_map_usage_clear(hi, usage, bit, max, EV_REL, REL_WHEEL); in ms_ergonomy_kb_quirk()
121 * (this usage is found on interface 1). in ms_ergonomy_kb_quirk()
[all …]
/OK3568_Linux_fs/kernel/drivers/hid/i2c-hid/
H A Di2c-hid-dmi-quirks.c57 {0x05, 0x01, /* Usage Page (Desktop), */
58 0x09, 0x02, /* Usage (Mouse), */
61 0x09, 0x01, /* Usage (Pointer), */
63 0x05, 0x09, /* Usage Page (Button), */
64 0x19, 0x01, /* Usage Minimum (01h), */
65 0x29, 0x02, /* Usage Maximum (02h), */
72 0x05, 0x01, /* Usage Page (Desktop), */
73 0x09, 0x30, /* Usage (X), */
74 0x09, 0x31, /* Usage (Y), */
82 0x05, 0x0D, /* Usage Page (Digitizer), */
[all …]
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/pci/
H A Dqcom,pcie.txt4 Usage: required
18 Usage: required
23 Usage: required
32 Usage: required
37 Usage: required
42 Usage: required
47 Usage: required
52 Usage: required
57 Usage: required
62 Usage: required
[all …]
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/sound/
H A Dqcom,wcd9335.txt12 Usage: required
22 Usage: required
27 Usage: required
32 Usage: required
38 Usage: required
43 Usage: required
48 Usage: required
54 Usage: required
59 Usage: required
64 Usage: required
[all …]
/OK3568_Linux_fs/external/linux-rga/im2d_api/src/
H A Dim2d.cpp409 long usage = 0; in querystring() local
496 usage = rga_get_info(&rga_info); in querystring()
497 if (IM_STATUS_FAILED == usage) { in querystring()
808 int usage = 0; in imcopy() local
828 usage |= IM_ASYNC; in imcopy()
830 usage |= IM_SYNC; in imcopy()
832 ret = improcess(src, dst, pat, srect, drect, prect, -1, release_fence_fd, &opt, usage); in imcopy()
838 int usage = 0; in imresize() local
870 ret = imcheck(src, dst, srect, drect, usage); in imresize()
880 usage |= IM_ASYNC; in imresize()
[all …]
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/qemu/qemu/
H A D0001-qemu-Add-missing-wacom-HID-descriptor.patch32 + 0x05, 0x01, /* Usage Page (Generic Desktop) */
33 + 0x09, 0x02, /* Usage (Mouse) */
36 + 0x09, 0x01, /* Usage (Pointer) */
38 + 0x05, 0x09, /* Usage Page (Button) */
39 + 0x19, 0x01, /* Usage Minimum (1) */
40 + 0x29, 0x05, /* Usage Maximum (5) */
49 + 0x05, 0x01, /* Usage Page (Generic Desktop) */
50 + 0x09, 0x30, /* Usage (X) */
51 + 0x09, 0x31, /* Usage (Y) */
59 + 0x05, 0x0d, /* Usage Page (Digitizer) */
[all …]
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/pinctrl/
H A Dqcom,mdm9615-pinctrl.txt7 Usage: required
12 Usage: required
17 Usage: required
22 Usage: required
27 Usage: required
33 Usage: required
38 Usage: required
44 Usage: required
48 Usage: optional
81 Usage: required
[all …]
H A Dqcom,pmic-mpp.txt7 Usage: required
28 Usage: required
33 Usage: required
39 Usage: required
44 Usage: required
78 Usage: required
90 Usage: required
99 Usage: optional
104 Usage: optional
113 Usage: optional
[all …]
H A Dqcom,pmic-gpio.txt7 Usage: required
37 Usage: required
42 Usage: required
48 Usage: required
53 Usage: required
88 Usage: required
115 Usage: required
132 Usage: optional
137 Usage: optional
142 Usage: optional
[all …]
H A Dqcom,sm8150-pinctrl.txt7 Usage: required
12 Usage: required
18 Usage: required
24 Usage: required
29 Usage: required
34 Usage: required
40 Usage: required
45 Usage: required
51 Usage: required
56 Usage: optional
[all …]
H A Dqcom,sc7180-pinctrl.txt7 Usage: required
12 Usage: required
18 Usage: required
24 Usage: required
29 Usage: required
34 Usage: required
40 Usage: required
45 Usage: required
51 Usage: required
56 Usage: optional
[all …]
H A Dqcom,msm8960-pinctrl.txt7 Usage: required
12 Usage: required
17 Usage: required
22 Usage: required
27 Usage: required
33 Usage: required
38 Usage: required
44 Usage: required
48 Usage: optional
81 Usage: required
[all …]
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/soundwire/
H A Dqcom,sdw.txt8 Usage: required
17 Usage: required
23 Usage: required
28 Usage: required
33 Usage: required
38 Usage: required
43 Usage: required
48 Usage: required
53 Usage: required
60 Usage: required
[all …]
/OK3568_Linux_fs/kernel/drivers/tee/optee/
H A Doptee_smc.h110 * Call register usage:
119 * Normal return register usage:
124 * OPTEE_SMC_RETURN_ETHREAD_LIMIT return register usage:
129 * RPC return register usage:
157 * Call register usage:
162 * Have config return register usage:
170 * Not available register usage:
189 * Call register usage:
195 * Normal return register usage:
200 * Error return register usage:
[all …]
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/remoteproc/
H A Dqcom,q6v5.txt7 Usage: required
20 Usage: required
26 Usage: required
31 Usage: required
36 Usage: required
53 Usage: optional
60 Usage: required
65 Usage: required
88 Usage: required
97 Usage: required
[all …]
/OK3568_Linux_fs/kernel/Documentation/userspace-api/ioctl/
H A Dcdrom.rst100 usage::
121 usage::
144 usage::
175 usage::
204 usage::
229 usage::
260 usage::
285 usage::
311 usage::
338 usage::
[all …]

12345678910>>...211