Home
last modified time | relevance | path

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

/linux/drivers/usb/typec/ucsi/
H A Ducsi.c916 struct ucsi_cable_property cable_prop; in ucsi_register_cable() local
923 ret = ucsi_send_command(con->ucsi, command, &cable_prop, sizeof(cable_prop)); in ucsi_register_cable()
929 switch (UCSI_CABLE_PROP_FLAG_PLUG_TYPE(cable_prop.flags)) { in ucsi_register_cable()
946 desc.active = !!(UCSI_CABLE_PROP_FLAG_ACTIVE_CABLE & cable_prop.flags); in ucsi_register_cable()
949 desc.pd_revision = UCSI_CABLE_PROP_FLAG_PD_MAJOR_REV_AS_BCD(cable_prop.flags); in ucsi_register_cable()