Searched refs:cable_prop (Results 1 – 1 of 1) sorted by relevance
916 struct ucsi_cable_property cable_prop; in ucsi_register_cable() local923 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()