Home
last modified time | relevance | path

Searched defs:dm_serial_ops (Results 1 – 1 of 1) sorted by relevance

/external/u-boot/include/
Dserial.h82 struct dm_serial_ops { struct
95 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