Searched refs:porttype (Results 1 – 7 of 7) sorted by relevance
/Linux-v4.19/drivers/net/wireless/zydas/ |
D | zd1201.c | 948 short porttype, monitor = 0; in zd1201_set_mode() local 973 porttype = ZD1201_PORTTYPE_PSEUDOIBSS; in zd1201_set_mode() 976 porttype = ZD1201_PORTTYPE_IBSS; in zd1201_set_mode() 979 porttype = ZD1201_PORTTYPE_BSS; in zd1201_set_mode() 985 err = zd1201_setconfig16(zd, ZD1201_RID_CNFPORTTYPE, porttype); in zd1201_set_mode() 1010 short porttype; in zd1201_get_mode() local 1013 err = zd1201_getconfig16(zd, ZD1201_RID_CNFPORTTYPE, &porttype); in zd1201_get_mode() 1016 switch(porttype) { in zd1201_get_mode() 1034 porttype); in zd1201_get_mode() 1736 short porttype; in zd1201_probe() local [all …]
|
/Linux-v4.19/include/linux/ |
D | uio_driver.h | 64 int porttype; member
|
/Linux-v4.19/drivers/uio/ |
D | uio_aec.c | 104 info->port[0].porttype = UIO_PORT_GPIO; in probe()
|
D | uio.c | 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);
|
/Linux-v4.19/Documentation/driver-api/ |
D | uio-howto.rst | 208 - ``porttype``: A string describing the type of port. 309 - ``char *porttype``: Required. Set this to one of the predefined
|
/Linux-v4.19/drivers/media/pci/ddbridge/ |
D | ddbridge-core.c | 1027 static int tuner_attach_tda18212(struct ddb_input *input, u32 porttype) in tuner_attach_tda18212() argument 1049 if (porttype == DDB_TUNER_DVBCT_ST) in tuner_attach_tda18212()
|
/Linux-v4.19/drivers/s390/net/ |
D | qeth_core_main.c | 6141 int maxspeed, int porttype) in qeth_set_cmd_adv_sup() argument 6150 switch (porttype) { in qeth_set_cmd_adv_sup()
|