Searched defs:serdev_controller_ops (Results 1 – 6 of 6) sorted by relevance
| /external/bcc/libbpf-tools/x86/ |
| D | vmlinux_518.h | 92887 struct serdev_controller_ops { struct 92888 int (*write_buf)(struct serdev_controller *, const unsigned char *, size_t); 92889 void (*write_flush)(struct serdev_controller *); 92890 int (*write_room)(struct serdev_controller *); 92891 int (*open)(struct serdev_controller *); 92892 void (*close)(struct serdev_controller *); 92893 void (*set_flow_control)(struct serdev_controller *, bool); 92894 int (*set_parity)(struct serdev_controller *, enum serdev_parity); 92895 unsigned int (*set_baudrate)(struct serdev_controller *, unsigned int); 92896 void (*wait_until_sent)(struct serdev_controller *, long int); [all …]
|
| D | vmlinux.h | 92887 struct serdev_controller_ops { struct 92888 int (*write_buf)(struct serdev_controller *, const unsigned char *, size_t); 92889 void (*write_flush)(struct serdev_controller *); 92890 int (*write_room)(struct serdev_controller *); 92891 int (*open)(struct serdev_controller *); 92892 void (*close)(struct serdev_controller *); 92893 void (*set_flow_control)(struct serdev_controller *, bool); 92894 int (*set_parity)(struct serdev_controller *, enum serdev_parity); 92895 unsigned int (*set_baudrate)(struct serdev_controller *, unsigned int); 92896 void (*wait_until_sent)(struct serdev_controller *, long int); [all …]
|
| /external/bcc/libbpf-tools/arm64/ |
| D | vmlinux.h | 127722 struct serdev_controller_ops { struct 127723 int (*write_buf)(struct serdev_controller *, const unsigned char *, size_t); 127724 void (*write_flush)(struct serdev_controller *); 127725 int (*write_room)(struct serdev_controller *); 127726 int (*open)(struct serdev_controller *); 127727 void (*close)(struct serdev_controller *); 127728 void (*set_flow_control)(struct serdev_controller *, bool); 127729 int (*set_parity)(struct serdev_controller *, enum serdev_parity); 127730 unsigned int (*set_baudrate)(struct serdev_controller *, unsigned int); 127731 void (*wait_until_sent)(struct serdev_controller *, long int); [all …]
|
| D | vmlinux_608.h | 127722 struct serdev_controller_ops { struct 127723 int (*write_buf)(struct serdev_controller *, const unsigned char *, size_t); 127724 void (*write_flush)(struct serdev_controller *); 127725 int (*write_room)(struct serdev_controller *); 127726 int (*open)(struct serdev_controller *); 127727 void (*close)(struct serdev_controller *); 127728 void (*set_flow_control)(struct serdev_controller *, bool); 127729 int (*set_parity)(struct serdev_controller *, enum serdev_parity); 127730 unsigned int (*set_baudrate)(struct serdev_controller *, unsigned int); 127731 void (*wait_until_sent)(struct serdev_controller *, long int); [all …]
|
| /external/bcc/libbpf-tools/riscv/ |
| D | vmlinux.h | 82797 struct serdev_controller_ops { struct 82798 int (*write_buf)(struct serdev_controller *, const unsigned char *, size_t); 82799 void (*write_flush)(struct serdev_controller *); 82800 int (*write_room)(struct serdev_controller *); 82801 int (*open)(struct serdev_controller *); 82802 void (*close)(struct serdev_controller *); 82803 void (*set_flow_control)(struct serdev_controller *, bool); 82804 int (*set_parity)(struct serdev_controller *, enum serdev_parity); 82805 unsigned int (*set_baudrate)(struct serdev_controller *, unsigned int); 82806 void (*wait_until_sent)(struct serdev_controller *, long int); [all …]
|
| D | vmlinux_602.h | 82797 struct serdev_controller_ops { struct 82798 int (*write_buf)(struct serdev_controller *, const unsigned char *, size_t); 82799 void (*write_flush)(struct serdev_controller *); 82800 int (*write_room)(struct serdev_controller *); 82801 int (*open)(struct serdev_controller *); 82802 void (*close)(struct serdev_controller *); 82803 void (*set_flow_control)(struct serdev_controller *, bool); 82804 int (*set_parity)(struct serdev_controller *, enum serdev_parity); 82805 unsigned int (*set_baudrate)(struct serdev_controller *, unsigned int); 82806 void (*wait_until_sent)(struct serdev_controller *, long int); [all …]
|