Home
last modified time | relevance | path

Searched defs:cec_pin_ops (Results 1 – 2 of 2) sorted by relevance

/system/bpf/include/vmlinux/android15_6.6/arm64/
Dvmlinux.h102053 struct cec_pin_ops { struct
102054 int (*read)(struct cec_adapter *);
102055 void (*low)(struct cec_adapter *);
102056 void (*high)(struct cec_adapter *);
102057 bool (*enable_irq)(struct cec_adapter *);
102058 void (*disable_irq)(struct cec_adapter *);
102059 void (*free)(struct cec_adapter *);
102060 void (*status)(struct cec_adapter *, struct seq_file *);
102061 int (*read_hpd)(struct cec_adapter *);
102062 int (*read_5v)(struct cec_adapter *);
[all …]
/system/bpf/include/vmlinux/android15_6.6/x86_64/
Dvmlinux.h111929 struct cec_pin_ops { struct
111930 int (*read)(struct cec_adapter *);
111931 void (*low)(struct cec_adapter *);
111932 void (*high)(struct cec_adapter *);
111933 bool (*enable_irq)(struct cec_adapter *);
111934 void (*disable_irq)(struct cec_adapter *);
111935 void (*free)(struct cec_adapter *);
111936 void (*status)(struct cec_adapter *, struct seq_file *);
111937 int (*read_hpd)(struct cec_adapter *);
111938 int (*read_5v)(struct cec_adapter *);
[all …]