Searched defs:hv_ops (Results 1 – 1 of 1) sorted by relevance
| /developtools/profiler/hiebpf/include/ |
| D | vmlinux.h | 112931 struct hv_ops { struct 112932 int (*get_chars)(uint32_t, char *, int); 112933 int (*put_chars)(uint32_t, const char *, int); 112934 int (*flush)(uint32_t, bool); 112935 int (*notifier_add)(struct hvc_struct *, int); 112936 void (*notifier_del)(struct hvc_struct *, int); 112937 void (*notifier_hangup)(struct hvc_struct *, int); 112938 int (*tiocmget)(struct hvc_struct *); 112939 int (*tiocmset)(struct hvc_struct *, unsigned int, unsigned int); 112940 void (*dtr_rts)(struct hvc_struct *, int);
|