Searched refs:sc16is74x_devtype (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/drivers/tty/serial/ |
D | sc16is7xx.c | 427 static const struct sc16is7xx_devtype sc16is74x_devtype = { variable 1284 { .compatible = "nxp,sc16is740", .data = &sc16is74x_devtype, }, 1285 { .compatible = "nxp,sc16is741", .data = &sc16is74x_devtype, }, 1348 { "sc16is74x", (kernel_ulong_t)&sc16is74x_devtype, }, 1349 { "sc16is740", (kernel_ulong_t)&sc16is74x_devtype, }, 1350 { "sc16is741", (kernel_ulong_t)&sc16is74x_devtype, }, 1407 { "sc16is74x", (kernel_ulong_t)&sc16is74x_devtype, }, 1408 { "sc16is740", (kernel_ulong_t)&sc16is74x_devtype, }, 1409 { "sc16is741", (kernel_ulong_t)&sc16is74x_devtype, },
|