Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/tty/serial/
Dsc16is7xx.h16 struct sc16is7xx_devtype { struct
26 extern const struct sc16is7xx_devtype sc16is74x_devtype; argument
27 extern const struct sc16is7xx_devtype sc16is750_devtype;
28 extern const struct sc16is7xx_devtype sc16is752_devtype;
29 extern const struct sc16is7xx_devtype sc16is760_devtype;
30 extern const struct sc16is7xx_devtype sc16is762_devtype;
36 int sc16is7xx_probe(struct device *dev, const struct sc16is7xx_devtype *devtype,
Dsc16is7xx_i2c.c15 const struct sc16is7xx_devtype *devtype; in sc16is7xx_i2c_probe()
Dsc16is7xx_spi.c19 const struct sc16is7xx_devtype *devtype; in sc16is7xx_spi_probe()
Dsc16is7xx.c342 const struct sc16is7xx_devtype *devtype;
497 const struct sc16is7xx_devtype sc16is74x_devtype = {
504 const struct sc16is7xx_devtype sc16is750_devtype = {
511 const struct sc16is7xx_devtype sc16is752_devtype = {
518 const struct sc16is7xx_devtype sc16is760_devtype = {
525 const struct sc16is7xx_devtype sc16is762_devtype = {
1504 int sc16is7xx_probe(struct device *dev, const struct sc16is7xx_devtype *devtype, in sc16is7xx_probe()