Searched refs:porttype (Results 1 – 5 of 5) sorted by relevance
70 int porttype; member
92 info->port[0].porttype = UIO_PORT_GPIO; in probe()
155 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);
208 - ``porttype``: A string describing the type of port.309 - ``char *porttype``: Required. Set this to one of the predefined
1014 static int tuner_attach_tda18212(struct ddb_input *input, u32 porttype) in tuner_attach_tda18212() argument1036 if (porttype == DDB_TUNER_DVBCT_ST) in tuner_attach_tda18212()