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.c931 struct ucsi_cable_property cable_prop; in ucsi_register_cable() local
938 ret = ucsi_send_command(con->ucsi, command, &cable_prop, sizeof(cable_prop)); in ucsi_register_cable()
944 switch (UCSI_CABLE_PROP_FLAG_PLUG_TYPE(cable_prop.flags)) { in ucsi_register_cable()
961 desc.active = !!(UCSI_CABLE_PROP_FLAG_ACTIVE_CABLE & cable_prop.flags); in ucsi_register_cable()
964 desc.pd_revision = UCSI_CABLE_PROP_FLAG_PD_MAJOR_REV_AS_BCD(cable_prop.flags); in ucsi_register_cable()