Searched refs:dm_serial_ops (Results 1 – 25 of 33) sorted by relevance
12
151 struct dm_serial_ops *ops = serial_get_ops(dev); in _serial_putc()170 struct dm_serial_ops *ops = serial_get_ops(dev); in __serial_getc()184 struct dm_serial_ops *ops = serial_get_ops(dev); in __serial_tstc()194 struct dm_serial_ops *ops = serial_get_ops(dev); in __serial_clear()272 struct dm_serial_ops *ops; in serial_setbrg()326 struct dm_serial_ops *ops; in serial_dev_setbrg()439 struct dm_serial_ops *ops = serial_get_ops(dev); in serial_post_probe()
100 static const struct dm_serial_ops lpc32xx_hsuart_ops = {
143 static const struct dm_serial_ops arm_dcc_ops = {
100 static const struct dm_serial_ops arc_serial_ops = {
104 static const struct dm_serial_ops stm32_serial_ops = {
95 static const struct dm_serial_ops uartlite_serial_ops = {
107 static const struct dm_serial_ops altera_jtaguart_ops = {
137 static const struct dm_serial_ops serial_efi_ops = {
169 static const struct dm_serial_ops sandbox_serial_ops = {
113 static const struct dm_serial_ops mvebu_serial_ops = {
125 static const struct dm_serial_ops uniphier_serial_ops = {
101 static const struct dm_serial_ops altera_uart_ops = {
120 static const struct dm_serial_ops meson_serial_ops = {
133 static const struct dm_serial_ops stm32_serial_ops = {
190 static const struct dm_serial_ops sti_asc_serial_ops = {
144 static const struct dm_serial_ops bcm283x_mu_serial_ops = {
162 static const struct dm_serial_ops pic32_uart_ops = {
195 static const struct dm_serial_ops s5p_serial_ops = {
185 static const struct dm_serial_ops linflex_serial_ops = {
187 static const struct dm_serial_ops zynq_serial_ops = {
141 static const struct dm_serial_ops msm_serial_ops = {
216 static const struct dm_serial_ops coldfire_serial_ops = {
174 static const struct dm_serial_ops ar933x_serial_ops = {
76 struct dm_serial_ops { struct166 #define serial_get_ops(dev) ((struct dm_serial_ops *)(dev)->driver->ops) argument
248 extern const struct dm_serial_ops ns16550_serial_ops;