Home
last modified time | relevance | path

Searched refs:c_identity (Results 1 – 2 of 2) sorted by relevance

/drivers/platform/chrome/
A Dcros_ec_typec.c361 memset(&port->c_identity, 0, sizeof(port->c_identity)); in cros_typec_remove_cable()
686 } else if (PD_IDH_PTYPE(port->c_identity.id_header) == IDH_PTYPE_PCABLE) { in cros_typec_enable_dp()
687 dp_data.conf |= VDO_TYPEC_CABLE_SPEED(port->c_identity.vdo[0]) << in cros_typec_enable_dp()
993 cros_typec_parse_pd_identity(&port->c_identity, disc); in cros_typec_handle_sop_prime_disc()
996 cable_plug_type = VDO_TYPEC_CABLE_TYPE(port->c_identity.vdo[0]); in cros_typec_handle_sop_prime_disc()
1013 c_desc.active = PD_IDH_PTYPE(port->c_identity.id_header) == IDH_PTYPE_ACABLE; in cros_typec_handle_sop_prime_disc()
1016 c_desc.identity = &port->c_identity; in cros_typec_handle_sop_prime_disc()
A Dcros_ec_typec.h59 struct usb_pd_identity c_identity; member

Completed in 7 milliseconds