Lines Matching defs:serdev_controller_ops
114008 struct serdev_controller_ops { struct
114009 int (*write_buf)(struct serdev_controller *, const unsigned char *, size_t);
114010 void (*write_flush)(struct serdev_controller *);
114011 int (*write_room)(struct serdev_controller *);
114012 int (*open)(struct serdev_controller *);
114013 void (*close)(struct serdev_controller *);
114014 void (*set_flow_control)(struct serdev_controller *, bool);
114015 int (*set_parity)(struct serdev_controller *, enum serdev_parity);
114016 unsigned int (*set_baudrate)(struct serdev_controller *, unsigned int);
114017 void (*wait_until_sent)(struct serdev_controller *, long int);
114018 int (*get_tiocm)(struct serdev_controller *);
114019 int (*set_tiocm)(struct serdev_controller *, unsigned int, unsigned int);