Home
last modified time | relevance | path

Searched refs:IDH_PTYPE_ACABLE (Results 1 – 4 of 4) sorted by relevance

/linux/include/dt-bindings/usb/
H A Dpd.h123 #define IDH_PTYPE_ACABLE 4 macro
/linux/drivers/usb/typec/
H A Dclass.c57 [IDH_PTYPE_ACABLE] = "active",
94 product_type_cable[IDH_PTYPE_ACABLE] : in get_pd_product_type()
/linux/drivers/platform/chrome/
H A Dcros_ec_typec.c1013 c_desc.active = PD_IDH_PTYPE(port->c_identity.id_header) == IDH_PTYPE_ACABLE; in cros_typec_handle_sop_prime_disc()
/linux/drivers/usb/typec/tcpm/
H A Dtcpm.c1731 port->cable_desc.active = PD_IDH_PTYPE(idh) == IDH_PTYPE_ACABLE ? 1 : 0; in svdm_consume_identity_sop_prime()