Home
last modified time | relevance | path

Searched defs:usage (Results 1776 - 1800 of 2153) sorted by relevance

1...<<71727374757677787980>>...87

/kernel/linux/linux-5.10/drivers/mmc/core/
H A Dblock.c112 unsigned int usage; member
/kernel/linux/linux-5.10/drivers/net/wan/
H A Dcosa.c98 int usage; /* Usage count; >0 for chrdev, -1 for netdev */ member
144 int usage; /* usage count */ member
[all...]
/kernel/linux/linux-5.10/drivers/staging/unisys/visornic/
H A Dvisornic_main.c141 atomic_t usage; member
/kernel/linux/linux-5.10/samples/bpf/
H A Dxdpsock_user.c917 static void usage(const char *prog) in usage() function
/kernel/linux/linux-5.10/scripts/
H A Dunifdef.c378 usage(void) in usage() function
/kernel/linux/linux-5.10/tools/perf/util/
H A Dbpf-loader.c188 const char *usage; member
/kernel/linux/linux-5.10/tools/power/x86/x86_energy_perf_policy/
H A Dx86_energy_perf_policy.c97 void usage(void) in usage() function
[all...]
/kernel/linux/linux-5.10/fs/ext4/
H A Dxattr.c813 int ext4_get_inode_usage(struct inode *inode, qsize_t *usage) in ext4_get_inode_usage() argument
/kernel/linux/linux-5.10/kernel/debug/kdb/
H A Dkdb_main.c721 char *usage; member
2717 kdb_register_flags(char *cmd, kdb_func_t func, char *usage, char *help, short minlen, kdb_cmdflags_t flags) kdb_register_flags() argument
2793 kdb_register(char *cmd, kdb_func_t func, char *usage, char *help, short minlen) kdb_register() argument
[all...]
/kernel/linux/linux-5.10/drivers/hid/
H A Dhid-core.c124 unsigned usage; in open_collection() local
230 hid_add_usage(struct hid_parser *parser, unsigned usage, u8 size) hid_add_usage() argument
788 hid_scan_input_usage(struct hid_parser *parser, u32 usage) hid_scan_input_usage() argument
796 hid_scan_feature_usage(struct hid_parser *parser, u32 usage) hid_scan_feature_usage() argument
1071 struct hid_usage *usage; hid_apply_multiplier_to_field() local
1168 struct hid_usage *usage; hid_setup_resolution_multiplier() local
1500 hid_match_usage(struct hid_device *hid, struct hid_usage *usage) hid_match_usage() argument
1518 hid_process_event(struct hid_device *hid, struct hid_field *field, struct hid_usage *usage, __s32 value, int interrupt) hid_process_event() argument
[all...]
/kernel/linux/linux-5.10/include/linux/
H A Dfscache-cache.h48 atomic_t usage; member
113 atomic_t usage; member
/kernel/linux/linux-6.6/fs/ext4/
H A Dxattr.c863 int ext4_get_inode_usage(struct inode *inode, qsize_t *usage) in ext4_get_inode_usage() argument
/kernel/linux/linux-6.6/kernel/bpf/
H A Dhashtab.c2224 u64 usage = sizeof(struct bpf_htab); in htab_map_mem_usage() local
[all...]
/kernel/linux/linux-6.6/drivers/media/platform/mediatek/mdp3/
H A Dmtk-mdp3-regs.h310 u32 usage; /* enum mdp_buffer_usage */ member
/kernel/linux/linux-6.6/drivers/hid/
H A Dhid-nvidia-shield.c922 android_input_mapping(struct hid_device *hdev, struct hid_input *hi, struct hid_field *field, struct hid_usage *usage, unsigned long **bit, int *max) android_input_mapping() argument
H A Dhid-core.c122 unsigned usage; in open_collection() local
228 hid_add_usage(struct hid_parser *parser, unsigned usage, u8 size) hid_add_usage() argument
788 hid_scan_input_usage(struct hid_parser *parser, u32 usage) hid_scan_input_usage() argument
796 hid_scan_feature_usage(struct hid_parser *parser, u32 usage) hid_scan_feature_usage() argument
1072 struct hid_usage *usage; hid_apply_multiplier_to_field() local
1169 struct hid_usage *usage; hid_setup_resolution_multiplier() local
1503 hid_match_usage(struct hid_device *hid, struct hid_usage *usage) hid_match_usage() argument
1521 hid_process_event(struct hid_device *hid, struct hid_field *field, struct hid_usage *usage, __s32 value, int interrupt) hid_process_event() argument
[all...]
H A Dhid-multitouch.c530 struct mt_usages *usage; in mt_allocate_usage() local
480 mt_feature_mapping(struct hid_device *hdev, struct hid_field *field, struct hid_usage *usage) mt_feature_mapping() argument
675 struct mt_usages *usage; mt_store_field() local
716 mt_touch_input_mapping(struct hid_device *hdev, struct hid_input *hi, struct hid_field *field, struct hid_usage *usage, unsigned long **bit, int *max, struct mt_application *app) mt_touch_input_mapping() argument
998 mt_touch_event(struct hid_device *hid, struct hid_field *field, struct hid_usage *usage, __s32 value) mt_touch_event() argument
1156 mt_process_mt_event(struct hid_device *hid, struct mt_application *app, struct hid_field *field, struct hid_usage *usage, __s32 value, bool first_packet) mt_process_mt_event() argument
1342 mt_input_mapping(struct hid_device *hdev, struct hid_input *hi, struct hid_field *field, struct hid_usage *usage, unsigned long **bit, int *max) mt_input_mapping() argument
1415 mt_input_mapped(struct hid_device *hdev, struct hid_input *hi, struct hid_field *field, struct hid_usage *usage, unsigned long **bit, int *max) mt_input_mapped() argument
1432 mt_event(struct hid_device *hid, struct hid_field *field, struct hid_usage *usage, __s32 value) mt_event() argument
1462 mt_need_to_apply_feature(struct hid_device *hdev, struct hid_field *field, struct hid_usage *usage, enum latency_mode latency, bool surface_switch, bool button_switch, bool *inputmode_found) mt_need_to_apply_feature() argument
1538 struct hid_usage *usage; mt_set_modes() local
1654 mt_fix_const_field(struct hid_field *field, unsigned int usage) mt_fix_const_field() argument
1664 mt_fix_const_fields(struct hid_device *hdev, unsigned int usage) mt_fix_const_fields() argument
[all...]
H A Dwacom_sys.c102 struct hid_usage *usage = &field->usage[j]; in wacom_wac_pen_serial_enforce() local
209 wacom_hid_usage_quirk(struct hid_device *hdev, struct hid_field *field, struct hid_usage *usage) wacom_hid_usage_quirk() argument
292 wacom_feature_mapping(struct hid_device *hdev, struct hid_field *field, struct hid_usage *usage) wacom_feature_mapping() argument
425 wacom_usage_mapping(struct hid_device *hdev, struct hid_field *field, struct hid_usage *usage) wacom_usage_mapping() argument
[all...]
H A Dhid-sony.c587 guitar_mapping(struct hid_device *hdev, struct hid_input *hi, struct hid_field *field, struct hid_usage *usage, unsigned long **bit, int *max) guitar_mapping() argument
616 ps3remote_mapping(struct hid_device *hdev, struct hid_input *hi, struct hid_field *field, struct hid_usage *usage, unsigned long **bit, int *max) ps3remote_mapping() argument
650 navigation_mapping(struct hid_device *hdev, struct hid_input *hi, struct hid_field *field, struct hid_usage *usage, unsigned long **bit, int *max) navigation_mapping() argument
698 sixaxis_mapping(struct hid_device *hdev, struct hid_input *hi, struct hid_field *field, struct hid_usage *usage, unsigned long **bit, int *max) sixaxis_mapping() argument
963 sony_mapping(struct hid_device *hdev, struct hid_input *hi, struct hid_field *field, struct hid_usage *usage, unsigned long **bit, int *max) sony_mapping() argument
[all...]
/kernel/linux/linux-6.6/drivers/hid/usbhid/
H A Dhid-pidff.c208 static void pidff_set(struct pidff_usage *usage, u16 value) in pidff_set() argument
214 static void pidff_set_signed(struct pidff_usage *usage, s16 value) in pidff_set_signed() argument
758 pidff_find_fields(struct pidff_usage *usage, const u8 *table, struct hid_report *report, int count, int strict) pidff_find_fields() argument
797 pidff_check_usage(int usage) pidff_check_usage() argument
871 pidff_find_special_field(struct hid_report *report, int usage, int enforce_min) pidff_find_special_field() argument
[all...]
/kernel/linux/linux-6.6/tools/mm/
H A Dpage-types.c823 static void usage(void) in usage() function
H A Dslabinfo.c111 static void usage(void) in usage() function
/kernel/linux/linux-6.6/tools/perf/
H A Dbuiltin-lock.c1992 check_lock_contention_options(const struct option *options, const char * const *usage) check_lock_contention_options() argument
/kernel/linux/linux-6.6/tools/testing/selftests/mm/
H A Dkhugepaged.c1374 static void usage(void) in usage() function
/kernel/linux/linux-6.6/tools/power/x86/x86_energy_perf_policy/
H A Dx86_energy_perf_policy.c100 void usage(void) in usage() function
[all...]

Completed in 53 milliseconds

1...<<71727374757677787980>>...87