Home
last modified time | relevance | path

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

/openbmc/u-boot/board/gdsys/a38x/
H A Dihs_phys.c16 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()
/openbmc/linux/drivers/net/wireless/zydas/
H A Dzd1201.c947 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
1017 switch(porttype) { in zd1201_get_mode()
1035 porttype); in zd1201_get_mode()
1733 short porttype; in zd1201_probe() local
1799 porttype = ZD1201_PORTTYPE_AP; in zd1201_probe()
[all …]
/openbmc/linux/include/linux/
H A Duio_driver.h63 int porttype; member
/openbmc/linux/drivers/uio/
H A Duio_aec.c92 info->port[0].porttype = UIO_PORT_GPIO; in probe()
H A Duio.c154 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);
/openbmc/linux/Documentation/driver-api/
H A Duio-howto.rst208 - ``porttype``: A string describing the type of port.
309 - ``char *porttype``: Required. Set this to one of the predefined
/openbmc/linux/drivers/media/pci/ddbridge/
H A Dddbridge-core.c1014 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()