Searched refs:serdev_controller (Results 1 – 2 of 2) sorted by relevance
84996 struct serdev_controller;85003 struct serdev_controller *ctrl;85011 struct serdev_controller { struct85019 int (*write_buf)(struct serdev_controller *, const unsigned char *, size_t); argument85020 void (*write_flush)(struct serdev_controller *);85021 int (*write_room)(struct serdev_controller *);85022 int (*open)(struct serdev_controller *);85023 void (*close)(struct serdev_controller *);85024 void (*set_flow_control)(struct serdev_controller *, bool);85025 int (*set_parity)(struct serdev_controller *, enum serdev_parity);[all …]
75326 struct serdev_controller;75333 struct serdev_controller *ctrl;75341 struct serdev_controller { struct75349 int (*write_buf)(struct serdev_controller *, const unsigned char *, size_t); argument75350 void (*write_flush)(struct serdev_controller *);75351 int (*write_room)(struct serdev_controller *);75352 int (*open)(struct serdev_controller *);75353 void (*close)(struct serdev_controller *);75354 void (*set_flow_control)(struct serdev_controller *, bool);75355 int (*set_parity)(struct serdev_controller *, enum serdev_parity);[all …]