Searched refs:porttype (Results 1 – 5 of 5) sorted by relevance
/linux-4.1.27/drivers/net/wireless/ |
D | zd1201.c | 949 short porttype, monitor = 0; in zd1201_set_mode() local 974 porttype = ZD1201_PORTTYPE_PSEUDOIBSS; in zd1201_set_mode() 977 porttype = ZD1201_PORTTYPE_IBSS; in zd1201_set_mode() 980 porttype = ZD1201_PORTTYPE_BSS; in zd1201_set_mode() 986 err = zd1201_setconfig16(zd, ZD1201_RID_CNFPORTTYPE, porttype); in zd1201_set_mode() 1011 short porttype; in zd1201_get_mode() local 1014 err = zd1201_getconfig16(zd, ZD1201_RID_CNFPORTTYPE, &porttype); in zd1201_get_mode() 1017 switch(porttype) { in zd1201_get_mode() 1035 porttype); in zd1201_get_mode() 1738 short porttype; in zd1201_probe() local [all …]
|
/linux-4.1.27/include/linux/ |
D | uio_driver.h | 60 int porttype; member
|
/linux-4.1.27/drivers/uio/ |
D | uio.c | 154 if ((port->porttype < 0) || (port->porttype > UIO_PORT_OTHER)) in portio_porttype_show() 157 return sprintf(buf, "port_%s\n", porttypes[port->porttype]); in portio_porttype_show() 173 __ATTR(porttype, S_IRUGO, portio_porttype_show, NULL);
|
D | uio_aec.c | 104 info->port[0].porttype = UIO_PORT_GPIO; in probe()
|
/linux-4.1.27/drivers/s390/net/ |
D | qeth_core_main.c | 5844 int maxspeed, int porttype) in qeth_set_ecmd_adv_sup() argument 5848 switch (porttype) { in qeth_set_ecmd_adv_sup()
|