Searched defs:hv_ops (Results 1 – 5 of 5) sorted by relevance
| /external/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);
|
| /external/bcc/libbpf-tools/powerpc/ |
| D | vmlinux_510.h | 96335 struct hv_ops { struct 96336 int (*get_chars)(uint32_t, char *, int); 96337 int (*put_chars)(uint32_t, const char *, int); 96338 int (*flush)(uint32_t, bool); 96339 int (*notifier_add)(struct hvc_struct *, int); 96340 void (*notifier_del)(struct hvc_struct *, int); 96341 void (*notifier_hangup)(struct hvc_struct *, int); 96342 int (*tiocmget)(struct hvc_struct *); 96343 int (*tiocmset)(struct hvc_struct *, unsigned int, unsigned int); 96344 void (*dtr_rts)(struct hvc_struct *, int);
|
| D | vmlinux.h | 96335 struct hv_ops { struct 96336 int (*get_chars)(uint32_t, char *, int); 96337 int (*put_chars)(uint32_t, const char *, int); 96338 int (*flush)(uint32_t, bool); 96339 int (*notifier_add)(struct hvc_struct *, int); 96340 void (*notifier_del)(struct hvc_struct *, int); 96341 void (*notifier_hangup)(struct hvc_struct *, int); 96342 int (*tiocmget)(struct hvc_struct *); 96343 int (*tiocmset)(struct hvc_struct *, unsigned int, unsigned int); 96344 void (*dtr_rts)(struct hvc_struct *, int);
|
| /external/bcc/libbpf-tools/arm64/ |
| D | vmlinux.h | 79151 struct hv_ops { struct 79152 int (*get_chars)(uint32_t, char *, int); 79153 int (*put_chars)(uint32_t, const char *, int); 79154 int (*flush)(uint32_t, bool); 79155 int (*notifier_add)(struct hvc_struct *, int); 79156 void (*notifier_del)(struct hvc_struct *, int); 79157 void (*notifier_hangup)(struct hvc_struct *, int); 79158 int (*tiocmget)(struct hvc_struct *); 79159 int (*tiocmset)(struct hvc_struct *, unsigned int, unsigned int); 79160 void (*dtr_rts)(struct hvc_struct *, int);
|
| D | vmlinux_510.h | 79151 struct hv_ops { struct 79152 int (*get_chars)(uint32_t, char *, int); 79153 int (*put_chars)(uint32_t, const char *, int); 79154 int (*flush)(uint32_t, bool); 79155 int (*notifier_add)(struct hvc_struct *, int); 79156 void (*notifier_del)(struct hvc_struct *, int); 79157 void (*notifier_hangup)(struct hvc_struct *, int); 79158 int (*tiocmget)(struct hvc_struct *); 79159 int (*tiocmset)(struct hvc_struct *, unsigned int, unsigned int); 79160 void (*dtr_rts)(struct hvc_struct *, int);
|