Searched defs:dm_serial_ops (Results 1 – 1 of 1) sorted by relevance
76 struct dm_serial_ops { struct89 int (*setbrg)(struct udevice *dev, int baudrate);99 int (*getc)(struct udevice *dev);107 int (*putc)(struct udevice *dev, const char ch);122 int (*pending)(struct udevice *dev, bool input);136 int (*clear)(struct udevice *dev);166 #define serial_get_ops(dev) ((struct dm_serial_ops *)(dev)->driver->ops) argument