Searched refs:c_identity (Results 1 – 2 of 2) sorted by relevance
57 struct usb_pd_identity c_identity; member
250 memset(&port->c_identity, 0, sizeof(port->c_identity)); in cros_typec_remove_cable()569 } else if (PD_IDH_PTYPE(port->c_identity.id_header) == IDH_PTYPE_PCABLE) { in cros_typec_enable_dp()570 dp_data.conf |= VDO_TYPEC_CABLE_SPEED(port->c_identity.vdo[0]) << in cros_typec_enable_dp()863 cros_typec_parse_pd_identity(&port->c_identity, disc); in cros_typec_handle_sop_prime_disc()866 cable_plug_type = VDO_TYPEC_CABLE_TYPE(port->c_identity.vdo[0]); in cros_typec_handle_sop_prime_disc()883 c_desc.active = PD_IDH_PTYPE(port->c_identity.id_header) == IDH_PTYPE_ACABLE; in cros_typec_handle_sop_prime_disc()886 c_desc.identity = &port->c_identity; in cros_typec_handle_sop_prime_disc()
Completed in 8 milliseconds