Searched defs:cros_typec_port (Results 1 – 2 of 2) sorted by relevance
45 struct cros_typec_port { struct46 struct typec_port *port;47 int port_num;49 struct typec_capability caps;50 struct typec_partner *partner;51 struct typec_cable *cable;53 struct typec_plug *plug;55 struct usb_pd_identity p_identity;57 struct usb_pd_identity c_identity;58 struct typec_switch *ori_sw;[all …]
22 struct cros_typec_port { struct33 struct cros_typec_port *ports[EC_USB_PD_MAX_PORTS]; argument