Home
last modified time | relevance | path

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

/system/bpf/include/vmlinux/android15_6.6/arm64/
Dvmlinux.h98428 struct typec_operations { struct
98429 int (*try_role)(struct typec_port *, int);
98430 int (*dr_set)(struct typec_port *, enum typec_data_role);
98431 int (*pr_set)(struct typec_port *, enum typec_role);
98432 int (*vconn_set)(struct typec_port *, enum typec_role);
98433 int (*port_type_set)(struct typec_port *, enum typec_port_type);
98434 struct usb_power_delivery ** (*pd_get)(struct typec_port *);
98435 int (*pd_set)(struct typec_port *, struct usb_power_delivery *);
98436 u64 android_kabi_reserved1;
98437 u64 android_kabi_reserved2;
/system/bpf/include/vmlinux/android15_6.6/x86_64/
Dvmlinux.h108124 struct typec_operations { struct
108125 int (*try_role)(struct typec_port *, int);
108126 int (*dr_set)(struct typec_port *, enum typec_data_role);
108127 int (*pr_set)(struct typec_port *, enum typec_role);
108128 int (*vconn_set)(struct typec_port *, enum typec_role);
108129 int (*port_type_set)(struct typec_port *, enum typec_port_type);
108130 struct usb_power_delivery ** (*pd_get)(struct typec_port *);
108131 int (*pd_set)(struct typec_port *, struct usb_power_delivery *);
108132 u64 android_kabi_reserved1;
108133 u64 android_kabi_reserved2;