Searched refs:sc16is74x_devtype (Results 1 – 4 of 4) sorted by relevance
| /linux/drivers/tty/serial/ |
| H A 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, },
|
| H A 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, },
|
| H A D | sc16is7xx.h | 25 extern const struct sc16is7xx_devtype sc16is74x_devtype;
|
| H A D | sc16is7xx.c | 464 const struct sc16is7xx_devtype sc16is74x_devtype = { variable 469 EXPORT_SYMBOL_GPL(sc16is74x_devtype); 1709 { .compatible = "nxp,sc16is740", .data = &sc16is74x_devtype, }, 1710 { .compatible = "nxp,sc16is741", .data = &sc16is74x_devtype, },
|