| /kernel/liteos_a/kernel/include/ |
| D | los_cpup.h | 33 * @defgroup los_cpup CPU usage 52 * CPU usage error code: The request for memory fails. 62 * CPU usage error code: The pointer to an input parameter is error. 72 * CPU usage error code: The CPU usage is not initialized. 76 * Solution: Check whether the CPU usage is initialized. 82 * CPU usage error code: The target cpup is not created. 92 * CPU usage error code: The target cpup ID is invalid. 120 * Count the CPU usage structures of all cpup. 124 UINT32 usage; /**< Usage. The value range is [0, LOS_CPUP_SINGLE_CORE_PRECISION]. */ member 129 * Query the CPU usage of the system. [all …]
|
| /kernel/linux/linux-5.10/drivers/hid/ |
| D | hid-uclogic-rdesc.c | 23 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 …]
|
| D | hid-kye.c | 24 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 …]
|
| D | hid-waltop.c | 47 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 …]
|
| D | hid-input.c | 51 #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 …]
|
| D | hid-lg.c | 56 * 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 …]
|
| D | hid-bigbenff.c | 25 * 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 …]
|
| D | hid-maltron.c | 26 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 …]
|
| /kernel/linux/linux-6.6/drivers/hid/ |
| D | hid-uclogic-rdesc.c | 23 0x05, 0x0D, /* Usage Page (Digitizer), */ 24 0x09, 0x01, /* Usage (Digitizer), */ 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 …]
|
| D | hid-waltop.c | 47 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 …]
|
| D | hid-kye.c | 26 0x05, 0x0C, /* Usage Page (Consumer), */ 27 0x09, 0x01, /* Usage (Consumer Control), */ 30 0x0A, 0x45, 0x02, /* Usage (AC Rotate), */ 31 0x09, 0x40, /* Usage (Menu), */ 32 0x0A, 0x2F, 0x02, /* Usage (AC Zoom), */ 33 0x0A, 0x46, 0x02, /* Usage (AC Resize), */ 34 0x0A, 0x1A, 0x02, /* Usage (AC Undo), */ 35 0x0A, 0x6A, 0x02, /* Usage (AC Delete), */ 36 0x0A, 0x24, 0x02, /* Usage (AC Back), */ 37 0x0A, 0x25, 0x02, /* Usage (AC Forward), */ [all …]
|
| D | hid-sigmamicro.c | 16 0x05, 0x0c, /* Usage Page (Consumer Devices) 0 */ 17 0x09, 0x01, /* Usage (Consumer Control) 2 */ 20 0x19, 0x00, /* Usage Minimum (0) 8 */ 21 0x2a, 0x3c, 0x02, /* Usage Maximum (572) 10 */ 28 0x05, 0x01, /* Usage Page (Generic Desktop) 25 */ 29 0x09, 0x80, /* Usage (System Control) 27 */ 32 0x19, 0x81, /* Usage Minimum (129) 33 */ 33 0x29, 0x83, /* Usage Maximum (131) 35 */ 41 0x06, 0x00, 0xff, /* Usage Page (Vendor Defined Page 1) 50 */ 42 0x09, 0x01, /* Usage (Vendor Usage 1) 53 */ [all …]
|
| D | hid-lg.c | 56 * 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 …]
|
| D | hid-input.c | 52 __u32 usage; /* the HID usage associated */ member 56 unsigned int slot_overwrite; /* for globals: allows to set the usage 80 .usage = HID_DG_ERASER, 83 .usage = HID_DG_INVERT, 86 .usage = HID_DG_TIPSWITCH, 89 .usage = HID_DG_TIPPRESSURE, 92 .usage = HID_DG_INRANGE, 96 #define map_abs(c) hid_map_usage(hidinput, usage, &bit, &max, EV_ABS, (c)) 97 #define map_rel(c) hid_map_usage(hidinput, usage, &bit, &max, EV_REL, (c)) 98 #define map_key(c) hid_map_usage(hidinput, usage, &bit, &max, EV_KEY, (c)) [all …]
|
| D | hid-bigbenff.c | 25 * 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 …]
|
| D | hid-maltron.c | 26 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 …]
|
| /kernel/liteos_m/components/cpup/ |
| D | los_cpup.h | 33 * @defgroup los_cpup CPU usage 52 * CPU usage error code: The request for memory fails. 62 * CPU usage error code: The pointer to an input parameter is NULL. 72 * CPU usage error code: The CPU usage is not initialized. 76 * Solution: Check whether the CPU usage is initialized. 82 * CPU usage error code: The number of threads is invalid. 92 * CPU usage error code: The target thread is not created. 102 * CPU usage error code: The target task ID is invalid. 130 * Count the CPU usage structures of a task. 197 * Count the CPU usage structures of all tasks. [all …]
|
| /kernel/linux/linux-6.6/tools/testing/selftests/hid/tests/ |
| D | descriptors_wacom.py | 5 0x05, 0x01, # . Usage Page (Desktop), 6 0x09, 0x02, # . Usage (Mouse), 9 0x09, 0x01, # . Usage (Pointer), 11 0x05, 0x09, # . Usage Page (Button), 12 0x19, 0x01, # . Usage Minimum (01h), 13 0x29, 0x03, # . Usage Maximum (03h), 22 0x05, 0x01, # . Usage Page (Desktop), 23 0x09, 0x30, # . Usage (X), 24 0x09, 0x31, # . Usage (Y), 32 0x06, 0x0D, 0xFF, # . Usage Page (FF0Dh), [all …]
|
| D | test_ite_keyboard.py | 31 0x06, 0x85, 0xff, # Usage Page (Vendor Usage Page 0xff85) 32 0x09, 0x95, # Usage (Vendor Usage 0x95) 3 35 0x09, 0x01, # .Usage (Vendor Usage 0x01) 9 42 0x05, 0x01, # Usage Page (Generic Desktop) 23 43 0x09, 0x06, # Usage (Keyboard) 25 48 0x05, 0x07, # .Usage Page (Keyboard) 35 49 0x19, 0xe0, # .Usage Minimum (224) 37 50 0x29, 0xe7, # .Usage Maximum (231) 39 59 0x05, 0x08, # .Usage Page (LEDs) 57 60 0x19, 0x01, # .Usage Minimum (1) 59 [all …]
|
| D | test_hid_core.py | 39 0x05, 0x01, # .Usage Page (Generic Desktop) 40 0x09, 0x02, # .Usage (Mouse) 42 0x09, 0x02, # ..Usage (Mouse) 44 0x09, 0x01, # ...Usage (Pointer) 46 0x05, 0x09, # ....Usage Page (Button) 47 0x19, 0x01, # ....Usage Minimum (1) 48 0x29, 0x03, # ....Usage Maximum (3) 58 0x09, 0x01, # .....Usage (Pointer) 60 0x09, 0x01, # .....Usage (Pointer) 62 0x09, 0x01, # .....Usage (Pointer) [all …]
|
| /kernel/linux/linux-6.6/drivers/hid/amd-sfh-hid/hid_descriptor/ |
| D | amd_sfh_hid_report_desc.h | 15 0x05, 0x20, /* Usage page */ 21 0x05, 0x20, /* HID usage page sensor */ 33 0x0A, 0x16, 0x03, /* HID usage sensor property reporting state */ 47 0x0A, 0x19, 0x03, /* HID usage sensor property power state */ 61 0x0A, 0x01, 0x02, /* HID usage sensor state */ 67 0x0A, 0x00, 0x08, /* HID usage sensor state unknown sel */ 68 0x0A, 0x01, 0x08, /* HID usage sensor state ready sel */ 69 0x0A, 0x02, 0x08, /* HID usage sensor state not available sel */ 70 0x0A, 0x03, 0x08, /* HID usage sensor state no data sel */ 71 0x0A, 0x04, 0x08, /* HID usage sensor state initializing sel */ [all …]
|
| /kernel/linux/linux-5.10/drivers/hid/i2c-hid/ |
| D | i2c-hid-dmi-quirks.c | 57 {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 …]
|
| /kernel/linux/linux-6.6/drivers/hid/i2c-hid/ |
| D | i2c-hid-dmi-quirks.c | 59 {0x05, 0x01, /* Usage Page (Desktop), */ 60 0x09, 0x02, /* Usage (Mouse), */ 63 0x09, 0x01, /* Usage (Pointer), */ 65 0x05, 0x09, /* Usage Page (Button), */ 66 0x19, 0x01, /* Usage Minimum (01h), */ 67 0x29, 0x02, /* Usage Maximum (02h), */ 74 0x05, 0x01, /* Usage Page (Desktop), */ 75 0x09, 0x30, /* Usage (X), */ 76 0x09, 0x31, /* Usage (Y), */ 84 0x05, 0x0D, /* Usage Page (Digitizer), */ [all …]
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/pci/ |
| D | qcom,pcie.txt | 4 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 …]
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/sound/ |
| D | qcom,wcd9335.txt | 12 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 …]
|