Home
last modified time | relevance | path

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

/linux-6.12.1/include/linux/
Duio_driver.h70 int porttype; member
/linux-6.12.1/drivers/uio/
Duio_aec.c92 info->port[0].porttype = UIO_PORT_GPIO; in probe()
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);
/linux-6.12.1/Documentation/driver-api/
Duio-howto.rst208 - ``porttype``: A string describing the type of port.
309 - ``char *porttype``: Required. Set this to one of the predefined
/linux-6.12.1/drivers/media/pci/ddbridge/
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()