/kernel/linux/linux-5.10/drivers/net/wireless/zydas/ |
H A D | zd1201.c | 945 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 1011 err = zd1201_getconfig16(zd, ZD1201_RID_CNFPORTTYPE, &porttype); in zd1201_get_mode() 1014 switch(porttype) { in zd1201_get_mode() 1031 dev_dbg(&zd->usb->dev, "Unknown porttype: %d\n", in zd1201_get_mode() 1032 porttype); in zd1201_get_mode() 1730 short porttype; zd1201_probe() local [all...] |
/kernel/linux/linux-6.6/drivers/net/wireless/zydas/ |
H A D | zd1201.c | 947 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() 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() 1034 dev_dbg(&zd->usb->dev, "Unknown porttype: %d\n", in zd1201_get_mode() 1035 porttype); in zd1201_get_mode() 1733 short porttype; zd1201_probe() local [all...] |
/kernel/linux/linux-5.10/include/linux/ |
H A D | uio_driver.h | 56 * @porttype: type of port (see UIO_PORT_* below) 63 int porttype; member 146 /* defines for uio_port->porttype */
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | uio_driver.h | 56 * @porttype: type of port (see UIO_PORT_* below) 63 int porttype; member 162 /* defines for uio_port->porttype */
|
/kernel/linux/linux-5.10/drivers/uio/ |
H A 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);
|
H A D | uio_aec.c | 92 info->port[0].porttype = UIO_PORT_GPIO; in probe()
|
/kernel/linux/linux-6.6/drivers/uio/ |
H A 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);
|
H A D | uio_aec.c | 92 info->port[0].porttype = UIO_PORT_GPIO; in probe()
|
/kernel/linux/linux-5.10/drivers/s390/net/ |
H A D | qeth_ethtool.c | 328 int maxspeed, int porttype) in qeth_set_cmd_adv_sup() 337 switch (porttype) { in qeth_set_cmd_adv_sup() 327 qeth_set_cmd_adv_sup(struct ethtool_link_ksettings *cmd, int maxspeed, int porttype) qeth_set_cmd_adv_sup() argument
|
/kernel/linux/linux-5.10/drivers/media/pci/ddbridge/ |
H A D | ddbridge-core.c | 1023 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()
|
/kernel/linux/linux-6.6/drivers/media/pci/ddbridge/ |
H A D | ddbridge-core.c | 1014 static int tuner_attach_tda18212(struct ddb_input *input, u32 porttype) in tuner_attach_tda18212() argument 1036 if (porttype == DDB_TUNER_DVBCT_ST) in tuner_attach_tda18212()
|