Searched refs:usage (Results 1 - 25 of 1083) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/include/asm/mach-bcm63xx/
H A Dbcm63xx_clk.h7 unsigned int usage; member in struct:clk
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/examples/
H A Dunrpm7 usage() {
18 usage
26 usage
37 usage
47 usage
H A Dundeb7 usage() {
19 usage
27 usage
42 usage
52 usage
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/x509v3/
H A Dv3_pku.c67 PKEY_USAGE_PERIOD *usage, BIO *out,
89 PKEY_USAGE_PERIOD *usage, BIO *out,
93 if (usage->notBefore) {
95 ASN1_GENERALIZEDTIME_print(out, usage->notBefore);
96 if (usage->notAfter)
99 if (usage->notAfter) {
101 ASN1_GENERALIZEDTIME_print(out, usage->notAfter);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/x509v3/
H A Dv3_pku.c65 static int i2r_PKEY_USAGE_PERIOD(X509V3_EXT_METHOD *method, PKEY_USAGE_PERIOD *usage, BIO *out, int indent);
85 PKEY_USAGE_PERIOD *usage, BIO *out, int indent)
88 if(usage->notBefore) {
90 ASN1_GENERALIZEDTIME_print(out, usage->notBefore);
91 if(usage->notAfter) BIO_write(out, ", ", 2);
93 if(usage->notAfter) {
95 ASN1_GENERALIZEDTIME_print(out, usage->notAfter);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/x509v3/
H A Dv3_pku.c67 PKEY_USAGE_PERIOD *usage, BIO *out,
89 PKEY_USAGE_PERIOD *usage, BIO *out,
93 if (usage->notBefore) {
95 ASN1_GENERALIZEDTIME_print(out, usage->notBefore);
96 if (usage->notAfter)
99 if (usage->notAfter) {
101 ASN1_GENERALIZEDTIME_print(out, usage->notAfter);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/hid/
H A Dhid-ezkey.c26 #define ez_map_rel(c) hid_map_usage(hi, usage, bit, max, EV_REL, (c))
27 #define ez_map_key(c) hid_map_usage(hi, usage, bit, max, EV_KEY, (c))
30 struct hid_field *field, struct hid_usage *usage,
33 if ((usage->hid & HID_USAGE_PAGE) != HID_UP_CONSUMER)
36 switch (usage->hid & HID_USAGE) {
41 * totally broken way. We map this usage temporarily
52 struct hid_usage *usage, __s32 value)
55 !usage->type)
59 if (usage->type == EV_REL && usage
29 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
51 ez_event(struct hid_device *hdev, struct hid_field *field, struct hid_usage *usage, __s32 value) argument
[all...]
H A Dhid-gyration.c26 #define gy_map_key_clear(c) hid_map_usage_clear(hi, usage, bit, max, \
29 struct hid_field *field, struct hid_usage *usage,
32 if ((usage->hid & HID_USAGE_PAGE) != HID_UP_LOGIVENDOR)
36 switch (usage->hid & HID_USAGE) {
54 struct hid_usage *usage, __s32 value)
60 if ((usage->hid & HID_USAGE_PAGE) == HID_UP_GENDESK &&
61 (usage->hid & 0xff) == 0x82) {
63 input_event(input, usage->type, usage->code, 1);
65 input_event(input, usage
28 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
53 gyration_event(struct hid_device *hdev, struct hid_field *field, struct hid_usage *usage, __s32 value) argument
[all...]
H A Dhid-input.c61 #define map_abs(c) hid_map_usage(hidinput, usage, &bit, &max, EV_ABS, (c))
62 #define map_rel(c) hid_map_usage(hidinput, usage, &bit, &max, EV_REL, (c))
63 #define map_key(c) hid_map_usage(hidinput, usage, &bit, &max, EV_KEY, (c))
64 #define map_led(c) hid_map_usage(hidinput, usage, &bit, &max, EV_LED, (c))
66 #define map_abs_clear(c) hid_map_usage_clear(hidinput, usage, &bit, \
68 #define map_key_clear(c) hid_map_usage_clear(hidinput, usage, &bit, \
93 struct hid_usage *usage; local
99 usage = report->field[i]->usage + j;
100 if (usage
115 struct hid_usage *usage; local
129 struct hid_usage *usage; local
152 hidinput_configure_usage(struct hid_input *hidinput, struct hid_field *field, struct hid_usage *usage) argument
576 hidinput_hid_event(struct hid_device *hid, struct hid_field *field, struct hid_usage *usage, __s32 value) argument
[all...]
H A Dhid-a4tech.c37 struct hid_field *field, struct hid_usage *usage,
42 if (usage->type == EV_REL && usage->code == REL_WHEEL)
45 if ((a4->quirks & A4_2WHEEL_MOUSE_HACK_7) && usage->hid == 0x00090007)
52 struct hid_usage *usage, __s32 value)
58 !usage->type)
64 if (usage->type == EV_REL && usage->code == REL_WHEEL) {
69 if (usage->hid == 0x000100b8) {
76 if ((a4->quirks & A4_2WHEEL_MOUSE_HACK_7) && usage
36 a4_input_mapped(struct hid_device *hdev, struct hid_input *hi, struct hid_field *field, struct hid_usage *usage, unsigned long **bit, int *max) argument
51 a4_event(struct hid_device *hdev, struct hid_field *field, struct hid_usage *usage, __s32 value) argument
[all...]
H A Dhid-kensington.c21 #define ks_map_key(c) hid_map_usage(hi, usage, bit, max, EV_KEY, (c))
24 struct hid_field *field, struct hid_usage *usage,
27 if ((usage->hid & HID_USAGE_PAGE) != HID_UP_MSVENDOR)
30 switch (usage->hid & HID_USAGE) {
23 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-cypress.c31 * Some USB barcode readers from cypress have usage min and usage max in
56 struct hid_field *field, struct hid_usage *usage,
64 if (usage->type == EV_REL && usage->code == REL_WHEEL)
66 if (usage->hid == 0x00090005)
73 struct hid_usage *usage, __s32 value)
78 !usage->type || !(quirks & CP_2WHEEL_MOUSE_HACK))
81 if (usage->hid == 0x00090005) {
90 if (usage
55 cp_input_mapped(struct hid_device *hdev, struct hid_input *hi, struct hid_field *field, struct hid_usage *usage, unsigned long **bit, int *max) argument
72 cp_event(struct hid_device *hdev, struct hid_field *field, struct hid_usage *usage, __s32 value) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/xz/src/scripts/
H A Dxzless.in21 # autodetection. This way memory usage limit and thread limit can be
27 usage="Usage: ${0##*/} [OPTION]... [FILE]...
35 --help) echo "$usage" || exit 2; exit;;
H A Dxzmore.in21 # autodetection. This way memory usage limit and thread limit can be
27 usage="Usage: ${0##*/} [OPTION]... [FILE]...
33 --help) echo "$usage" || exit 2; exit;;
52 echo "$usage"; exit 1
/netgear-R7000-V1.0.7.12_1.2.5/src/tools/misc/xz/src/scripts/
H A Dxzless21 # autodetection. This way memory usage limit and thread limit can be
27 usage="Usage: ${0##*/} [OPTION]... [FILE]...
35 --help) echo "$usage" || exit 2; exit;;
H A Dxzless.in21 # autodetection. This way memory usage limit and thread limit can be
27 usage="Usage: ${0##*/} [OPTION]... [FILE]...
35 --help) echo "$usage" || exit 2; exit;;
H A Dxzmore21 # autodetection. This way memory usage limit and thread limit can be
27 usage="Usage: ${0##*/} [OPTION]... [FILE]...
33 --help) echo "$usage" || exit 2; exit;;
52 echo "$usage"; exit 1
H A Dxzmore.in21 # autodetection. This way memory usage limit and thread limit can be
27 usage="Usage: ${0##*/} [OPTION]... [FILE]...
33 --help) echo "$usage" || exit 2; exit;;
52 echo "$usage"; exit 1
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/hdparm-9.43/contrib/
H A Didectl12 usage () { function
18 echo "usage: $0 ide-channel-nr [off|on|rescan]" 2>&1
30 usage "Unrecognized IDE-channel number"
37 * ) usage "Unrecognized command" ;;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/scripts/
H A Dcheckincludes.pl16 sub usage { subroutine
26 usage();
35 usage();
H A Dgfp-translate17 usage() {
18 echo "usage: gfp-translate [-h] [ --source DIRECTORY ] gfpmask"
30 usage
33 usage
61 usage
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/torture/
H A Dsamtest.h35 char *usage; member in struct:cmd_set
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/examples_c/ex_rep/common/
H A Drep_common.h17 void usage __P((const char *));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/mtools-4.0.10/
H A Dmshowfat.c62 static void usage(int ret) NORETURN;
63 static void usage(int ret) function
83 usage(0);
90 usage(0);
92 usage(1);
98 usage(1);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/jpeg-7/
H A Dcjpeg.c142 usage (void) function
145 fprintf(stderr, "usage: %s [switches] ", progname);
264 usage();
272 usage();
296 usage();
298 usage();
320 usage();
337 usage();
343 usage();
353 usage();
[all...]

Completed in 384 milliseconds

1234567891011>>