Searched refs:porttype (Results 1 - 14 of 14) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Duio_driver.h50 * @porttype: type of port (see UIO_PORT_* below)
57 int porttype; member in struct:uio_port
119 /* defines for uio_port->porttype */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/
H A Dzd1201.c948 short porttype, monitor = 0; local
973 porttype = ZD1201_PORTTYPE_PSEUDOIBSS;
976 porttype = ZD1201_PORTTYPE_IBSS;
979 porttype = ZD1201_PORTTYPE_BSS;
985 err = zd1201_setconfig16(zd, ZD1201_RID_CNFPORTTYPE, porttype);
1010 short porttype; local
1013 err = zd1201_getconfig16(zd, ZD1201_RID_CNFPORTTYPE, &porttype);
1016 switch(porttype) {
1033 dev_dbg(&zd->usb->dev, "Unknown porttype: %d\n",
1034 porttype);
1737 short porttype; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/uio/
H A Duio_aec.c104 info->port[0].porttype = UIO_PORT_GPIO;
H A Duio.c171 if ((port->porttype < 0) || (port->porttype > UIO_PORT_OTHER))
174 return sprintf(buf, "port_%s\n", porttypes[port->porttype]);
190 __ATTR(porttype, S_IRUGO, portio_porttype_show, NULL);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Deth16i.c398 static void eth16i_set_port(int ioaddr, int porttype);
637 char *porttype[] = {"BNC", "DIX", "TP", "AUTO", "FROM_EPROM" }; local
656 printk(" %s interface.\n", porttype[dev->if_port]);
718 static void eth16i_set_port(int ioaddr, int porttype) argument
727 switch(porttype) {
H A Dat1700.c419 const char *porttype[] = {"auto-sense", "10baseT", "auto-sense", "10base2"}; local
435 printk(" %s interface.\n", porttype[(dev->if_port>>3) & 3]);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source/gsoap/VisualStudio2005/soapcpp2/soapcpp2/
H A Dsoapcpp2.h320 char *porttype; member in struct:Service
H A Dsymbol2.c2099 if (sp && sp->porttype)
2100 fprintf(fd, "<portType name=\"%s\">\n", sp->porttype);
2136 if (sp && sp->porttype)
2137 fprintf(fd, "type=\"tns:%s\">\n <SOAP:binding style=\"document\"", sp->porttype);
2141 if (sp && sp->porttype)
2142 fprintf(fd, "type=\"tns:%s\">\n <SOAP:binding style=\"rpc\"", sp->porttype);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source/gsoap/src/
H A Dsoapcpp2.h320 char *porttype; member in struct:Service
H A Dsymbol2.c2099 if (sp && sp->porttype)
2100 fprintf(fd, "<portType name=\"%s\">\n", sp->porttype);
2136 if (sp && sp->porttype)
2137 fprintf(fd, "type=\"tns:%s\">\n <SOAP:binding style=\"document\"", sp->porttype);
2141 if (sp && sp->porttype)
2142 fprintf(fd, "type=\"tns:%s\">\n <SOAP:binding style=\"rpc\"", sp->porttype);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source_build_platform/gsoap/VisualStudio2005/soapcpp2/soapcpp2/
H A Dsoapcpp2.h320 char *porttype; member in struct:Service
H A Dsymbol2.c2099 if (sp && sp->porttype)
2100 fprintf(fd, "<portType name=\"%s\">\n", sp->porttype);
2136 if (sp && sp->porttype)
2137 fprintf(fd, "type=\"tns:%s\">\n <SOAP:binding style=\"document\"", sp->porttype);
2141 if (sp && sp->porttype)
2142 fprintf(fd, "type=\"tns:%s\">\n <SOAP:binding style=\"rpc\"", sp->porttype);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source_build_platform/gsoap/src/
H A Dsoapcpp2.h320 char *porttype; member in struct:Service
H A Dsymbol2.c2099 if (sp && sp->porttype)
2100 fprintf(fd, "<portType name=\"%s\">\n", sp->porttype);
2136 if (sp && sp->porttype)
2137 fprintf(fd, "type=\"tns:%s\">\n <SOAP:binding style=\"document\"", sp->porttype);
2141 if (sp && sp->porttype)
2142 fprintf(fd, "type=\"tns:%s\">\n <SOAP:binding style=\"rpc\"", sp->porttype);

Completed in 502 milliseconds