Searched defs:mode_selection (Results 1 – 2 of 2) sorted by relevance
39 struct mode_selection { struct40 struct list_head mode_list;42 struct mutex lock;43 struct delayed_work work;44 struct typec_partner *partner;45 u16 active_svid;46 unsigned int timeout;47 unsigned int delay;
43 bool mode_selection; member