Home
last modified time | relevance | path

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

/linux-6.14.4/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.c343 const struct sc16is7xx_devtype *devtype;
500 const struct sc16is7xx_devtype sc16is74x_devtype = {
507 const struct sc16is7xx_devtype sc16is750_devtype = {
514 const struct sc16is7xx_devtype sc16is752_devtype = {
521 const struct sc16is7xx_devtype sc16is760_devtype = {
528 const struct sc16is7xx_devtype sc16is762_devtype = {
1527 int sc16is7xx_probe(struct device *dev, const struct sc16is7xx_devtype *devtype, in sc16is7xx_probe()