Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/platform/chrome/
Dcros_ec_typec.h45 struct cros_typec_port { struct
46 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 …]
Dcros_typec_switch.c22 struct cros_typec_port { struct
33 struct cros_typec_port *ports[EC_USB_PD_MAX_PORTS]; argument