Searched defs:ucsi_dp (Results 1 – 1 of 1) sorted by relevance
18 struct ucsi_dp { struct19 struct typec_displayport_data data;20 struct ucsi_connector *con;21 struct typec_altmode *alt;22 struct work_struct work;23 int offset;25 bool override;26 bool initialized;50 struct ucsi_dp *dp = typec_altmode_get_drvdata(alt); in ucsi_displayport_enter() argument