Home
last modified time | relevance | path

Searched refs:id_header (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/u-boot/include/power/power_delivery/
H A Dtypec.h103 u32 id_header; member
/OK3568_Linux_fs/kernel/include/linux/usb/
H A Dtypec.h104 u32 id_header; member
/OK3568_Linux_fs/kernel/drivers/usb/typec/
H A Dclass.c143 ptype = product_type_ufp[PD_IDH_PTYPE(id->id_header)]; in get_pd_product_type()
145 ptype = product_type_dfp[PD_IDH_DFP_PTYPE(id->id_header)]; in get_pd_product_type()
148 ptype = product_type_cable[PD_IDH_PTYPE(id->id_header)]; in get_pd_product_type()
163 return sprintf(buf, "0x%08x\n", id->id_header); in id_header_show()
165 static DEVICE_ATTR_RO(id_header);
/OK3568_Linux_fs/kernel/Documentation/ABI/testing/
H A Dsysfs-class-typec283 What: /sys/class/typec/<port>-{partner|cable}/identity/id_header
/OK3568_Linux_fs/kernel/drivers/usb/typec/tcpm/
H A Dtcpm.c1490 port->partner_ident.id_header = vdo; in svdm_consume_identity()
1594 #define supports_modal(port) PD_IDH_MODAL_SUPP((port)->partner_ident.id_header)