Searched refs:id_header (Results 1 – 5 of 5) sorted by relevance
103 u32 id_header; member
83 ptype = product_type_ufp[PD_IDH_PTYPE(id->id_header)]; in get_pd_product_type()85 ptype = product_type_dfp[PD_IDH_DFP_PTYPE(id->id_header)]; in get_pd_product_type()88 ptype = product_type_cable[PD_IDH_PTYPE(id->id_header)]; in get_pd_product_type()103 return sprintf(buf, "0x%08x\n", id->id_header); in id_header_show()105 static DEVICE_ATTR_RO(id_header);
732 id->id_header = disc->discovery_vdo[0]; in cros_typec_parse_pd_identity()785 c_desc.active = PD_IDH_PTYPE(port->c_identity.id_header) == IDH_PTYPE_ACABLE; in cros_typec_handle_sop_prime_disc()
283 What: /sys/class/typec/<port>-{partner|cable}/identity/id_header
1462 port->partner_ident.id_header = vdo; in svdm_consume_identity()1552 #define supports_modal(port) PD_IDH_MODAL_SUPP((port)->partner_ident.id_header)