Home
last modified time | relevance | path

Searched defs:mode_selection (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/usb/typec/
H A Dmode_selection.c39 struct mode_selection { struct
40 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;
/linux/include/linux/usb/
H A Dtypec_altmode.h43 bool mode_selection; member