Home
last modified time | relevance | path

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

/Linux-v6.6/include/linux/
Dserdev.h84 struct serdev_controller_ops { struct
85 int (*write_buf)(struct serdev_controller *, const unsigned char *, size_t);
86 void (*write_flush)(struct serdev_controller *);
110 const struct serdev_controller_ops *ops; argument