Searched refs:id (Results 1 - 25 of 3524) sorted by relevance

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/oss/
H A Dsb_card.h28 {.id = "CTL0024", .driver_data = 0, .devs = { {.id="CTL0031"}, } },
30 {.id = "CTL0025", .driver_data = 0, .devs = { {.id="CTL0031"}, } },
32 {.id = "CTL0026", .driver_data = 0, .devs = { {.id="CTL0031"}, } },
34 {.id = "CTL0027", .driver_data = 0, .devs = { {.id="CTL0031"}, } },
36 {.id = "CTL0028", .driver_data = 0, .devs = { {.id
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dpatchkey.h29 # define _PATCHKEY(id) (0xfd00|id)
31 # define _PATCHKEY(id) ((id<<8)|0x00fd)
37 # define _PATCHKEY(id) (0xfd00|id)
39 # define _PATCHKEY(id) ((id<<8)|0x00fd)
H A Dfs_enet_pd.h37 static inline int fs_get_fec_index(enum fs_id id) argument
39 if (id >= fsid_fec1 && id <= fsid_fec2)
40 return id - fsid_fec1;
44 static inline int fs_get_fcc_index(enum fs_id id) argument
46 if (id >= fsid_fcc1 && id <= fsid_fcc3)
47 return id - fsid_fcc1;
51 static inline int fs_get_scc_index(enum fs_id id) argument
53 if (id >
60 int id = fsid_fec1 + index - 1; local
68 int id = fsid_fcc1 + index - 1; local
76 int id = fsid_scc1 + index - 1; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/scripts/mod/
H A Dfile2alias.c73 static void do_usb_entry(struct usb_device_id *id, argument
80 ADD(alias, "v", id->match_flags&USB_DEVICE_ID_MATCH_VENDOR,
81 id->idVendor);
82 ADD(alias, "p", id->match_flags&USB_DEVICE_ID_MATCH_PRODUCT,
83 id->idProduct);
93 if (bcdDevice_initial_digits < (sizeof(id->bcdDevice_lo) * 2 - 1))
96 ADD(alias, "dc", id->match_flags&USB_DEVICE_ID_MATCH_DEV_CLASS,
97 id->bDeviceClass);
99 id->match_flags&USB_DEVICE_ID_MATCH_DEV_SUBCLASS,
100 id
121 do_usb_entry_multi(struct usb_device_id *id, struct module *mod) argument
181 do_ieee1394_entry(const char *filename, struct ieee1394_device_id *id, char *alias) argument
204 do_pci_entry(const char *filename, struct pci_device_id *id, char *alias) argument
246 do_ccw_entry(const char *filename, struct ccw_device_id *id, char *alias) argument
268 do_ap_entry(const char *filename, struct ap_device_id *id, char *alias) argument
276 do_serio_entry(const char *filename, struct serio_device_id *id, char *alias) argument
294 do_pnp_entry(const char *filename, struct pnp_device_id *id, char *alias) argument
302 do_pnp_card_entry(const char *filename, struct pnp_card_device_id *id, char *alias) argument
317 do_pcmcia_entry(const char *filename, struct pcmcia_device_id *id, char *alias) argument
411 do_input_entry(const char *filename, struct input_device_id *id, char *alias) argument
462 do_parisc_entry(const char *filename, struct parisc_device_id *id, char *alias) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/include/
H A Drt_names.h6 char* rtnl_rtprot_n2a(int id, char *buf, int len);
7 char* rtnl_rtscope_n2a(int id, char *buf, int len);
8 char* rtnl_rttable_n2a(int id, char *buf, int len);
9 char* rtnl_rtrealm_n2a(int id, char *buf, int len);
10 char* rtnl_dsfield_n2a(int id, char *buf, int len);
11 int rtnl_rtprot_a2n(__u32 *id, char *arg);
12 int rtnl_rtscope_a2n(__u32 *id, char *arg);
13 int rtnl_rttable_a2n(__u32 *id, char *arg);
14 int rtnl_rtrealm_a2n(__u32 *id, char *arg);
15 int rtnl_dsfield_a2n(__u32 *id, cha
[all...]
H A Drtm_map.h4 char *rtnl_rtntype_n2a(int id, char *buf, int len);
5 int rtnl_rtntype_a2n(int *id, char *arg);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/core/
H A Dquirks.c51 const struct usb_device_id *id = usb_quirk_list; local
53 for (; id->idVendor || id->bDeviceClass || id->bInterfaceClass ||
54 id->driver_info; id++) {
55 if (usb_match_device(udev, id))
56 return id;
66 const struct usb_device_id *id = usb_quirk_list; local
68 id
[all...]
H A Dotg_whitelist.h48 struct usb_device_id *id = whitelist_table; local
62 for (id = whitelist_table; id->match_flags; id++) {
63 if ((id->match_flags & USB_DEVICE_ID_MATCH_VENDOR) &&
64 id->idVendor != le16_to_cpu(dev->descriptor.idVendor))
67 if ((id->match_flags & USB_DEVICE_ID_MATCH_PRODUCT) &&
68 id->idProduct != le16_to_cpu(dev->descriptor.idProduct))
71 /* No need to test id->bcdDevice_lo != 0, since 0 is never
73 if ((id
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/networking/libiproute/
H A Drt_names.h7 extern const char* rtnl_rtprot_n2a(int id, char *buf, int len);
8 extern const char* rtnl_rtscope_n2a(int id, char *buf, int len);
9 extern const char* rtnl_rtrealm_n2a(int id, char *buf, int len);
10 extern const char* rtnl_dsfield_n2a(int id, char *buf, int len);
11 extern const char* rtnl_rttable_n2a(int id, char *buf, int len);
12 extern int rtnl_rtprot_a2n(uint32_t *id, char *arg);
13 extern int rtnl_rtscope_a2n(uint32_t *id, char *arg);
14 extern int rtnl_rtrealm_a2n(uint32_t *id, char *arg);
15 extern int rtnl_dsfield_a2n(uint32_t *id, char *arg);
16 extern int rtnl_rttable_a2n(uint32_t *id, cha
[all...]
H A Drtm_map.h5 const char *rtnl_rtntype_n2a(int id, char *buf, int len);
6 int rtnl_rtntype_a2n(int *id, char *arg);
H A Drt_names.c26 int id; local
33 if (sscanf(p, "0x%x %s\n", &id, namebuf) != 2
34 && sscanf(p, "0x%x %s #", &id, namebuf) != 2
35 && sscanf(p, "%d %s\n", &id, namebuf) != 2
36 && sscanf(p, "%d %s #", &id, namebuf) != 2
43 if (id < 0 || id > size)
46 tab[id] = xstrdup(namebuf);
79 const char* rtnl_rtprot_n2a(int id, char *buf, int len) argument
81 if (id <
94 rtnl_rtprot_a2n(uint32_t *id, char *arg) argument
141 rtnl_rtscope_n2a(int id, char *buf, int len) argument
156 rtnl_rtscope_a2n(uint32_t *id, char *arg) argument
199 rtnl_rtrealm_a2n(uint32_t *id, char *arg) argument
230 rtnl_rtrealm_n2a(int id, char *buf, int len) argument
259 rtnl_dsfield_n2a(int id, char *buf, int len) argument
275 rtnl_dsfield_a2n(uint32_t *id, char *arg) argument
321 rtnl_rttable_n2a(int id, char *buf, int len) argument
336 rtnl_rttable_a2n(uint32_t * id, char *arg) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/lib/
H A Drt_names.c36 int id; local
43 if (sscanf(p, "0x%x %s\n", &id, namebuf) != 2 &&
44 sscanf(p, "0x%x %s #", &id, namebuf) != 2 &&
45 sscanf(p, "%d %s\n", &id, namebuf) != 2 &&
46 sscanf(p, "%d %s #", &id, namebuf) != 2) {
52 if (id<0 || id>size)
55 tab[id] = strdup(namebuf);
90 char * rtnl_rtprot_n2a(int id, char *buf, int len) argument
92 if (id<
106 rtnl_rtprot_a2n(__u32 *id, char *arg) argument
157 rtnl_rtscope_n2a(int id, char *buf, int len) argument
173 rtnl_rtscope_a2n(__u32 *id, char *arg) argument
220 rtnl_rtrealm_n2a(int id, char *buf, int len) argument
237 rtnl_rtrealm_a2n(__u32 *id, char *arg) argument
287 rtnl_rttable_n2a(int id, char *buf, int len) argument
303 rtnl_rttable_a2n(__u32 *id, char *arg) argument
349 rtnl_dsfield_n2a(int id, char *buf, int len) argument
366 rtnl_dsfield_a2n(__u32 *id, char *arg) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/libatalk/cnid/cdb/
H A Dcnid_cdb_nextid.c14 /* return the next id. we use the fact that ad files are memory
19 cnid_t id; local
24 memcpy(&id, ad_entry(&db->rootinfo, ADEID_DID), sizeof(id));
25 return id;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/libatalk/cnid/cdb/
H A Dcnid_cdb_nextid.c14 /* return the next id. we use the fact that ad files are memory
19 cnid_t id; local
24 memcpy(&id, ad_entry(&db->rootinfo, ADEID_DID), sizeof(id));
25 return id;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/udev/extras/volume_id/lib/
H A Dvolume_id.c116 * @id: Probing context.
124 int volume_id_get_label(struct volume_id *id, const char **label) argument
126 if (id == NULL)
130 if (id->usage_id == VOLUME_ID_UNUSED)
133 *label = id->label;
139 * @id: Probing context.
148 int volume_id_get_label_raw(struct volume_id *id, const uint8_t **label, size_t *len) argument
150 if (id == NULL)
156 if (id->usage_id == VOLUME_ID_UNUSED)
159 *label = id
173 volume_id_get_uuid(struct volume_id *id, const char **uuid) argument
197 volume_id_get_uuid_raw(struct volume_id *id, const uint8_t **uuid, size_t *len) argument
222 volume_id_get_usage(struct volume_id *id, const char **usage) argument
244 volume_id_get_type(struct volume_id *id, const char **type) argument
266 volume_id_get_type_version(struct volume_id *id, const char **type_version) argument
343 volume_id_probe_raid(struct volume_id *id, uint64_t off, uint64_t size) argument
374 volume_id_probe_filesystem(struct volume_id *id, uint64_t off, uint64_t size) argument
405 volume_id_probe_all(struct volume_id *id, uint64_t off, uint64_t size) argument
430 volume_id_all_probers(all_probers_fn_t all_probers_fn, struct volume_id *id, uint64_t off, uint64_t size, void *data) argument
460 struct volume_id *id; local
474 struct volume_id *id; local
499 volume_id_close(struct volume_id *id) argument
[all...]
H A Dlinux_swap.c40 int volume_id_probe_linux_swap(struct volume_id *id, uint64_t off, uint64_t size) argument
50 buf = volume_id_get_buffer(id, off + page-10, 10);
55 strcpy(id->type_version, "1");
60 id->type = "swap";
61 strcpy(id->type_version, "2");
66 id->type = "suspend";
67 strcpy(id->type_version, "s1suspend");
72 id->type = "suspend";
73 strcpy(id->type_version, "ulsuspend");
80 sw = (struct swap_header_v1_2 *) volume_id_get_buffer(id, of
[all...]
H A Dutil.c210 void volume_id_set_usage(struct volume_id *id, enum volume_id_usage usage_id) argument
212 id->usage_id = usage_id;
213 id->usage = usage_to_string(usage_id);
216 void volume_id_set_label_raw(struct volume_id *id, const uint8_t *buf, size_t count) argument
218 if (count > sizeof(id->label))
219 count = sizeof(id->label);
221 memcpy(id->label_raw, buf, count);
222 id->label_raw_len = count;
225 void volume_id_set_label_string(struct volume_id *id, const uint8_t *buf, size_t count) argument
229 if (count >= sizeof(id
244 volume_id_set_label_unicode16(struct volume_id *id, const uint8_t *buf, enum endian endianess, size_t count) argument
252 volume_id_set_uuid(struct volume_id *id, const uint8_t *buf, size_t len, enum uuid_format format) argument
338 volume_id_get_buffer(struct volume_id *id, uint64_t off, size_t len) argument
414 volume_id_free_buffer(struct volume_id *id) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/usb/
H A Dinput.h17 usb_to_input_id(const struct usb_device *dev, struct input_id *id) argument
19 id->bustype = BUS_USB;
20 id->vendor = le16_to_cpu(dev->descriptor.idVendor);
21 id->product = le16_to_cpu(dev->descriptor.idProduct);
22 id->version = le16_to_cpu(dev->descriptor.bcdDevice);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/usb/
H A Dusbmixer_maps.c24 int id; member in struct:usbmix_name_map
30 int id; member in struct:usbmix_selector_map
36 u32 id; member in struct:usbmix_ctl_map
173 .id = 14, /* Capture Source */
178 .id = 29, /* Digital Out Source */
183 .id = 31, /* Headphone Source */
263 .id = USB_ID(0x041e, 0x3000),
268 .id = USB_ID(0x041e, 0x3010),
272 .id = USB_ID(0x041e, 0x3020),
278 .id
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/sctp/
H A Ddebug.c145 const char *sctp_pname(const sctp_subtype_t id) argument
147 if (id.primitive <= SCTP_EVENT_PRIMITIVE_MAX)
148 return sctp_primitive_tbl[id.primitive];
158 const char *sctp_oname(const sctp_subtype_t id) argument
160 if (id.other <= SCTP_EVENT_OTHER_MAX)
161 return sctp_other_tbl[id.other];
179 const char *sctp_tname(const sctp_subtype_t id) argument
181 if (id.timeout <= SCTP_EVENT_TIMEOUT_MAX)
182 return sctp_timer_tbl[id.timeout];
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/dio/
H A Ddio-driver.c20 * DIO device id structure
21 * @ids: array of DIO device id structures to search in
33 while (ids->id) {
34 if (ids->id == DIO_WILDCARD)
36 if (DIO_NEEDSSECID(ids->id & 0xff)) {
37 if (ids->id == d->id)
40 if ((ids->id & 0xff) == (d->id & 0xff))
55 const struct dio_device_id *id; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/
H A Dtermcap.h36 extern int tgetnum (const char *id);
40 extern int tgetflag (const char *id);
45 extern const char * tgetstr (const char *id, char **area);
58 extern int tigetnum (const char *id);
62 extern int tigetflag (const char *id);
66 extern const char * tigetstr (const char *id);
H A Dterminfo.h37 extern int tigetnum (const char *id);
41 extern int tigetflag (const char *id);
45 extern const char * tigetstr (const char *id);
55 extern int tgetnum (const char *id);
59 extern int tgetflag (const char *id);
64 extern const char * tgetstr (const char *id, char **area);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-s390/
H A Ddebug.h29 } id; member in struct:__debug_entry
78 typedef int (debug_header_proc_t) (debug_info_t* id,
84 typedef int (debug_format_proc_t) (debug_info_t* id,
87 typedef int (debug_prolog_proc_t) (debug_info_t* id,
90 typedef int (debug_input_proc_t) (debug_info_t* id,
96 int debug_dflt_header_fn(debug_info_t* id, struct debug_view* view,
114 debug_entry_t* debug_event_common(debug_info_t* id, int level,
117 debug_entry_t* debug_exception_common(debug_info_t* id, int level,
125 void debug_unregister(debug_info_t* id);
127 void debug_set_level(debug_info_t* id, in
132 debug_event(debug_info_t* id, int level, void* data, int length) argument
140 debug_int_event(debug_info_t* id, int level, unsigned int tag) argument
149 debug_long_event(debug_info_t* id, int level, unsigned long tag) argument
158 debug_text_event(debug_info_t* id, int level, const char* txt) argument
171 debug_exception(debug_info_t* id, int level, void* data, int length) argument
179 debug_int_exception(debug_info_t* id, int level, unsigned int tag) argument
188 debug_long_exception(debug_info_t* id, int level, unsigned long tag) argument
197 debug_text_exception(debug_info_t* id, int level, const char* txt) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dterminfo.h37 extern int tigetnum (const char *id);
41 extern int tigetflag (const char *id);
45 extern const char * tigetstr (const char *id);
55 extern int tgetnum (const char *id);
59 extern int tgetflag (const char *id);
64 extern const char * tgetstr (const char *id, char **area);

Completed in 214 milliseconds

1234567891011>>