Searched refs:usage (Results 1 - 25 of 506) sorted by path

1234567891011>>

/linux-master/Documentation/sound/cards/
H A Dmultisound.sh488 X fprintf(stderr, "usage: setdigital <mixer device>\n");
776 static void usage(void)
782 X "usage: pinnaclecfg <config port> [device config]\n"
862 X usage();
874 X usage();
885 X usage();
896 X usage();
909 X usage();
922 X usage();
933 X usage();
[all...]
/linux-master/arch/m68k/fpsp040/
H A Dbindec.S222 | Register usage:
285 | Register usage:
357 | Register usage:
443 | Register usage:
462 | Register usage:
523 | Register usage:
564 | Register usage:
617 | Register usage:
725 | Register usage:
798 | Register usage
[all...]
H A Ddecbin.S130 | Register usage:
176 | Register usage:
266 | Register usage:
390 | Register usage:
H A Dround.S135 | prior to usage, and needs to restore d1 to original.
/linux-master/arch/m68k/math-emu/
H A Dfp_movem.S47 | for other register usage see fp_decode.h
/linux-master/arch/mips/boot/tools/
H A Drelocs_main.c24 static void usage(void) function
66 usage();
69 usage();
/linux-master/arch/parisc/kernel/
H A Dperf_asm.S97 ;* Register usage:
563 ;* Register usage:
995 ;* Register usage:
1353 ;* Register usage:
/linux-master/arch/x86/tools/
H A Drelocs_common.c13 static void usage(void) function
62 usage();
65 usage();
/linux-master/crypto/asymmetric_keys/
H A Dpkcs7_key_type.c21 module_param_named(usage, pkcs7_usage, uint, S_IWUSR | S_IRUGO);
53 enum key_being_used_for usage = pkcs7_usage; local
55 if (usage >= NR__KEY_BEING_USED_FOR) {
56 pr_err("Invalid usage type %d\n", usage);
62 VERIFY_USE_SECONDARY_KEYRING, usage,
/linux-master/drivers/hid/
H A Dhid-accutouch.c22 struct hid_usage *usage,
25 if ((usage->hid & HID_USAGE_PAGE) == HID_UP_BUTTON) {
26 hid_map_usage(hi, usage, bit, max, EV_KEY, BTN_TOUCH);
19 accutouch_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-belkin.c24 #define belkin_map_key_clear(c) hid_map_usage_clear(hi, usage, bit, max, \
27 struct hid_field *field, struct hid_usage *usage,
32 if ((usage->hid & HID_USAGE_PAGE) != HID_UP_CONSUMER ||
36 switch (usage->hid & HID_USAGE) {
26 belkin_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-cherry.c36 #define ch_map_key_clear(c) hid_map_usage_clear(hi, usage, bit, max, \
39 struct hid_field *field, struct hid_usage *usage,
42 if ((usage->hid & HID_USAGE_PAGE) != HID_UP_CONSUMER)
45 switch (usage->hid & HID_USAGE) {
38 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-ezkey.c22 #define ez_map_rel(c) hid_map_usage(hi, usage, bit, max, EV_REL, (c))
23 #define ez_map_key(c) hid_map_usage(hi, usage, bit, max, EV_KEY, (c))
26 struct hid_field *field, struct hid_usage *usage,
29 if ((usage->hid & HID_USAGE_PAGE) != HID_UP_CONSUMER)
32 switch (usage->hid & HID_USAGE) {
37 * totally broken way. We map this usage temporarily
48 struct hid_usage *usage, __s32 value)
51 !usage->type)
55 if (usage->type == EV_REL && usage
25 ez_input_mapping(struct hid_device *hdev, struct hid_input *hi, struct hid_field *field, struct hid_usage *usage, unsigned long **bit, int *max) argument
47 ez_event(struct hid_device *hdev, struct hid_field *field, struct hid_usage *usage, __s32 value) argument
[all...]
H A Dhid-gyration.c22 #define gy_map_key_clear(c) hid_map_usage_clear(hi, usage, bit, max, \
25 struct hid_field *field, struct hid_usage *usage,
28 if ((usage->hid & HID_USAGE_PAGE) != HID_UP_LOGIVENDOR)
32 switch (usage->hid & HID_USAGE) {
55 struct hid_usage *usage, __s32 value)
61 if ((usage->hid & HID_USAGE_PAGE) == HID_UP_GENDESK &&
62 (usage->hid & 0xff) == 0x82) {
64 input_event(input, usage->type, usage->code, 1);
66 input_event(input, usage
24 gyration_input_mapping(struct hid_device *hdev, struct hid_input *hi, struct hid_field *field, struct hid_usage *usage, unsigned long **bit, int *max) argument
54 gyration_event(struct hid_device *hdev, struct hid_field *field, struct hid_usage *usage, __s32 value) argument
[all...]
H A Dhid-icade.c38 /* The translation code uses HID usage instead of input layer
102 * int usage = usage_for_key (trans->from);
103 * max_usage = usage > max_usage ? usage : max_usage;
165 struct hid_usage *usage, __s32 value)
170 !usage->type)
177 trans = icade_find_translation(usage->hid & HID_USAGE);
182 input_event(field->hidinput->input, usage->type,
189 struct hid_field *field, struct hid_usage *usage,
194 if ((usage
164 icade_event(struct hid_device *hdev, struct hid_field *field, struct hid_usage *usage, __s32 value) argument
188 icade_input_mapping(struct hid_device *hdev, struct hid_input *hi, struct hid_field *field, struct hid_usage *usage, unsigned long **bit, int *max) argument
211 icade_input_mapped(struct hid_device *hdev, struct hid_input *hi, struct hid_field *field, struct hid_usage *usage, unsigned long **bit, int *max) argument
[all...]
H A Dhid-jabra.c22 struct hid_usage *usage,
26 ((usage->hid & HID_USAGE_PAGE) >= HID_UP_VENDOR_DEFINED_MIN &&
27 (usage->hid & HID_USAGE_PAGE) <= HID_UP_VENDOR_DEFINED_MAX);
30 usage->hid,
32 usage->collection_index,
33 usage->usage_index,
19 jabra_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-kensington.c18 #define ks_map_key(c) hid_map_usage(hi, usage, bit, max, EV_KEY, (c))
21 struct hid_field *field, struct hid_usage *usage,
24 if ((usage->hid & HID_USAGE_PAGE) != HID_UP_MSVENDOR)
27 switch (usage->hid & HID_USAGE) {
20 ks_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-lcpower.c18 #define ts_map_key_clear(c) hid_map_usage_clear(hi, usage, bit, max, \
21 struct hid_field *field, struct hid_usage *usage,
24 if ((usage->hid & HID_USAGE_PAGE) != HID_UP_LOGIVENDOR)
27 switch (usage->hid & HID_USAGE) {
20 ts_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-lg4ff.h9 struct hid_usage *usage, s32 value, struct lg_drv_data *drv_data);
16 struct hid_usage *usage, s32 value, struct lg_drv_data *drv_data) { return 0; }
15 lg4ff_adjust_input_event(struct hid_device *hid, struct hid_field *field, struct hid_usage *usage, s32 value, struct lg_drv_data *drv_data) argument
H A Dhid-monterey.c31 #define mr_map_key_clear(c) hid_map_usage_clear(hi, usage, bit, max, \
34 struct hid_field *field, struct hid_usage *usage,
37 if ((usage->hid & HID_USAGE_PAGE) != HID_UP_CONSUMER)
40 switch (usage->hid & HID_USAGE) {
33 mr_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-ntrig.c455 struct hid_field *field, struct hid_usage *usage,
464 switch (usage->hid & HID_USAGE_PAGE) {
466 switch (usage->hid) {
468 hid_map_usage(hi, usage, bit, max,
490 hid_map_usage(hi, usage, bit, max,
515 switch (usage->hid) {
525 hid_map_usage(hi, usage, bit, max,
529 hid_map_usage(hi, usage, bit, max,
546 struct hid_field *field, struct hid_usage *usage,
553 if (usage
454 ntrig_input_mapping(struct hid_device *hdev, struct hid_input *hi, struct hid_field *field, struct hid_usage *usage, unsigned long **bit, int *max) argument
545 ntrig_input_mapped(struct hid_device *hdev, struct hid_input *hi, struct hid_field *field, struct hid_usage *usage, unsigned long **bit, int *max) argument
566 ntrig_event(struct hid_device *hid, struct hid_field *field, struct hid_usage *usage, __s32 value) argument
[all...]
H A Dhid-penmount.c20 struct hid_usage *usage, unsigned long **bit, int *max)
22 if ((usage->hid & HID_USAGE_PAGE) == HID_UP_BUTTON) {
23 if (((usage->hid - 1) & HID_USAGE) == 0) {
24 hid_map_usage(hi, usage, bit, max, EV_KEY, BTN_TOUCH);
18 penmount_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-petalynx.c35 #define pl_map_key_clear(c) hid_map_usage_clear(hi, usage, bit, max, \
38 struct hid_field *field, struct hid_usage *usage,
41 if ((usage->hid & HID_USAGE_PAGE) == HID_UP_LOGIVENDOR) {
42 switch (usage->hid & HID_USAGE) {
54 if ((usage->hid & HID_USAGE_PAGE) == HID_UP_CONSUMER) {
55 switch (usage->hid & HID_USAGE) {
37 pl_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-pl.c124 report->field[0]->usage[0].hid ==
H A Dhid-speedlink.c26 struct hid_field *field, struct hid_usage *usage,
35 switch (usage->hid & HID_USAGE_PAGE) {
43 struct hid_usage *usage, __s32 value)
24 speedlink_input_mapping(struct hid_device *hdev, struct hid_input *hi, struct hid_field *field, struct hid_usage *usage, unsigned long **bit, int *max) argument
42 speedlink_event(struct hid_device *hdev, struct hid_field *field, struct hid_usage *usage, __s32 value) argument

Completed in 237 milliseconds

1234567891011>>