Home
last modified time | relevance | path

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

/system/bpf/include/vmlinux/android15_6.6/arm64/
Dvmlinux.h99026 struct tcpm_port { struct
99027 struct device *dev;
99028 struct mutex lock;
99029 struct kthread_worker *wq;
99030 struct typec_capability typec_caps;
99031 struct typec_port *typec_port;
99032 struct tcpc_dev *tcpc;
99033 struct usb_role_switch *role_sw;
99034 enum typec_role vconn_role;
99035 enum typec_role pwr_role;
[all …]
/system/bpf/include/vmlinux/android15_6.6/x86_64/
Dvmlinux.h108727 struct tcpm_port { struct
108728 struct device *dev;
108729 struct mutex lock;
108730 struct kthread_worker *wq;
108731 struct typec_capability typec_caps;
108732 struct typec_port *typec_port;
108733 struct tcpc_dev *tcpc;
108734 struct usb_role_switch *role_sw;
108735 enum typec_role vconn_role;
108736 enum typec_role pwr_role;
[all …]