Searched defs:serdev_controller_ops (Results 1 – 2 of 2) sorted by relevance
84 struct serdev_controller_ops { struct85 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
82 struct serdev_controller_ops { struct83 int (*write_buf)(struct serdev_controller *, const unsigned char *, size_t);107 const struct serdev_controller_ops *ops; argument