Home
last modified time | relevance | path

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

/linux-6.14.4/include/linux/
Dserdev.h84 struct serdev_controller_ops { struct
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 *);
112 const struct serdev_controller_ops *ops; argument