Searched refs:porttype (Results 1 – 9 of 9) sorted by relevance
| /OK3568_Linux_fs/u-boot/board/gdsys/a38x/ |
| H A D | ihs_phys.c | 16 static struct porttype { struct 125 struct porttype *get_porttype(uint octo_phy_mask, uint k) in get_porttype() 142 int init_single_phy(struct porttype *porttype, struct mii_dev *bus, in init_single_phy() argument 154 ihs_phy_config(phydev, porttype->phy_invert_in_pol, in init_single_phy() 155 porttype->phy_invert_out_pol); in init_single_phy() 169 struct porttype *porttype = NULL; in init_octo_phys() local 172 porttype = get_porttype(octo_phy_mask, bus_idx); in init_octo_phys() 174 if (!porttype) in init_octo_phys() 194 init_single_phy(porttype, bus, bus_idx, m, in init_octo_phys()
|
| /OK3568_Linux_fs/kernel/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() 1032 porttype); in zd1201_get_mode() 1730 short porttype; in zd1201_probe() local [all …]
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | uio_driver.h | 64 int porttype; member
|
| /OK3568_Linux_fs/kernel/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()
|
| /OK3568_Linux_fs/kernel/drivers/s390/net/ |
| H A D | qeth_ethtool.c | 328 int maxspeed, int porttype) in qeth_set_cmd_adv_sup() argument 337 switch (porttype) { in qeth_set_cmd_adv_sup()
|
| /OK3568_Linux_fs/external/dpdk/pcie/igb_uio/ |
| H A D | igb_uio.c | 484 info->port[n].porttype = UIO_PORT_X86; in igbuio_pci_setup_ioport()
|
| /OK3568_Linux_fs/kernel/Documentation/driver-api/ |
| H A D | uio-howto.rst | 208 - ``porttype``: A string describing the type of port. 309 - ``char *porttype``: Required. Set this to one of the predefined
|
| /OK3568_Linux_fs/kernel/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()
|