Home
last modified time | relevance | path

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

/u-boot/include/
A Dserial.h165 struct dm_serial_ops { struct
178 int (*setbrg)(struct udevice *dev, int baudrate);
188 int (*getc)(struct udevice *dev);
196 int (*putc)(struct udevice *dev, const char ch);
211 int (*pending)(struct udevice *dev, bool input);
225 int (*clear)(struct udevice *dev);
233 int (*loop)(struct udevice *dev, int on);
246 int (*getconfig)(struct udevice *dev, uint *serial_config);
257 int (*setconfig)(struct udevice *dev, uint serial_config);
286 #define serial_get_ops(dev) ((struct dm_serial_ops *)(dev)->driver->ops) argument

Completed in 3 milliseconds