Home
last modified time | relevance | path

Searched refs:serialize (Results 1 – 24 of 24) sorted by relevance

/linux-4.4.14/drivers/usb/phy/
Dphy-tahvo.c56 struct mutex serialize; member
207 mutex_lock(&tu->serialize); in tahvo_usb_set_host()
213 mutex_unlock(&tu->serialize); in tahvo_usb_set_host()
224 mutex_unlock(&tu->serialize); in tahvo_usb_set_host()
237 mutex_lock(&tu->serialize); in tahvo_usb_set_peripheral()
243 mutex_unlock(&tu->serialize); in tahvo_usb_set_peripheral()
251 mutex_unlock(&tu->serialize); in tahvo_usb_set_peripheral()
260 mutex_lock(&tu->serialize); in tahvo_usb_vbus_interrupt()
262 mutex_unlock(&tu->serialize); in tahvo_usb_vbus_interrupt()
289 mutex_lock(&tu->serialize); in otg_mode_store()
[all …]
/linux-4.4.14/arch/ia64/scripts/
Dcheck-serialize.S1 .serialize.data
2 .serialize.instruction
Dtoolchain-flags46 $CC -c $dir/check-serialize.S -o $out 2>/dev/null
/linux-4.4.14/arch/ia64/include/asm/
Dasmmacro.h128 # define dv_serialize_data .serialize.data
129 # define dv_serialize_instruction .serialize.instruction
/linux-4.4.14/drivers/usb/atm/
Dusbatm.c806 mutex_lock(&instance->serialize); /* vs self, usbatm_atm_close, usbatm_usb_disconnect */ in usbatm_atm_open()
851 mutex_unlock(&instance->serialize); in usbatm_atm_open()
859 mutex_unlock(&instance->serialize); in usbatm_atm_open()
873 mutex_lock(&instance->serialize); /* vs self, usbatm_atm_open, usbatm_usb_disconnect */ in usbatm_atm_close()
896 mutex_unlock(&instance->serialize); in usbatm_atm_close()
982 mutex_lock(&instance->serialize); in usbatm_do_heavy_init()
984 mutex_unlock(&instance->serialize); in usbatm_do_heavy_init()
1079 mutex_init(&instance->serialize); in usbatm_usb_probe()
1237 mutex_lock(&instance->serialize); in usbatm_usb_disconnect()
1241 mutex_unlock(&instance->serialize); in usbatm_usb_disconnect()
[all …]
Dusbatm.h157 struct mutex serialize; member
/linux-4.4.14/arch/x86/boot/
Dpmjump.S33 jmp 1f # Short jump to serialize on 386/486
/linux-4.4.14/drivers/staging/fsl-mc/
DTODO16 are needed by drivers to serialize commands sent to the MC, including
/linux-4.4.14/Documentation/filesystems/nfs/
Dnfsd-admin-interfaces.txt39 Note that the rpc server requires the caller to serialize addition and
/linux-4.4.14/drivers/gpu/host1x/hw/
Dchannel_hw.c129 if (job->serialize) { in channel_submit()
/linux-4.4.14/include/linux/
Dhost1x.h234 bool serialize; member
/linux-4.4.14/Documentation/vm/
Dsplit_page_table_lock9 With split page table lock we have separate per-table lock to serialize
Dtranshuge.txt395 refcount without race conditions, put_page has to serialize against
Dunevictable-lru.txt545 to the page lock, and the rmap lock): to serialize against concurrent mlock or
/linux-4.4.14/Documentation/
Dkref.txt51 without already holding a valid pointer, it must serialize access
/linux-4.4.14/Documentation/cdrom/
Dide-cd263 be worked around by specifying the `serialize' option when
267 about the `serialize' option and the CMD640B.
/linux-4.4.14/Documentation/ide/
Dide.txt35 *** Use of the "serialize" option is no longer necessary.
DChangeLog.ide-cd.1994-200460 * when the `serialize' option is used.
DChangeLog.ide-tape.1995-2002123 * Ver 1.4 Mar 13 96 Fixed serialize support.
/linux-4.4.14/drivers/gpu/drm/tegra/
Ddrm.c357 job->serialize = true; in tegra_drm_submit()
/linux-4.4.14/Documentation/serial/
Dtty.txt307 parallel, driver must serialize (for now), and
/linux-4.4.14/Documentation/locking/
Dww-mutex-design.txt313 serialize access to resources for devices. The only way to make wakeups
/linux-4.4.14/Documentation/trace/
Dring-buffer-design.txt454 Any access to the reader will need to take some sort of lock to serialize
/linux-4.4.14/Documentation/video4linux/
Dv4l2-framework.txt716 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