Home
last modified time | relevance | path

Searched refs:usage (Results 76 – 100 of 1865) sorted by relevance

12345678910>>...75

/openbmc/linux/drivers/hid/
H A Dhid-twinhan.c59 #define th_map_key_clear(c) hid_map_usage_clear(hi, usage, bit, max, \
62 struct hid_field *field, struct hid_usage *usage, in twinhan_input_mapping() argument
65 if ((usage->hid & HID_USAGE_PAGE) != HID_UP_KEYBOARD) in twinhan_input_mapping()
68 switch (usage->hid & HID_USAGE) { in twinhan_input_mapping()
H A Dhid-core.c122 unsigned usage; in open_collection() local
125 usage = parser->local.usage[0]; in open_collection()
169 collection->usage = usage; in open_collection()
220 parser->local.usage[index] |= in complete_usage()
234 parser->local.usage[parser->local.usage_index] = usage; in hid_add_usage()
318 field->usage[i].hid = parser->local.usage[j]; in hid_add_field()
1072 struct hid_usage *usage; in hid_apply_multiplier_to_field() local
1082 usage = &field->usage[i]; in hid_apply_multiplier_to_field()
1169 struct hid_usage *usage; in hid_setup_resolution_multiplier() local
1180 usage = &rep->field[i]->usage[j]; in hid_setup_resolution_multiplier()
[all …]
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) in razer_input_mapping() argument
52 if ((usage->hid & HID_UP_KEYBOARD) != HID_UP_KEYBOARD) in razer_input_mapping()
55 switch (usage->hid & ~HID_UP_KEYBOARD) { in razer_input_mapping()
H A Dhid-accutouch.c22 struct hid_usage *usage, in accutouch_input_mapping() argument
25 if ((usage->hid & HID_USAGE_PAGE) == HID_UP_BUTTON) { in accutouch_input_mapping()
26 hid_map_usage(hi, usage, bit, max, EV_KEY, BTN_TOUCH); in accutouch_input_mapping()
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, in zc_input_mapping() argument
53 if ((usage->hid & HID_USAGE_PAGE) != HID_UP_CONSUMER) in zc_input_mapping()
57 usage->hid & HID_USAGE); in zc_input_mapping()
59 switch (usage->hid & HID_USAGE) { in zc_input_mapping()
/openbmc/linux/scripts/
H A Dver_linux9 usage = "If some fields are empty or look unusual you may have an old version.\n"
10 usage = usage "Compare to the current minimal requirements in Documentation/Changes.\n"
11 print usage
H A Dsyscallnr.sh17 usage() { function
44 usage;;
51 usage
H A Dsyscalltbl.sh18 usage() { function
40 usage;;
47 usage
H A Dsyscallhdr.sh18 usage() { function
55 usage;;
62 usage
H A Dcheckincludes.pl17 sub usage { subroutine
27 usage();
36 usage();
/openbmc/openbmc/poky/scripts/
H A Drunqemu-export-rootfs8 usage() { function
13 usage
19 usage
25 usage
H A Dsend-pull-request24 usage() function
75 usage
82 usage
98 usage
135 usage
/openbmc/openbmc/poky/scripts/esdk-tools/
H A Drunqemu-export-rootfs8 usage() { function
13 usage
19 usage
25 usage
/openbmc/openbmc/meta-facebook/meta-tiogapass/recipes-tiogapass/fb-powerctrl/files/
H A Dpower-util3 function usage() { function
45 usage;
51 usage;
80 usage;
/openbmc/linux/tools/memory-model/scripts/
H A Dparseargs.sh49 usage () { function
84 usage
91 usage
136 usage
/openbmc/openbmc/meta-ampere/meta-jade/recipes-ampere/platform/ampere-utils/
H A Dampere_power_util.sh5 function usage() { function
87 usage;
93 usage;
115 usage;
/openbmc/qemu/crypto/
H A Dtrace-events16 …const char *file, int status, int usage, int critical) "TLS creds x509 check key usage creds=%p fi…
17 …ar *file, int status, const char *usage, int critical) "TLS creds x509 check key usage creds=%p fi…
/openbmc/openbmc/poky/scripts/contrib/
H A Dpatchtest.sh15 usage() { function
41 usage
45 usage
49 usage
/openbmc/u-boot/arch/arm/cpu/arm926ejs/spear/
H A Dcpu.c87 goto usage; in do_switch_ecc()
98 goto usage; in do_switch_ecc()
103 usage: in do_switch_ecc()
104 printf("Usage: nandecc %s\n", cmdtp->usage); in do_switch_ecc()
/openbmc/linux/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 = usage;
254 __entry->usage)
/openbmc/linux/include/linux/
H A Dcred.h26 atomic_t usage; member
42 atomic_inc(&gi->usage); in get_group_info()
52 if (atomic_dec_and_test(&(group_info)->usage)) \
111 atomic_long_t usage; member
183 atomic_long_inc(&cred->usage); in get_new_cred()
214 if (!atomic_long_inc_not_zero(&nonconst_cred->usage)) in get_cred_rcu()
236 if (atomic_long_dec_and_test(&(cred)->usage)) in put_cred()
/openbmc/linux/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_cnt.c23 unsigned long *usage; /* Usage bitmap */ member
145 pool->usage = bitmap_zalloc(pool->pool_size, GFP_KERNEL); in mlxsw_sp_counter_pool_init()
146 if (!pool->usage) { in mlxsw_sp_counter_pool_init()
158 bitmap_free(pool->usage); in mlxsw_sp_counter_pool_init()
173 WARN_ON(find_first_bit(pool->usage, pool->pool_size) != in mlxsw_sp_counter_pool_fini()
176 bitmap_free(pool->usage); in mlxsw_sp_counter_pool_fini()
197 entry_index = find_next_zero_bit(pool->usage, stop_index, entry_index); in mlxsw_sp_counter_alloc()
210 __set_bit(entry_index + i, pool->usage); in mlxsw_sp_counter_alloc()
236 __clear_bit(counter_index + i, pool->usage); in mlxsw_sp_counter_free()
/openbmc/u-boot/arch/arm/mach-imx/
H A Dcmd_bmode.c92 if (entry->usage) { in add_board_boot_modes()
93 free(entry->usage); in add_board_boot_modes()
94 entry->usage = NULL; in add_board_boot_modes()
103 entry->usage = dest; in add_board_boot_modes()
/openbmc/linux/Documentation/accounting/
H A Dtaskstats-struct.rst153 /* Accumulated RSS usage in duration of a task, in MBytes-usecs.
154 * The current rss usage is added to this counter every time
156 * will have memory usage multiplied by system time. Thus an
157 * average usage per system time unit can be calculated.
159 __u64 coremem; /* accumulated RSS usage in MB-usec */
161 /* Accumulated virtual memory usage in duration of a task.
164 __u64 virtmem; /* accumulated VM usage in MB-usec */
166 /* High watermark of RSS usage in duration of a task, in KBytes. */
167 __u64 hiwater_rss; /* High-watermark of RSS usage */
169 /* High watermark of VM usage in duration of a task, in KBytes. */
[all …]
/openbmc/linux/tools/testing/selftests/drivers/usb/usbip/
H A Dusbip_test.sh7 usage() { echo "usbip_test.sh -b <busid> -p <usbip tools path>"; exit 1; } function
12 usage
21 usage
28 usage

12345678910>>...75