Searched refs:usage (Results 101 - 125 of 506) sorted by relevance

1234567891011>>

/linux-master/arch/powerpc/boot/
H A Dwrapper68 usage() { function
97 [ "$#" -gt 0 ] || usage
102 [ "$#" -gt 0 ] || usage
107 [ "$#" -gt 0 ] || usage
112 [ "$#" -gt 0 ] || usage
117 [ "$#" -gt 0 ] || usage
122 [ "$#" -gt 0 ] || usage
130 [ "$#" -gt 0 ] || usage
135 [ "$#" -gt 0 ] || usage
141 [ "$#" -gt 0 ] || usage
[all...]
/linux-master/tools/testing/selftests/powerpc/benchmarks/
H A Dfork.c219 static void usage(void) function
246 usage();
255 usage();
261 usage();
265 usage();
/linux-master/drivers/hid/
H A Dhid-zydacron.c43 hid_map_usage_clear(hi, usage, bit, max, EV_KEY, (c))
46 struct hid_field *field, struct hid_usage *usage,
53 if ((usage->hid & HID_USAGE_PAGE) != HID_UP_CONSUMER)
57 usage->hid & HID_USAGE);
59 switch (usage->hid & HID_USAGE) {
45 zc_input_mapping(struct hid_device *hdev, struct hid_input *hi, struct hid_field *field, struct hid_usage *usage, unsigned long **bit, int *max) argument
H A Dhid-lg.c56 * a custom vendor usage page, providing only a combined value as
535 #define lg_map_key_clear(c) hid_map_usage_clear(hi, usage, bit, max, \
539 struct hid_usage *usage, unsigned long **bit, int *max)
541 if ((usage->hid & HID_USAGE_PAGE) != HID_UP_LOGIVENDOR)
545 switch (usage->hid & HID_USAGE) {
571 static int lg_wireless_mapping(struct hid_input *hi, struct hid_usage *usage, argument
574 if ((usage->hid & HID_USAGE_PAGE) != HID_UP_CONSUMER)
577 switch (usage->hid & HID_USAGE) {
633 struct hid_field *field, struct hid_usage *usage,
649 unsigned int hid = usage
538 lg_ultrax_remote_mapping(struct hid_input *hi, struct hid_usage *usage, unsigned long **bit, int *max) argument
632 lg_input_mapping(struct hid_device *hdev, struct hid_input *hi, struct hid_field *field, struct hid_usage *usage, unsigned long **bit, int *max) argument
681 lg_input_mapped(struct hid_device *hdev, struct hid_input *hi, struct hid_field *field, struct hid_usage *usage, unsigned long **bit, int *max) argument
722 lg_event(struct hid_device *hdev, struct hid_field *field, struct hid_usage *usage, __s32 value) argument
[all...]
H A Dhid-chicony.c57 #define ch_map_key_clear(c) hid_map_usage_clear(hi, usage, bit, max, \
60 struct hid_field *field, struct hid_usage *usage,
63 if ((usage->hid & HID_USAGE_PAGE) != HID_UP_MSVENDOR)
67 switch (usage->hid & HID_USAGE) {
97 /* Change usage maximum and logical maximum from 0x7fff to
59 ch_input_mapping(struct hid_device *hdev, struct hid_input *hi, struct hid_field *field, struct hid_usage *usage, unsigned long **bit, int *max) argument
H A Dhid-razer.c19 #define map_key_clear(c) hid_map_usage_clear(hi, usage, bit, max, EV_KEY, (c))
46 struct hid_usage *usage, unsigned long **bit, int *max)
52 if ((usage->hid & HID_UP_KEYBOARD) != HID_UP_KEYBOARD)
55 switch (usage->hid & ~HID_UP_KEYBOARD) {
44 razer_input_mapping(struct hid_device *hdev, struct hid_input *hi, struct hid_field *field, struct hid_usage *usage, unsigned long **bit, int *max) argument
/linux-master/kernel/
H A Dcred.c39 static struct group_info init_groups = { .usage = REFCOUNT_INIT(2) };
45 .usage = ATOMIC_INIT(4),
74 if (atomic_long_read(&cred->usage) != 0)
75 panic("CRED: put_cred_rcu() sees %p with usage %ld\n",
76 cred, atomic_long_read(&cred->usage));
101 atomic_long_read(&cred->usage));
103 BUG_ON(atomic_long_read(&cred->usage) != 0);
122 atomic_long_read(&tsk->cred->usage));
181 atomic_long_set(&new->usage, 1);
222 atomic_long_set(&new->usage,
[all...]
/linux-master/include/linux/
H A Dcred.h27 refcount_t usage; member in struct:group_info
43 refcount_inc(&gi->usage);
53 if (refcount_dec_and_test(&(group_info)->usage)) \
112 atomic_long_t usage; member in struct:cred
185 atomic_long_add(nr, &cred->usage);
211 * usage count. The purpose of this is to attempt to catch at compile time the
243 if (!atomic_long_inc_not_zero(&nonconst_cred->usage))
266 if (atomic_long_sub_and_test(nr, &cred->usage))
H A Dkernel_stat.h16 * some kernel statistics (CPU usage, context switches ...),
97 enum cpu_usage_stat usage, int cpu);
101 enum cpu_usage_stat usage, int cpu)
103 return kcpustat->cpustat[usage];
100 kcpustat_field(struct kernel_cpustat *kcpustat, enum cpu_usage_stat usage, int cpu) argument
/linux-master/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_cnt.c23 unsigned long *usage; /* Usage bitmap */ member in struct:mlxsw_sp_counter_pool
145 pool->usage = bitmap_zalloc(pool->pool_size, GFP_KERNEL);
146 if (!pool->usage) {
158 bitmap_free(pool->usage);
173 WARN_ON(find_first_bit(pool->usage, pool->pool_size) !=
176 bitmap_free(pool->usage);
197 entry_index = find_next_zero_bit(pool->usage, stop_index, entry_index);
210 __set_bit(entry_index + i, pool->usage);
236 __clear_bit(counter_index + i, pool->usage);
/linux-master/samples/bpf/
H A Dxdp2skb_meta.sh22 function usage() { function
121 usage;
137 usage
H A Dibumad_user.c73 static void usage(char *cmd) function
100 usage(argv[0]);
106 usage(argv[0]);
H A Dtest_cgrp2_attach.c84 static int usage(const char *argv0) function
149 return usage(argv[0]);
154 return usage(argv[0]);
161 return usage(argv[0]);
/linux-master/tools/power/cpupower/bench/
H A Dmain.c36 usage
39 void usage() function
41 printf("usage: ./bench\n");
118 usage();
153 usage();
/linux-master/tools/testing/selftests/intel_pstate/
H A Daperf.c19 void usage(char *name) { function
34 usage(argv[0]);
42 usage(argv[0]);
/linux-master/tools/testing/selftests/futex/functional/
H A Dfutex_wait.c22 void usage(char *prog) function
64 usage(basename(argv[0]));
70 usage(basename(argv[0]));
/linux-master/tools/debugging/
H A Dkernel-chktaint7 usage() function
10 usage: ${0##*/}
23 usage
/linux-master/include/trace/events/
H A Dfscache.h209 int usage,
212 TP_ARGS(cache_debug_id, usage, where),
216 __field(int, usage )
222 __entry->usage = usage;
229 __entry->usage)
234 int usage,
237 TP_ARGS(volume_debug_id, usage, where),
241 __field(int, usage )
247 __entry->usage
[all...]
/linux-master/scripts/dtc/
H A Dutil.h160 * This is a usage message fragment for the -t option. It is the format
189 * Show usage and exit
192 * to use the usage() helper below rather than call this.
195 * @param synopsis The initial example usage text (and possible examples)
206 * Show usage and exit
208 * If you name all your usage variables with usage_xxx, then you can call this
213 #define usage(errmsg) \ macro
245 case 'h': usage(NULL); \
247 case '?': usage("unknown option");
/linux-master/samples/hid/
H A Dhid_mouse.c42 static void usage(const char *prog) function
95 usage(basename(argv[0]));
101 usage(basename(argv[0]));
/linux-master/tools/testing/selftests/bpf/
H A Dxdp_synproxy.c71 static noreturn void usage(const char *progname) function
86 usage(progname);
112 usage(argv[0]);
130 usage(argv[0]);
135 usage(argv[0]);
140 usage(argv[0]);
168 usage(argv[0]);
172 usage(argv[0]);
176 usage(argv[0]);
179 usage(arg
[all...]
/linux-master/scripts/kconfig/
H A Dmerge_config.sh23 usage() { function
59 usage
99 usage
/linux-master/tools/testing/selftests/net/
H A Dhwtstamp_config.c78 static void usage(void) function
96 usage();
105 usage();
/linux-master/net/atm/
H A Dlec_arpc.h51 refcount_t usage; /* usage count */ member in struct:lec_arp_table
/linux-master/scripts/selinux/mdp/
H A Dmdp.c24 static void usage(char *name) function
26 printf("usage: %s [-m] policy_file context_file\n", name);
51 usage(argv[0]);
63 usage(argv[0]);
266 usage(argv[0]);

Completed in 200 milliseconds

1234567891011>>