Searched defs:dm_serial_ops (Results 1 – 1 of 1) sorted by relevance
82 struct dm_serial_ops { struct95 int (*setbrg)(struct udevice *dev, int baudrate);105 int (*getc)(struct udevice *dev);113 int (*putc)(struct udevice *dev, const char ch);128 int (*pending)(struct udevice *dev, bool input);142 int (*clear)(struct udevice *dev);150 int (*loop)(struct udevice *dev, int on);182 #define serial_get_ops(dev) ((struct dm_serial_ops *)(dev)->driver->ops) argument