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;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 …]
22 struct cros_typec_port { struct33 struct cros_typec_port *ports[EC_USB_PD_MAX_PORTS]; argument