Searched refs:sc16is74x_devtype (Results 1 – 1 of 1) sorted by relevance
/Linux-v5.10/drivers/tty/serial/ |
D | sc16is7xx.c | 431 static const struct sc16is7xx_devtype sc16is74x_devtype = { variable 1393 { .compatible = "nxp,sc16is740", .data = &sc16is74x_devtype, }, 1394 { .compatible = "nxp,sc16is741", .data = &sc16is74x_devtype, }, 1451 { "sc16is74x", (kernel_ulong_t)&sc16is74x_devtype, }, 1452 { "sc16is740", (kernel_ulong_t)&sc16is74x_devtype, }, 1453 { "sc16is741", (kernel_ulong_t)&sc16is74x_devtype, }, 1504 { "sc16is74x", (kernel_ulong_t)&sc16is74x_devtype, }, 1505 { "sc16is740", (kernel_ulong_t)&sc16is74x_devtype, }, 1506 { "sc16is741", (kernel_ulong_t)&sc16is74x_devtype, },
|