Home
last modified time | relevance | path

Searched refs:sc16is7xx_devtype (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/tty/serial/
H A Dsc16is7xx.h15 struct sc16is7xx_devtype { struct
25 extern const struct sc16is7xx_devtype sc16is74x_devtype; argument
26 extern const struct sc16is7xx_devtype sc16is750_devtype;
27 extern const struct sc16is7xx_devtype sc16is752_devtype;
28 extern const struct sc16is7xx_devtype sc16is760_devtype;
29 extern const struct sc16is7xx_devtype sc16is762_devtype;
35 int sc16is7xx_probe(struct device *dev, const struct sc16is7xx_devtype *devtype,
H A Dsc16is7xx_i2c.c15 const struct sc16is7xx_devtype *devtype; in sc16is7xx_i2c_probe()
H A Dsc16is7xx.c303 const struct sc16is7xx_devtype *devtype;
464 const struct sc16is7xx_devtype sc16is74x_devtype = {
471 const struct sc16is7xx_devtype sc16is750_devtype = {
478 const struct sc16is7xx_devtype sc16is752_devtype = {
485 const struct sc16is7xx_devtype sc16is760_devtype = {
492 const struct sc16is7xx_devtype sc16is762_devtype = {
1528 int sc16is7xx_probe(struct device *dev, const struct sc16is7xx_devtype *devtype, in sc16is7xx_probe()
H A Dsc16is7xx_spi.c19 const struct sc16is7xx_devtype *devtype; in sc16is7xx_spi_probe()