Lines Matching full:serialize
49 struct mutex serialize; member
198 mutex_lock(&tu->serialize); in tahvo_usb_set_host()
204 mutex_unlock(&tu->serialize); in tahvo_usb_set_host()
215 mutex_unlock(&tu->serialize); in tahvo_usb_set_host()
226 mutex_lock(&tu->serialize); in tahvo_usb_set_peripheral()
232 mutex_unlock(&tu->serialize); in tahvo_usb_set_peripheral()
240 mutex_unlock(&tu->serialize); in tahvo_usb_set_peripheral()
249 mutex_lock(&tu->serialize); in tahvo_usb_vbus_interrupt()
251 mutex_unlock(&tu->serialize); in tahvo_usb_vbus_interrupt()
278 mutex_lock(&tu->serialize); in otg_mode_store()
306 mutex_unlock(&tu->serialize); in otg_mode_store()
343 mutex_init(&tu->serialize); in tahvo_usb_probe()