Searched defs:hv_ops (Results 1 – 1 of 1) sorted by relevance
| /third_party/libbpf/.github/actions/build-selftests/ |
| D | vmlinux.h | 65816 struct hv_ops { struct 65817 int (*get_chars)(uint32_t, char *, int); 65818 int (*put_chars)(uint32_t, const char *, int); 65819 int (*flush)(uint32_t, bool); 65820 int (*notifier_add)(struct hvc_struct *, int); 65821 void (*notifier_del)(struct hvc_struct *, int); 65822 void (*notifier_hangup)(struct hvc_struct *, int); 65823 int (*tiocmget)(struct hvc_struct *); 65824 int (*tiocmset)(struct hvc_struct *, unsigned int, unsigned int); 65825 void (*dtr_rts)(struct hvc_struct *, int);
|