Home
last modified time | relevance | path

Searched refs:porttype (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/net/wireless/zydas/
A Dzd1201.c945 short porttype, monitor = 0; in zd1201_set_mode() local
971 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() local
1014 switch(porttype) { in zd1201_get_mode()
1032 porttype); in zd1201_get_mode()
1730 short porttype; in zd1201_probe() local
1796 porttype = ZD1201_PORTTYPE_AP; in zd1201_probe()
[all …]
/linux/include/linux/
A Duio_driver.h63 int porttype; member
/linux/drivers/uio/
A Duio.c153 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);
A Duio_aec.c92 info->port[0].porttype = UIO_PORT_GPIO; in probe()
/linux/Documentation/driver-api/
A Duio-howto.rst208 - ``porttype``: A string describing the type of port.
309 - ``char *porttype``: Required. Set this to one of the predefined
/linux/drivers/media/pci/ddbridge/
A Dddbridge-core.c1023 static int tuner_attach_tda18212(struct ddb_input *input, u32 porttype) in tuner_attach_tda18212() argument
1045 if (porttype == DDB_TUNER_DVBCT_ST) in tuner_attach_tda18212()

Completed in 271 milliseconds