Searched refs:sc16is74x_devtype (Results 1 – 4 of 4) sorted by relevance
/linux-6.12.1/drivers/tty/serial/ |
D | sc16is7xx_i2c.c | 42 { "sc16is74x", (kernel_ulong_t)&sc16is74x_devtype, }, 43 { "sc16is740", (kernel_ulong_t)&sc16is74x_devtype, }, 44 { "sc16is741", (kernel_ulong_t)&sc16is74x_devtype, },
|
D | sc16is7xx_spi.c | 65 { "sc16is74x", (kernel_ulong_t)&sc16is74x_devtype, }, 66 { "sc16is740", (kernel_ulong_t)&sc16is74x_devtype, }, 67 { "sc16is741", (kernel_ulong_t)&sc16is74x_devtype, },
|
D | sc16is7xx.h | 26 extern const struct sc16is7xx_devtype sc16is74x_devtype;
|
D | sc16is7xx.c | 497 const struct sc16is7xx_devtype sc16is74x_devtype = { variable 502 EXPORT_SYMBOL_GPL(sc16is74x_devtype); 1735 { .compatible = "nxp,sc16is740", .data = &sc16is74x_devtype, }, 1736 { .compatible = "nxp,sc16is741", .data = &sc16is74x_devtype, },
|