| /kernel/linux/linux-6.6/drivers/dma-buf/ |
| D | dma-resv.c | 72 enum dma_resv_usage *usage) in dma_resv_list_entry() 87 enum dma_resv_usage usage) in dma_resv_list_set() 209 enum dma_resv_usage usage; in dma_resv_reserve_fences() local 281 enum dma_resv_usage usage) in dma_resv_add_fence() 338 enum dma_resv_usage usage) in dma_resv_replace_fences() 562 int dma_resv_get_fences(struct dma_resv *obj, enum dma_resv_usage usage, in dma_resv_get_fences() 620 int dma_resv_get_singleton(struct dma_resv *obj, enum dma_resv_usage usage, in dma_resv_get_singleton() 671 long dma_resv_wait_timeout(struct dma_resv *obj, enum dma_resv_usage usage, in dma_resv_wait_timeout() 704 void dma_resv_set_deadline(struct dma_resv *obj, enum dma_resv_usage usage, in dma_resv_set_deadline() 731 bool dma_resv_test_signaled(struct dma_resv *obj, enum dma_resv_usage usage) in dma_resv_test_signaled() [all …]
|
| D | st-dma-resv.c | 65 enum dma_resv_usage usage = (unsigned long)arg; in test_signaling() local 111 enum dma_resv_usage usage = (unsigned long)arg; in test_for_each() local 172 enum dma_resv_usage usage = (unsigned long)arg; in test_for_each_unlocked() local 246 enum dma_resv_usage usage = (unsigned long)arg; in test_get_fences() local 305 enum dma_resv_usage usage; in dma_resv() local
|
| /kernel/linux/linux-6.6/tools/verification/rv/src/ |
| D | rv.c | 42 static const char *const usage[] = { in rv_list() local 79 static const char *const usage[] = { in rv_mon() local 121 static void usage(int exit_val, const char *fmt, ...) in usage() function 127 static const char *const usage[] = { in usage() local
|
| /kernel/linux/linux-6.6/drivers/hid/ |
| D | hid-input.c | 52 __u32 usage; /* the HID usage associated */ member 107 static bool match_scancode(struct hid_usage *usage, in match_scancode() 113 static bool match_keycode(struct hid_usage *usage, in match_keycode() 122 static bool match_index(struct hid_usage *usage, in match_index() 138 struct hid_usage *usage; in hidinput_find_key() local 164 struct hid_usage *usage; in hidinput_locate_usage() local 181 struct hid_usage *usage; in hidinput_getkeycode() local 203 struct hid_usage *usage; in hidinput_setkeycode() local 622 unsigned int usage, int value) in hidinput_set_battery_charge_status() 650 unsigned int usage, int value) in hidinput_set_battery_charge_status() [all …]
|
| D | hid-icade.c | 165 struct hid_usage *usage, __s32 value) in icade_event() 189 struct hid_field *field, struct hid_usage *usage, in icade_input_mapping() 212 struct hid_field *field, struct hid_usage *usage, in icade_input_mapped()
|
| D | hid-lg.c | 539 struct hid_usage *usage, unsigned long **bit, int *max) in lg_ultrax_remote_mapping() 571 static int lg_wireless_mapping(struct hid_input *hi, struct hid_usage *usage, in lg_wireless_mapping() 633 struct hid_field *field, struct hid_usage *usage, in lg_input_mapping() 682 struct hid_field *field, struct hid_usage *usage, in lg_input_mapped() 723 struct hid_usage *usage, __s32 value) in lg_event()
|
| D | hid-a4tech.c | 35 struct hid_field *field, struct hid_usage *usage, in a4_input_mapping() 57 struct hid_field *field, struct hid_usage *usage, in a4_input_mapped() 74 struct hid_usage *usage, __s32 value) in a4_event()
|
| D | hid-microsoft.c | 80 static int ms_ergonomy_kb_quirk(struct hid_input *hi, struct hid_usage *usage, in ms_ergonomy_kb_quirk() 142 static int ms_presenter_8k_quirk(struct hid_input *hi, struct hid_usage *usage, in ms_presenter_8k_quirk() 162 struct hid_usage *usage, unsigned long **bit, int *max) in ms_surface_dial_quirk() 183 struct hid_field *field, struct hid_usage *usage, in ms_input_mapping() 210 struct hid_field *field, struct hid_usage *usage, in ms_input_mapped() 223 struct hid_usage *usage, __s32 value) in ms_event()
|
| D | hid-speedlink.c | 26 struct hid_field *field, struct hid_usage *usage, in speedlink_input_mapping() 43 struct hid_usage *usage, __s32 value) in speedlink_event()
|
| D | hid-gyration.c | 25 struct hid_field *field, struct hid_usage *usage, in gyration_input_mapping() 55 struct hid_usage *usage, __s32 value) in gyration_event()
|
| D | hid-ezkey.c | 26 struct hid_field *field, struct hid_usage *usage, in ez_input_mapping() 48 struct hid_usage *usage, __s32 value) in ez_event()
|
| D | hid-lenovo.c | 171 struct hid_usage *usage, unsigned long **bit, int *max) in lenovo_input_mapping_tpkbd() 184 struct hid_usage *usage, unsigned long **bit, int *max) in lenovo_input_mapping_cptkbd() 258 struct hid_usage *usage, unsigned long **bit, int *max) in lenovo_input_mapping_tpIIkbd() 353 struct hid_usage *usage, unsigned long **bit, int *max) in lenovo_input_mapping_scrollpoint() 364 struct hid_usage *usage, unsigned long **bit, int *max) in lenovo_input_mapping_tp10_ultrabook_kbd() 402 struct hid_usage *usage, unsigned long **bit, int *max) in lenovo_input_mapping_x1_tab_kbd() 450 struct hid_usage *usage, unsigned long **bit, int *max) in lenovo_input_mapping() 710 struct hid_field *field, struct hid_usage *usage, __s32 value) in lenovo_event_tp10ubkbd() 728 struct hid_field *field, struct hid_usage *usage, __s32 value) in lenovo_event_cptkbd() 774 struct hid_usage *usage, __s32 value) in lenovo_event()
|
| D | hid-ite.c | 43 struct hid_usage *usage, unsigned long **bit, in ite_input_mapping() 68 struct hid_usage *usage, __s32 value) in ite_event()
|
| /kernel/linux/linux-5.10/drivers/hid/ |
| D | hid-lg.c | 539 struct hid_usage *usage, unsigned long **bit, int *max) in lg_ultrax_remote_mapping() 571 static int lg_dinovo_mapping(struct hid_input *hi, struct hid_usage *usage, in lg_dinovo_mapping() 587 static int lg_wireless_mapping(struct hid_input *hi, struct hid_usage *usage, in lg_wireless_mapping() 649 struct hid_field *field, struct hid_usage *usage, in lg_input_mapping() 702 struct hid_field *field, struct hid_usage *usage, in lg_input_mapped() 743 struct hid_usage *usage, __s32 value) in lg_event()
|
| D | hid-input.c | 61 static bool match_scancode(struct hid_usage *usage, in match_scancode() 67 static bool match_keycode(struct hid_usage *usage, in match_keycode() 76 static bool match_index(struct hid_usage *usage, in match_index() 92 struct hid_usage *usage; in hidinput_find_key() local 118 struct hid_usage *usage; in hidinput_locate_usage() local 135 struct hid_usage *usage; in hidinput_getkeycode() local 157 struct hid_usage *usage; in hidinput_setkeycode() local 567 struct hid_usage *usage) in hidinput_configure_usage() 1256 static void hidinput_handle_scroll(struct hid_usage *usage, in hidinput_handle_scroll() 1288 void hidinput_hid_event(struct hid_device *hid, struct hid_field *field, struct hid_usage *usage, _… in hidinput_hid_event() [all …]
|
| D | hid-icade.c | 165 struct hid_usage *usage, __s32 value) in icade_event() 189 struct hid_field *field, struct hid_usage *usage, in icade_input_mapping() 212 struct hid_field *field, struct hid_usage *usage, in icade_input_mapped()
|
| D | hid-a4tech.c | 35 struct hid_field *field, struct hid_usage *usage, in a4_input_mapping() 57 struct hid_field *field, struct hid_usage *usage, in a4_input_mapped() 74 struct hid_usage *usage, __s32 value) in a4_event()
|
| D | hid-microsoft.c | 80 static int ms_ergonomy_kb_quirk(struct hid_input *hi, struct hid_usage *usage, in ms_ergonomy_kb_quirk() 142 static int ms_presenter_8k_quirk(struct hid_input *hi, struct hid_usage *usage, in ms_presenter_8k_quirk() 162 struct hid_usage *usage, unsigned long **bit, int *max) in ms_surface_dial_quirk() 183 struct hid_field *field, struct hid_usage *usage, in ms_input_mapping() 210 struct hid_field *field, struct hid_usage *usage, in ms_input_mapped() 223 struct hid_usage *usage, __s32 value) in ms_event()
|
| D | hid-speedlink.c | 26 struct hid_field *field, struct hid_usage *usage, in speedlink_input_mapping() 43 struct hid_usage *usage, __s32 value) in speedlink_event()
|
| D | hid-gyration.c | 25 struct hid_field *field, struct hid_usage *usage, in gyration_input_mapping() 55 struct hid_usage *usage, __s32 value) in gyration_event()
|
| D | hid-ezkey.c | 26 struct hid_field *field, struct hid_usage *usage, in ez_input_mapping() 48 struct hid_usage *usage, __s32 value) in ez_event()
|
| D | hid-apple.c | 213 struct hid_usage *usage, __s32 value) in hidinput_apple_event() 323 struct hid_usage *usage, __s32 value) in apple_event() 400 struct hid_field *field, struct hid_usage *usage, in apple_input_mapping() 421 struct hid_field *field, struct hid_usage *usage, in apple_input_mapped()
|
| D | hid-ite.c | 43 struct hid_usage *usage, unsigned long **bit, in ite_input_mapping() 68 struct hid_usage *usage, __s32 value) in ite_event()
|
| /kernel/linux/linux-6.6/scripts/dtc/ |
| D | of_unittest_expect | 90 sub usage { subroutine 96 usage: label
|
| /kernel/liteos_a/testsuites/kernel/sample/kernel_extend/cpup/ |
| D | It_extend_cpup.h | 55 #define ICUNIT_ASSERT_PROCESS_CPUP_USAGE(usage, lable) \ argument 66 #define ICUNIT_ASSERT_SINGLE_CPUP_USAGE(usage, lable) \ argument
|