Home
last modified time | relevance | path

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

/linux/include/linux/
H A Duio_driver.h70 int porttype; member
/linux/drivers/uio/
H A Duio.c155 if ((port->porttype < 0) || (port->porttype > UIO_PORT_OTHER)) in portio_porttype_show()
158 return sprintf(buf, "port_%s\n", porttypes[port->porttype]); in portio_porttype_show()
174 __ATTR(porttype, S_IRUGO, portio_porttype_show, NULL);
H A Duio_aec.c92 info->port[0].porttype = UIO_PORT_GPIO; in probe()
/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
/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()