/linux-4.4.14/drivers/usb/phy/ |
D | phy-tahvo.c | 56 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/ |
D | check-serialize.S | 1 .serialize.data 2 .serialize.instruction
|
D | toolchain-flags | 46 $CC -c $dir/check-serialize.S -o $out 2>/dev/null
|
/linux-4.4.14/arch/ia64/include/asm/ |
D | asmmacro.h | 128 # define dv_serialize_data .serialize.data 129 # define dv_serialize_instruction .serialize.instruction
|
/linux-4.4.14/drivers/usb/atm/ |
D | usbatm.c | 806 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 …]
|
D | usbatm.h | 157 struct mutex serialize; member
|
/linux-4.4.14/arch/x86/boot/ |
D | pmjump.S | 33 jmp 1f # Short jump to serialize on 386/486
|
/linux-4.4.14/drivers/staging/fsl-mc/ |
D | TODO | 16 are needed by drivers to serialize commands sent to the MC, including
|
/linux-4.4.14/Documentation/filesystems/nfs/ |
D | nfsd-admin-interfaces.txt | 39 Note that the rpc server requires the caller to serialize addition and
|
/linux-4.4.14/drivers/gpu/host1x/hw/ |
D | channel_hw.c | 129 if (job->serialize) { in channel_submit()
|
/linux-4.4.14/include/linux/ |
D | host1x.h | 234 bool serialize; member
|
/linux-4.4.14/Documentation/vm/ |
D | split_page_table_lock | 9 With split page table lock we have separate per-table lock to serialize
|
D | transhuge.txt | 395 refcount without race conditions, put_page has to serialize against
|
D | unevictable-lru.txt | 545 to the page lock, and the rmap lock): to serialize against concurrent mlock or
|
/linux-4.4.14/Documentation/ |
D | kref.txt | 51 without already holding a valid pointer, it must serialize access
|
/linux-4.4.14/Documentation/cdrom/ |
D | ide-cd | 263 be worked around by specifying the `serialize' option when 267 about the `serialize' option and the CMD640B.
|
/linux-4.4.14/Documentation/ide/ |
D | ide.txt | 35 *** Use of the "serialize" option is no longer necessary.
|
D | ChangeLog.ide-cd.1994-2004 | 60 * when the `serialize' option is used.
|
D | ChangeLog.ide-tape.1995-2002 | 123 * Ver 1.4 Mar 13 96 Fixed serialize support.
|
/linux-4.4.14/drivers/gpu/drm/tegra/ |
D | drm.c | 357 job->serialize = true; in tegra_drm_submit()
|
/linux-4.4.14/Documentation/serial/ |
D | tty.txt | 307 parallel, driver must serialize (for now), and
|
/linux-4.4.14/Documentation/locking/ |
D | ww-mutex-design.txt | 313 serialize access to resources for devices. The only way to make wakeups
|
/linux-4.4.14/Documentation/trace/ |
D | ring-buffer-design.txt | 454 Any access to the reader will need to take some sort of lock to serialize
|
/linux-4.4.14/Documentation/video4linux/ |
D | v4l2-framework.txt | 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
|