Home
last modified time | relevance | path

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

/linux/drivers/tty/serial/
H A Dsc16is7xx_i2c.c41 { .name = "sc16is74x", .driver_data = (kernel_ulong_t)&sc16is74x_devtype },
42 { .name = "sc16is740", .driver_data = (kernel_ulong_t)&sc16is74x_devtype },
43 { .name = "sc16is741", .driver_data = (kernel_ulong_t)&sc16is74x_devtype },
H A Dsc16is7xx_spi.c64 { "sc16is74x", (kernel_ulong_t)&sc16is74x_devtype, },
65 { "sc16is740", (kernel_ulong_t)&sc16is74x_devtype, },
66 { "sc16is741", (kernel_ulong_t)&sc16is74x_devtype, },
H A Dsc16is7xx.h25 extern const struct sc16is7xx_devtype sc16is74x_devtype;
H A Dsc16is7xx.c463 const struct sc16is7xx_devtype sc16is74x_devtype = { variable
468 EXPORT_SYMBOL_GPL(sc16is74x_devtype);
1716 { .compatible = "nxp,sc16is740", .data = &sc16is74x_devtype, },
1717 { .compatible = "nxp,sc16is741", .data = &sc16is74x_devtype, },