Lines Matching defs:dm_serial_ops
149 struct dm_serial_ops { struct
162 int (*setbrg)(struct udevice *dev, int baudrate);
172 int (*getc)(struct udevice *dev);
180 int (*putc)(struct udevice *dev, const char ch);
198 ssize_t (*puts)(struct udevice *dev, const char *s, size_t len);
213 int (*pending)(struct udevice *dev, bool input);
227 int (*clear)(struct udevice *dev);
235 int (*loop)(struct udevice *dev, int on);
248 int (*getconfig)(struct udevice *dev, uint *serial_config);
259 int (*setconfig)(struct udevice *dev, uint serial_config);
290 #define serial_get_ops(dev) ((struct dm_serial_ops *)(dev)->driver->ops) argument