Home
last modified time | relevance | path

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

/developtools/profiler/hiebpf/include/
Dvmlinux.h114008 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);
[all …]