Home
last modified time | relevance | path

Searched refs:dm_serial_ops (Results 1 – 25 of 33) sorted by relevance

12

/OK3568_Linux_fs/u-boot/drivers/serial/
H A Dserial-uclass.c151 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()
H A Dlpc32xx_hsuart.c100 static const struct dm_serial_ops lpc32xx_hsuart_ops = {
H A Darm_dcc.c143 static const struct dm_serial_ops arm_dcc_ops = {
H A Dserial_arc.c100 static const struct dm_serial_ops arc_serial_ops = {
H A Dserial_stm32.c104 static const struct dm_serial_ops stm32_serial_ops = {
H A Dserial_xuartlite.c95 static const struct dm_serial_ops uartlite_serial_ops = {
H A Daltera_jtag_uart.c107 static const struct dm_serial_ops altera_jtaguart_ops = {
H A Dserial_efi.c137 static const struct dm_serial_ops serial_efi_ops = {
H A Dsandbox.c169 static const struct dm_serial_ops sandbox_serial_ops = {
H A Dserial_mvebu_a3700.c113 static const struct dm_serial_ops mvebu_serial_ops = {
H A Dserial_uniphier.c125 static const struct dm_serial_ops uniphier_serial_ops = {
H A Daltera_uart.c101 static const struct dm_serial_ops altera_uart_ops = {
H A Dserial_meson.c120 static const struct dm_serial_ops meson_serial_ops = {
H A Dserial_stm32x7.c133 static const struct dm_serial_ops stm32_serial_ops = {
H A Dserial_sti_asc.c190 static const struct dm_serial_ops sti_asc_serial_ops = {
H A Dserial_bcm283x_mu.c144 static const struct dm_serial_ops bcm283x_mu_serial_ops = {
H A Dserial_pic32.c162 static const struct dm_serial_ops pic32_uart_ops = {
H A Dserial_s5p.c195 static const struct dm_serial_ops s5p_serial_ops = {
H A Dserial_linflexuart.c185 static const struct dm_serial_ops linflex_serial_ops = {
H A Dserial_zynq.c187 static const struct dm_serial_ops zynq_serial_ops = {
H A Dserial_msm.c141 static const struct dm_serial_ops msm_serial_ops = {
H A Dmcfuart.c216 static const struct dm_serial_ops coldfire_serial_ops = {
H A Dserial_ar933x.c174 static const struct dm_serial_ops ar933x_serial_ops = {
/OK3568_Linux_fs/u-boot/include/
H A Dserial.h76 struct dm_serial_ops { struct
166 #define serial_get_ops(dev) ((struct dm_serial_ops *)(dev)->driver->ops) argument
H A Dns16550.h248 extern const struct dm_serial_ops ns16550_serial_ops;

12