Searched refs:serialize (Results 1 – 22 of 22) sorted by relevance
56 struct mutex serialize; member206 mutex_lock(&tu->serialize); in tahvo_usb_set_host()212 mutex_unlock(&tu->serialize); in tahvo_usb_set_host()223 mutex_unlock(&tu->serialize); in tahvo_usb_set_host()236 mutex_lock(&tu->serialize); in tahvo_usb_set_peripheral()242 mutex_unlock(&tu->serialize); in tahvo_usb_set_peripheral()250 mutex_unlock(&tu->serialize); in tahvo_usb_set_peripheral()259 mutex_lock(&tu->serialize); in tahvo_usb_vbus_interrupt()261 mutex_unlock(&tu->serialize); in tahvo_usb_vbus_interrupt()288 mutex_lock(&tu->serialize); in otg_mode_store()[all …]
1 .serialize.data2 .serialize.instruction
46 $CC -c $dir/check-serialize.S -o $out 2>/dev/null
128 # define dv_serialize_data .serialize.data129 # define dv_serialize_instruction .serialize.instruction
805 mutex_lock(&instance->serialize); /* vs self, usbatm_atm_close, usbatm_usb_disconnect */ in usbatm_atm_open()849 mutex_unlock(&instance->serialize); in usbatm_atm_open()857 mutex_unlock(&instance->serialize); in usbatm_atm_open()871 mutex_lock(&instance->serialize); /* vs self, usbatm_atm_open, usbatm_usb_disconnect */ in usbatm_atm_close()894 mutex_unlock(&instance->serialize); in usbatm_atm_close()980 mutex_lock(&instance->serialize); in usbatm_do_heavy_init()982 mutex_unlock(&instance->serialize); in usbatm_do_heavy_init()1077 mutex_init(&instance->serialize); in usbatm_usb_probe()1235 mutex_lock(&instance->serialize); in usbatm_usb_disconnect()1239 mutex_unlock(&instance->serialize); in usbatm_usb_disconnect()[all …]
157 struct mutex serialize; member
33 jmp 1f # Short jump to serialize on 386/486
39 Note that the rpc server requires the caller to serialize addition and
129 if (job->serialize) { in channel_submit()
234 bool serialize; member
9 With split page table lock we have separate per-table lock to serialize
385 refcount without race conditions, put_page has to serialize against
51 without already holding a valid pointer, it must serialize access
263 be worked around by specifying the `serialize' option when267 about the `serialize' option and the CMD640B.
35 *** Use of the "serialize" option is no longer necessary.
60 * when the `serialize' option is used.
123 * Ver 1.4 Mar 13 96 Fixed serialize support.
348 job->serialize = true; in tegra_drm_submit()
292 parallel, driver must serialize (for now), and
313 serialize access to resources for devices. The only way to make wakeups
454 Any access to the reader will need to take some sort of lock to serialize
716 this pointer, then that will be used by unlocked_ioctl to serialize all ioctls.720 of video_device->lock to serialize all queuing ioctls (see the previous section