Home
last modified time | relevance | path

Searched refs:serdev_controller (Results 1 – 1 of 1) sorted by relevance

/include/linux/
Dserdev.h15 struct serdev_controller;
46 struct serdev_controller *ctrl;
85 ssize_t (*write_buf)(struct serdev_controller *, const u8 *, size_t);
86 void (*write_flush)(struct serdev_controller *);
87 int (*write_room)(struct serdev_controller *);
88 int (*open)(struct serdev_controller *);
89 void (*close)(struct serdev_controller *);
90 void (*set_flow_control)(struct serdev_controller *, bool);
91 int (*set_parity)(struct serdev_controller *, enum serdev_parity);
92 unsigned int (*set_baudrate)(struct serdev_controller *, unsigned int);
[all …]