Home
last modified time | relevance | path

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

/openbmc/linux/drivers/platform/chrome/
H A Dcros_ec_typec.h45 struct cros_typec_port { struct
46 struct typec_port *port;
47 int port_num;
51 struct typec_cable *cable;
53 struct typec_plug *plug;
58 struct typec_switch *ori_sw;
59 struct typec_mux *mux;
65 uint8_t mux_flags;
66 uint8_t role;
71 bool sop_disc_done;
[all …]
H A Dcros_typec_switch.c22 struct cros_typec_port { struct
33 struct cros_typec_port *ports[EC_USB_PD_MAX_PORTS]; argument