Home
last modified time | relevance | path

Searched refs:ucsi_con_mutex_lock (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/usb/typec/ucsi/
H A Dthunderbolt.c89 if (!ucsi_con_mutex_lock(con)) in ucsi_thunderbolt_enter()
122 if (!ucsi_con_mutex_lock(tbt->con)) in ucsi_thunderbolt_exit()
140 if (!ucsi_con_mutex_lock(tbt->con)) in ucsi_thunderbolt_vdm()
H A Ddisplayport.c57 if (!ucsi_con_mutex_lock(dp->con)) in ucsi_displayport_enter()
116 if (!ucsi_con_mutex_lock(dp->con)) in ucsi_displayport_exit()
207 if (!ucsi_con_mutex_lock(dp->con)) in ucsi_displayport_vdm()
H A Ducsi.h103 bool ucsi_con_mutex_lock(struct ucsi_connector *con);
H A Ducsi.c2009 bool ucsi_con_mutex_lock(struct ucsi_connector *con) in ucsi_con_mutex_lock() function