Searched refs:usage (Results 201 - 225 of 506) sorted by relevance

1234567891011>>

/linux-master/drivers/iio/light/
H A Dhid-sensor-prox.c89 hsdev, hsdev->usage, address, report_id,
209 /* Parse report which is specific to an usage id*/
233 /* Function to initialize the processing for usage id */
252 ret = hid_sensor_parse_common_attributes(hsdev, hsdev->usage,
270 hsdev->usage, prox_state);
299 ret = sensor_hub_register_callback(hsdev, hsdev->usage,
315 /* Function to deinitialize the processing for usage id */
322 sensor_hub_remove_callback(hsdev, hsdev->usage);
/linux-master/kernel/
H A Dwatch_queue.c389 container_of(kref, struct watch_queue, usage);
410 kref_put(&wqueue->usage, __put_watch_queue);
426 struct watch *watch = container_of(kref, struct watch, usage);
436 kref_put(&watch->usage, __put_watch);
448 kref_init(&watch->usage);
474 kref_get(&wqueue->usage);
475 kref_get(&watch->usage);
673 kref_get(&wqueue->usage);
694 kref_init(&wqueue->usage);
/linux-master/drivers/hid/
H A Dhid-debug.c35 unsigned usage; member in struct:hid_usage_entry
511 char *hid_resolv_usage(unsigned usage, struct seq_file *f) { argument
516 buf = resolv_usage_page(usage >> 16, f);
531 if (p->page == (usage >> 16)) {
532 for(++p; p->description && p->usage != 0; p++)
533 if (p->usage == (usage & 0xffff)) {
548 usage & 0xffff);
550 seq_printf(f, "%04x", usage & 0xffff);
579 tab(n+2, f); hid_resolv_usage(field->usage[
732 hid_dump_input(struct hid_device *hdev, struct hid_usage *usage, __s32 value) argument
1073 struct hid_usage *usage; local
[all...]
H A Dhid-asus.c4 * Fixes small logical maximum to match usage maximum.
312 struct hid_usage *usage, __s32 value)
314 if ((usage->hid & HID_USAGE_PAGE) == 0xff310000 &&
315 (usage->hid & HID_USAGE) != 0x00 &&
316 (usage->hid & HID_USAGE) != 0xff && !usage->type) {
318 usage->hid & HID_USAGE);
845 #define asus_map_key_clear(c) hid_map_usage_clear(hi, usage, bit, \
849 struct hid_usage *usage, unsigned long **bit,
869 usage
311 asus_event(struct hid_device *hdev, struct hid_field *field, struct hid_usage *usage, __s32 value) argument
847 asus_input_mapping(struct hid_device *hdev, struct hid_input *hi, struct hid_field *field, struct hid_usage *usage, unsigned long **bit, int *max) argument
[all...]
/linux-master/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum1_kvdl.c63 unsigned long usage[]; /* Entries */ member in struct:mlxsw_sp1_kvdl_part
126 entry_index = find_first_zero_bit(part->usage, nr_entries);
129 __set_bit(entry_index, part->usage);
143 __clear_bit(entry_index, part->usage);
227 part = kzalloc(struct_size(part, usage, BITS_TO_LONGS(nr_entries)),
287 while ((bit = find_next_bit(part->usage, nr_entries, bit + 1))
/linux-master/kernel/cgroup/
H A Drdma.c45 int usage; member in struct:rdmacg_resource
180 rpool->resources[index].usage--;
186 WARN_ON_ONCE(rpool->resources[index].usage < 0);
253 * (a) per cgroup & (b) per device resource usage.
254 * Per cgroup resource usage ensures that tasks of cgroup doesn't cross
256 * in multi device usage. It allocates resource pool in the hierarchy
286 new = rpool->resources[index].usage + 1;
291 rpool->resources[index].usage = new;
342 * usage query happening via configfs.
513 value = rpool->resources[i].usage;
[all...]
/linux-master/drivers/video/logo/
H A Dpnmtologo.c75 static void usage(void) __attribute((noreturn));
426 static void usage(void) function
432 " -h : display this usage information\n"
457 usage();
478 usage();
482 usage();
487 usage();
/linux-master/tools/testing/vsock/
H A Dvsock_diag_test.c489 static void usage(void) function
572 usage();
577 usage();
579 usage();
581 usage();
585 usage();
/linux-master/include/linux/
H A Dhid.h141 * HID usage tables
221 /* Microsoft Win8 Wireless Radio Controls CA usage codes */
446 unsigned usage[HID_MAX_USAGES]; /* usage array */ member in struct:hid_local
447 u8 usage_size[HID_MAX_USAGES]; /* usage size array */
463 unsigned usage; member in struct:hid_collection
468 unsigned hid; /* hid usage code */
470 unsigned usage_index; /* index into usage array */
486 unsigned physical; /* physical usage for this field */
487 unsigned logical; /* logical usage fo
489 struct hid_usage *usage; /* usage table for this function */ member in struct:hid_field
1041 hid_map_usage(struct hid_input *hidinput, struct hid_usage *usage, unsigned long **bit, int *max, __u8 type, unsigned int c) argument
1098 hid_map_usage_clear(struct hid_input *hidinput, struct hid_usage *usage, unsigned long **bit, int *max, __u8 type, __u16 c) argument
[all...]
/linux-master/net/sunrpc/auth_gss/
H A Dgss_krb5_test.c29 const struct xdr_netobj *usage; member in struct:gss_krb5_test_param
62 param->usage, GFP_KERNEL);
93 param->usage, GFP_KERNEL);
665 .usage = &usage_checksum,
672 .usage = &usage_encryption,
679 .usage = &usage_integrity,
686 .usage = &usage_checksum,
693 .usage = &usage_encryption,
700 .usage = &usage_integrity,
783 .usage
1121 struct xdr_netobj usage = { local
1616 struct xdr_netobj usage = { local
[all...]
/linux-master/drivers/staging/greybus/Documentation/firmware/
H A Dfirmware.c35 static void usage(void) function
167 usage();
/linux-master/drivers/tty/vt/
H A Dconmakehash.c24 static void usage(char *argv0) function
87 usage(argv[0]);
/linux-master/arch/sparc/boot/
H A Dpiggyback.c63 static void usage(void) function
187 usage();
/linux-master/arch/x86/tools/
H A Dinsn_decoder_test.c32 static void usage(void) function
104 usage();
/linux-master/scripts/selinux/genheaders/
H A Dgenheaders.c23 static void usage(void) function
25 printf("usage: %s flask.h av_permissions.h\n", progname);
53 usage();
/linux-master/samples/bpf/
H A Dfds_example.c36 static void usage(void) function
193 usage();
/linux-master/tools/testing/selftests/bpf/
H A Dxdp_redirect_multi.c71 static void usage(const char *prog) function
74 "usage: %s [OPTS] <IFNAME|IFINDEX> <IFNAME|IFINDEX> ...\n"
111 usage(basename(argv[0]));
124 printf("usage: %s <IFNAME|IFINDEX> <IFNAME|IFINDEX> ...\n", argv[0]);
/linux-master/tools/testing/memblock/tests/
H A Dcommon.c121 static void usage(const char *prog) function
149 usage(argv[0]);
/linux-master/tools/testing/selftests/
H A Dkselftest_deps.sh10 usage() function
58 usage
/linux-master/drivers/gpu/drm/msm/
H A Dmsm_gem_shrinker.c77 enum dma_resv_usage usage = dma_resv_usage_rw(true); local
78 return dma_resv_wait_timeout(obj->resv, usage, false, 10) > 0;
/linux-master/scripts/clang-tools/
H A Dgen_compile_commands.py38 usage = 'Creates a compile_commands.json database from kernel .cmd files'
39 parser = argparse.ArgumentParser(description=usage)
/linux-master/drivers/media/platform/mediatek/mdp3/
H A Dmtk-img-ipi.h62 u32 usage; member in struct:img_image_buffer
108 u32 usage; member in struct:img_ipi_param
/linux-master/scripts/
H A Dmarkup_oops.pl24 'help|h' => \&usage,
25 ) || usage ();
187 usage();
355 sub usage { subroutine
/linux-master/fs/afs/
H A Dafs_vl.h138 refcount_t usage; member in struct:afs_address_list
/linux-master/tools/perf/bench/
H A Dmem-functions.c114 const char *const *usage; member in struct:bench_mem_info
182 argc = parse_options(argc, argv, options, info->usage, 0);
297 .usage = bench_mem_memcpy_usage,
371 .usage = bench_mem_memset_usage,

Completed in 416 milliseconds

1234567891011>>