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

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/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-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/libtransmission/
H A Dclients.c95 mainline_style( char * buf, size_t buflen, const char * name, const uint8_t * id )
97 if( id[4] == '-' && id[6] == '-' )
98 tr_snprintf( buf, buflen, "%s %c.%c.%c", name, id[1], id[3], id[5] );
99 else if( id[5] == '-' )
100 tr_snprintf( buf, buflen, "%s %c.%c%c.%c", name, id[1], id[3], id[
149 const uint8_t * id = id_in; local
[all...]
/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_timer.h4 int bcm63xx_timer_register(int id, void (*callback)(void *data), void *data);
5 void bcm63xx_timer_unregister(int id);
6 int bcm63xx_timer_set(int id, int monotonic, unsigned int countdown_us);
7 int bcm63xx_timer_enable(int id);
8 int bcm63xx_timer_disable(int id);
H A Dbcm63xx_dev_uart.h4 int bcm63xx_uart_register(unsigned int id);
H A Dbcm63xx_clk.h8 int id; member in struct:clk
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-davinci/include/mach/
H A Dtime.h26 #define IS_TIMER1(id) (id & 0x2)
27 #define IS_TIMER0(id) (!IS_TIMER1(id))
28 #define IS_TIMER_TOP(id) ((id & 0x1))
29 #define IS_TIMER_BOT(id) (!IS_TIMER_TOP(id))
31 #define ID_TO_TIMER(id) (IS_TIMER1(id) !
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/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)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/macosx/
H A DPrefsController.h70 - (id) initWithHandle: (tr_session *) handle;
72 - (void) setAutoUpdateToBeta: (id) sender;
74 - (void) setPort: (id) sender;
75 - (void) randomPort: (id) sender;
76 - (void) setRandomPortOnStart: (id) sender;
77 - (void) setNat: (id) sender;
82 - (void) setSound: (id) sender;
84 - (void) setUTP: (id) sender;
86 - (void) setPeersGlobal: (id) sender;
87 - (void) setPeersTorrent: (id) sende
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/platforms/MacOSX/cocoa-mule/
H A DAppController.h7 IBOutlet id m_main_tabview;
9 IBOutlet id m_dload_controller;
10 IBOutlet id m_search_controller;
11 IBOutlet id m_shared_controller;
13 IBOutlet id m_add_link_dlg;
15 IBOutlet id m_connection_status_text;
26 - (IBAction)show_Networks:(id)sender;
27 - (IBAction)show_Search:(id)sender;
28 - (IBAction)show_Sharing:(id)sender;
29 - (IBAction)show_Stats:(id)sende
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-msm/
H A Dclock-pcom.c27 int pc_clk_enable(unsigned id) argument
29 int rc = msm_proc_comm(PCOM_CLKCTL_RPC_ENABLE, &id, NULL);
33 return (int)id < 0 ? -EINVAL : 0;
36 void pc_clk_disable(unsigned id) argument
38 msm_proc_comm(PCOM_CLKCTL_RPC_DISABLE, &id, NULL);
41 int pc_clk_reset(unsigned id, enum clk_reset_action action) argument
46 rc = msm_proc_comm(PCOM_CLKCTL_RPC_RESET_ASSERT, &id, NULL);
48 rc = msm_proc_comm(PCOM_CLKCTL_RPC_RESET_DEASSERT, &id, NULL);
53 return (int)id < 0 ? -EINVAL : 0;
56 int pc_clk_set_rate(unsigned id, unsigne argument
69 pc_clk_set_min_rate(unsigned id, unsigned rate) argument
78 pc_clk_set_max_rate(unsigned id, unsigned rate) argument
87 pc_clk_set_flags(unsigned id, unsigned flags) argument
96 pc_clk_get_rate(unsigned id) argument
104 pc_clk_is_enabled(unsigned id) argument
112 pc_clk_round_rate(unsigned id, unsigned rate) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-mmp/include/mach/
H A Dcputype.h15 # define __cpu_is_pxa168(id) \
16 ({ unsigned int _id = ((id) >> 8) & 0xff; _id == 0x84; })
18 # define __cpu_is_pxa168(id) (0)
22 # define __cpu_is_pxa910(id) \
23 ({ unsigned int _id = ((id) >> 8) & 0xff; _id == 0x80; })
25 # define __cpu_is_pxa910(id) (0)
29 # define __cpu_is_mmp2(id) \
30 ({ unsigned int _id = ((id) >> 8) & 0xff; _id == 0x58; })
32 # define __cpu_is_mmp2(id) (0)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/macosx/UKKQueue/
H A DUKMainThreadProxy.h33 -(id) mainThreadProxy; // You can't init or release this object.
34 -(id) copyMainThreadProxy; // Gives you a retained version.
51 IBOutlet id target;
54 -(id) initWithTarget: (id)targ;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/tcpdump-4.4.0/
H A Dpacketdat.awk23 id = 1.5 + (strtSeq - 1) / packetsize
24 id -= id % 1
25 if (maxId < id)
26 maxId = id
27 if (firstSend[id] == 0) {
28 firstSend[id] = tim
29 seqNo[id] = strtSeq
31 lastSend[id] = tim
32 timesSent[id]
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/scripts/mod/
H A Dfile2alias.c104 static void do_usb_entry(struct usb_device_id *id, argument
111 ADD(alias, "v", id->match_flags&USB_DEVICE_ID_MATCH_VENDOR,
112 id->idVendor);
113 ADD(alias, "p", id->match_flags&USB_DEVICE_ID_MATCH_PRODUCT,
114 id->idProduct);
137 if (bcdDevice_initial_digits < (sizeof(id->bcdDevice_lo) * 2 - 1))
140 ADD(alias, "dc", id->match_flags&USB_DEVICE_ID_MATCH_DEV_CLASS,
141 id->bDeviceClass);
143 id->match_flags&USB_DEVICE_ID_MATCH_DEV_SUBCLASS,
144 id
202 do_usb_entry_multi(struct usb_device_id *id, struct module *mod) argument
279 do_hid_entry(const char *filename, struct hid_device_id *id, char *alias) argument
294 do_ieee1394_entry(const char *filename, struct ieee1394_device_id *id, char *alias) argument
318 do_pci_entry(const char *filename, struct pci_device_id *id, char *alias) argument
361 do_ccw_entry(const char *filename, struct ccw_device_id *id, char *alias) argument
384 do_ap_entry(const char *filename, struct ap_device_id *id, char *alias) argument
392 do_css_entry(const char *filename, struct css_device_id *id, char *alias) argument
400 do_serio_entry(const char *filename, struct serio_device_id *id, char *alias) argument
419 do_acpi_entry(const char *filename, struct acpi_device_id *id, char *alias) argument
438 const char *id = (char *)devs[i].id; local
469 const char *id = (char *)card->devs[j].id; local
512 do_pcmcia_entry(const char *filename, struct pcmcia_device_id *id, char *alias) argument
602 do_input_entry(const char *filename, struct input_device_id *id, char *alias) argument
655 do_parisc_entry(const char *filename, struct parisc_device_id *id, char *alias) argument
674 do_sdio_entry(const char *filename, struct sdio_device_id *id, char *alias) argument
690 do_ssb_entry(const char *filename, struct ssb_device_id *id, char *alias) argument
706 do_virtio_entry(const char *filename, struct virtio_device_id *id, char *alias) argument
721 do_i2c_entry(const char *filename, struct i2c_device_id *id, char *alias) argument
730 do_spi_entry(const char *filename, struct spi_device_id *id, char *alias) argument
768 do_dmi_entry(const char *filename, struct dmi_system_id *id, char *alias) argument
792 do_platform_entry(const char *filename, struct platform_device_id *id, char *alias) argument
799 do_mdio_entry(const char *filename, struct mdio_device_id *id, char *alias) argument
822 do_zorro_entry(const char *filename, struct zorro_device_id *id, char *alias) argument
832 do_isapnp_entry(const char *filename, struct isapnp_device_id *id, char *alias) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/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);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/core/
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-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/mm/
H A Dmmu_context_nohash.c82 static unsigned int steal_context_smp(unsigned int id) argument
92 mm = context_mm[id];
98 id++;
99 if (id > last_context)
100 id = first_context;
103 pr_hardcont(" | steal %d from 0x%p", id, mm);
106 mm->context.id = MMU_NO_CONTEXT;
116 __set_bit(id, stale_map[i]);
119 return id;
139 static unsigned int steal_context_up(unsigned int id) argument
163 unsigned int id, nrf, nact; local
193 unsigned int i, id, cpu = smp_processor_id(); local
302 unsigned int id; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-pxa/include/mach/
H A Dhardware.h106 #define __cpu_is_pxa210(id) \
108 unsigned int _id = (id) & 0xf3f0; \
112 #define __cpu_is_pxa250(id) \
114 unsigned int _id = (id) & 0xf3ff; \
118 #define __cpu_is_pxa255(id) \
120 unsigned int _id = (id) & 0xffff; \
124 #define __cpu_is_pxa25x(id) \
126 unsigned int _id = (id) & 0xf300; \
130 #define __cpu_is_pxa210(id) (0)
131 #define __cpu_is_pxa250(id) (
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/tests/
H A Dsignature.h43 # define SIGNATURE_CHECK1(fn, ret, args, id) \
44 SIGNATURE_CHECK2 (fn, ret, args, id) /* macroexpand line */
45 # define SIGNATURE_CHECK2(fn, ret, args, id) \
46 static ret (* _GL_UNUSED signature_check ## id) args = fn
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/plat-samsung/
H A Ddev-uart.c21 .id = 0,
25 .id = 1,
29 .id = 2,
33 .id = 3,

Completed in 225 milliseconds

1234567891011>>