Home
last modified time | relevance | path

Searched defs:hv_ops (Results 1 – 5 of 5) sorted by relevance

/external/libbpf/.github/actions/build-selftests/
Dvmlinux.h65816 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/
Dvmlinux_510.h96335 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);
Dvmlinux.h96335 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/
Dvmlinux.h79151 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);
Dvmlinux_510.h79151 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);