Searched refs:porttype (Results 1 – 6 of 6) sorted by relevance
945 short porttype, monitor = 0; in zd1201_set_mode() local971 porttype = ZD1201_PORTTYPE_PSEUDOIBSS; in zd1201_set_mode()974 porttype = ZD1201_PORTTYPE_IBSS; in zd1201_set_mode()977 porttype = ZD1201_PORTTYPE_BSS; in zd1201_set_mode()983 err = zd1201_setconfig16(zd, ZD1201_RID_CNFPORTTYPE, porttype); in zd1201_set_mode()1008 short porttype; in zd1201_get_mode() local1014 switch(porttype) { in zd1201_get_mode()1032 porttype); in zd1201_get_mode()1730 short porttype; in zd1201_probe() local1796 porttype = ZD1201_PORTTYPE_AP; in zd1201_probe()[all …]
63 int porttype; member
153 if ((port->porttype < 0) || (port->porttype > UIO_PORT_OTHER)) in portio_porttype_show()156 return sprintf(buf, "port_%s\n", porttypes[port->porttype]); in portio_porttype_show()172 __ATTR(porttype, S_IRUGO, portio_porttype_show, NULL);
92 info->port[0].porttype = UIO_PORT_GPIO; in probe()
208 - ``porttype``: A string describing the type of port.309 - ``char *porttype``: Required. Set this to one of the predefined
1023 static int tuner_attach_tda18212(struct ddb_input *input, u32 porttype) in tuner_attach_tda18212() argument1045 if (porttype == DDB_TUNER_DVBCT_ST) in tuner_attach_tda18212()
Completed in 271 milliseconds