Searched defs:serdev_controller_ops (Results 1 – 2 of 2) sorted by relevance
| /system/bpf/include/vmlinux/android15_6.6/arm64/ |
| D | vmlinux.h | 75348 struct serdev_controller_ops { struct 75349 int (*write_buf)(struct serdev_controller *, const unsigned char *, size_t); 75350 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); 75356 unsigned int (*set_baudrate)(struct serdev_controller *, unsigned int); 75357 void (*wait_until_sent)(struct serdev_controller *, long); [all …]
|
| /system/bpf/include/vmlinux/android15_6.6/x86_64/ |
| D | vmlinux.h | 85018 struct serdev_controller_ops { struct 85019 int (*write_buf)(struct serdev_controller *, const unsigned char *, size_t); 85020 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); 85026 unsigned int (*set_baudrate)(struct serdev_controller *, unsigned int); 85027 void (*wait_until_sent)(struct serdev_controller *, long); [all …]
|