Searched refs:Interface (Results 1 - 25 of 34) sorted by last modified time

12

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/isdn/hardware/eicon/
H A Dmaintidi.c124 Set up Library Interface
178 pLib->lines[i].pInterface = &pLib->Interface;
H A Dmaintidi.h156 diva_trace_interface_state_t Interface; member in struct:_diva_strace_context
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ppc/platforms/
H A Dprep_pci.c1222 ((hostbridge->DeviceId.Interface == PCIBridgeIndirect) ||
1223 (hostbridge->DeviceId.Interface == PCIBridgeRS6K))) {
H A Dresidual.c124 /* Device Interface Type Codes */
255 unsigned char Interface) {
259 && (*s)[2]==Interface)) s++;
519 did.Interface);
521 sprintf(sn, "interface %d", did.Interface);
625 int Interface,
635 (Interface==-1 || Dev.Interface==Interface) &&
648 int Interface,
253 PnP_INTERFACE_STR(unsigned char BaseType, unsigned char SubType, unsigned char Interface) argument
621 residual_find_device(unsigned long BusMask, unsigned char * DevID, int BaseType, int SubType, int Interface, int n) argument
644 residual_find_device_id(unsigned long BusMask, unsigned short DevID, int BaseType, int SubType, int Interface, int n) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/block/paride/
H A Dbpck6.c41 #define PPCSTRUCT(pi) ((Interface *)(pi->private))
214 Interface *p = kzalloc(sizeof(Interface), GFP_KERNEL);
H A Dppc6lnx.c82 } Interface; typedef in typeref:struct:ppc_storage
104 static int ppc6_select(Interface *ppc);
105 static void ppc6_deselect(Interface *ppc);
106 static void ppc6_send_cmd(Interface *ppc, u8 cmd);
107 static void ppc6_wr_data_byte(Interface *ppc, u8 data);
108 static u8 ppc6_rd_data_byte(Interface *ppc);
109 static u8 ppc6_rd_port(Interface *ppc, u8 port);
110 static void ppc6_wr_port(Interface *ppc, u8 port, u8 data);
111 static void ppc6_rd_data_blk(Interface *ppc, u8 *data, long count);
112 static void ppc6_wait_for_fifo(Interface *pp
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/usbvision/
H A Dusbvision-cards.c35 .Interface = -1,
49 .Interface = -1,
65 .Interface = -1,
79 .Interface = -1,
95 .Interface = 0,
111 .Interface = -1,
125 .Interface = -1,
141 .Interface = -1,
155 .Interface = -1,
171 .Interface
[all...]
H A Dusbvision-video.c1795 if (usbvision_device_data[model].Interface >= 0) {
1796 interface = &dev->actconfig->interface[usbvision_device_data[model].Interface]->altsetting[0];
H A Dusbvision.h346 int Interface; /* to handle special interface number like BELKIN and Hauppauge WinTV-USB II */ member in struct:usbvision_device_data_st
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-ppc/
H A Dresidual.h188 unsigned char Interface; /* See pnp.h for bit definitions */ member in struct:_DEVICE_ID
328 int SubType, int Interface, int n);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/radvd/
H A Ddevice-bsd44.c30 setup_deviceinfo(int sock, struct Interface *iface)
153 int setup_linklocal_addr(int sock, struct Interface *iface)
198 int setup_allrouters_membership(int sock, struct Interface *iface)
203 int check_allrouters_membership(int sock, struct Interface *iface)
H A Ddevice-common.c22 check_device(int sock, struct Interface *iface)
H A Ddevice-linux.c32 setup_deviceinfo(int sock, struct Interface *iface)
127 int setup_linklocal_addr(int sock, struct Interface *iface)
170 int setup_allrouters_membership(int sock, struct Interface *iface)
194 int check_allrouters_membership(int sock, struct Interface *iface)
H A Dgram.c174 extern struct Interface *IfaceList;
175 struct Interface *iface = NULL;
1614 struct Interface *iface2;
1660 iface = malloc(sizeof(struct Interface));
H A Dgram.y22 extern struct Interface *IfaceList;
23 struct Interface *iface = NULL;
132 struct Interface *iface2;
176 iface = malloc(sizeof(struct Interface));
H A Dinterface.c22 iface_init_defaults(struct Interface *iface)
24 memset(iface, 0, sizeof(struct Interface));
63 route_init_defaults(struct AdvRoute *route, struct Interface *iface)
72 rdnss_init_defaults(struct AdvRDNSS *rdnss, struct Interface *iface)
83 check_iface(struct Interface *iface)
H A Dprocess.c21 static void process_rs(int, struct Interface *, unsigned char *msg,
23 static void process_ra(struct Interface *, unsigned char *msg, int len,
29 process(int sock, struct Interface *ifacel, unsigned char *msg, int len,
32 struct Interface *iface;
129 dlog(LOG_DEBUG, 4, "found Interface: %s", iface->Name);
142 process_rs(int sock, struct Interface *iface, unsigned char *msg, int len,
219 process_ra(struct Interface *iface, unsigned char *msg, int len,
H A Dradvd.c22 struct Interface *IfaceList = NULL;
407 struct Interface *iface = (struct Interface *) data;
434 struct Interface *iface;
451 struct Interface *iface;
481 struct Interface *iface;
503 struct Interface *iface;
525 struct Interface *next_iface = iface->next;
H A Dradvd.h51 struct Interface { struct
101 struct Interface *next;
204 int setup_deviceinfo(int, struct Interface *);
205 int check_device(int, struct Interface *);
206 int setup_linklocal_addr(int, struct Interface *);
207 int setup_allrouters_membership(int, struct Interface *);
208 int check_allrouters_membership(int, struct Interface *);
217 void iface_init_defaults(struct Interface *);
219 void route_init_defaults(struct AdvRoute *, struct Interface *);
220 void rdnss_init_defaults(struct AdvRDNSS *, struct Interface *);
[all...]
H A Dsend.c30 send_ra_forall(int sock, struct Interface *iface, struct in6_addr *dest)
71 send_ra(int sock, struct Interface *iface, struct in6_addr *dest)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/tests/
H A Dxgettext-glade-111 <GTK-Interface/>
25 <GTK-Interface>
1334 </GTK-Interface>
H A Dxgettext-glade-212 <GTK-Interface/>
26 <GTK-Interface>
59 </GTK-Interface>
H A Dxgettext-glade-311 <GTK-Interface/>
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/perl/DB_File/
H A DDB_File.pm691 =head2 Interface to Berkeley DB
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/test/scr024/src/com/sleepycat/persist/test/
H A DBindingTest.java835 {"f4", Interface.class.getName()},
840 {"a5", Interface[].class.getName()},
841 {"a6", Interface[].class.getName()},
842 {"a7", Interface[].class.getName()},
850 static abstract class Abstract implements Interface {
872 interface Interface { interface in class:BindingTest
914 private Interface f4;
919 private Interface[] a5;
920 private Interface[] a6;
921 private Interface[] a
[all...]

Completed in 135 milliseconds

12