Home
last modified time | relevance | path

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

12

/openbmc/u-boot/drivers/serial/
H A Dserial-uclass.c175 struct dm_serial_ops *ops = serial_get_ops(dev); in _serial_putc()
194 struct dm_serial_ops *ops = serial_get_ops(dev); in __serial_getc()
208 struct dm_serial_ops *ops = serial_get_ops(dev); in __serial_tstc()
287 struct dm_serial_ops *ops; in serial_setbrg()
299 struct dm_serial_ops *ops; in serial_getconfig()
310 struct dm_serial_ops *ops; in serial_setconfig()
321 struct dm_serial_ops *ops; in serial_getinfo()
428 struct dm_serial_ops *ops = serial_get_ops(dev); in serial_post_probe()
H A Dserial_nulldev.c41 const struct dm_serial_ops nulldev_serial_ops = {
H A Dserial_bcm283x_pl011.c73 static const struct dm_serial_ops bcm283x_pl011_serial_ops = {
H A Dlpc32xx_hsuart.c97 static const struct dm_serial_ops lpc32xx_hsuart_ops = {
H A Darm_dcc.c142 static const struct dm_serial_ops arm_dcc_ops = {
H A Dserial_owl.c115 static const struct dm_serial_ops owl_serial_ops = {
H A Dserial_xuartlite.c92 static const struct dm_serial_ops uartlite_serial_ops = {
H A Daltera_jtag_uart.c104 static const struct dm_serial_ops altera_jtaguart_ops = {
H A Dserial_efi.c136 static const struct dm_serial_ops serial_efi_ops = {
H A Dserial_mvebu_a3700.c112 static const struct dm_serial_ops mvebu_serial_ops = {
H A Daltera_uart.c100 static const struct dm_serial_ops altera_uart_ops = {
H A Dserial_arc.c100 static const struct dm_serial_ops arc_serial_ops = {
H A Dserial_meson.c117 static const struct dm_serial_ops meson_serial_ops = {
H A Dserial_sti_asc.c189 static const struct dm_serial_ops sti_asc_serial_ops = {
H A Dserial_uniphier.c159 static const struct dm_serial_ops uniphier_serial_ops = {
H A Dserial_bcm283x_mu.c133 static const struct dm_serial_ops bcm283x_mu_serial_ops = {
H A Dserial_pic32.c161 static const struct dm_serial_ops pic32_uart_ops = {
H A Dserial_s5p.c194 static const struct dm_serial_ops s5p_serial_ops = {
H A Dserial_linflexuart.c180 static const struct dm_serial_ops linflex_serial_ops = {
H A Dsandbox.c238 static const struct dm_serial_ops sandbox_serial_ops = {
H A Dserial_zynq.c191 static const struct dm_serial_ops zynq_serial_ops = {
H A Dserial_sifive.c195 static const struct dm_serial_ops sifive_serial_ops = {
H A Dmcfuart.c215 static const struct dm_serial_ops coldfire_serial_ops = {
/openbmc/u-boot/include/
H A Dserial.h160 struct dm_serial_ops { struct
281 #define serial_get_ops(dev) ((struct dm_serial_ops *)(dev)->driver->ops) argument
H A Dns16550.h250 extern const struct dm_serial_ops ns16550_serial_ops;

12