Searched refs:output_lock (Results 1 - 14 of 14) sorted by relevance

/linux-master/drivers/video/fbdev/omap2/omapfb/dss/
H A Doutput.c18 static DEFINE_MUTEX(output_lock);
25 mutex_lock(&output_lock);
43 mutex_unlock(&output_lock);
47 mutex_unlock(&output_lock);
57 mutex_lock(&output_lock);
75 mutex_unlock(&output_lock);
79 mutex_unlock(&output_lock);
/linux-master/sound/pci/ca0106/
H A Dca_midi.h27 spinlock_t output_lock; member in struct:snd_ca_midi
H A Dca_midi.c62 spin_lock(&midi->output_lock);
71 spin_unlock(&midi->output_lock);
217 spin_lock_irqsave(&midi->output_lock, flags);
225 spin_unlock_irqrestore(&midi->output_lock, flags);
235 spin_unlock_irqrestore(&midi->output_lock, flags);
288 spin_lock_init(&midi->output_lock);
/linux-master/drivers/media/platform/qcom/camss/
H A Dcamss-vfe-gen1.c45 spin_lock_irqsave(&vfe->output_lock, flags);
48 spin_unlock_irqrestore(&vfe->output_lock, flags);
54 spin_lock_irqsave(&vfe->output_lock, flags);
60 spin_unlock_irqrestore(&vfe->output_lock, flags);
66 spin_lock_irqsave(&vfe->output_lock, flags);
73 spin_unlock_irqrestore(&vfe->output_lock, flags);
86 spin_unlock_irqrestore(&vfe->output_lock, flags);
193 spin_lock_irqsave(&vfe->output_lock, flags);
199 spin_unlock_irqrestore(&vfe->output_lock, flags);
275 spin_unlock_irqrestore(&vfe->output_lock, flag
[all...]
H A Dcamss-vfe-170.c409 spin_lock_irqsave(&vfe->output_lock, flags);
428 spin_unlock_irqrestore(&vfe->output_lock, flags);
436 spin_unlock_irqrestore(&vfe->output_lock, flags);
461 spin_lock_irqsave(&vfe->output_lock, flags);
468 spin_unlock_irqrestore(&vfe->output_lock, flags);
492 spin_unlock_irqrestore(&vfe->output_lock, flags);
562 spin_lock_irqsave(&vfe->output_lock, flags);
572 spin_unlock_irqrestore(&vfe->output_lock, flags);
589 spin_lock_irqsave(&vfe->output_lock, flags);
620 spin_unlock_irqrestore(&vfe->output_lock, flag
[all...]
H A Dcamss-vfe-480.c254 spin_lock_irqsave(&vfe->output_lock, flags);
273 spin_unlock_irqrestore(&vfe->output_lock, flags);
278 spin_unlock_irqrestore(&vfe->output_lock, flags);
291 spin_lock_irqsave(&vfe->output_lock, flags);
298 spin_unlock_irqrestore(&vfe->output_lock, flags);
322 spin_unlock_irqrestore(&vfe->output_lock, flags);
384 spin_lock_irqsave(&vfe->output_lock, flags);
394 spin_unlock_irqrestore(&vfe->output_lock, flags);
411 spin_lock_irqsave(&vfe->output_lock, flags);
442 spin_unlock_irqrestore(&vfe->output_lock, flag
[all...]
H A Dcamss-vfe.h143 spinlock_t output_lock; member in struct:vfe_device
H A Dcamss-vfe.c403 spin_lock_irqsave(&vfe->output_lock, flags);
410 spin_unlock_irqrestore(&vfe->output_lock, flags);
421 spin_lock_irqsave(&vfe->output_lock, flags);
425 spin_unlock_irqrestore(&vfe->output_lock, flags);
775 spin_lock_irqsave(&vfe->output_lock, flags);
790 spin_unlock_irqrestore(&vfe->output_lock, flags);
1484 spin_lock_init(&vfe->output_lock);
/linux-master/sound/pci/emu10k1/
H A Demumpu401.c83 spin_lock(&midi->output_lock);
92 spin_unlock(&midi->output_lock);
264 spin_lock_irq(&midi->output_lock);
270 spin_unlock_irq(&midi->output_lock);
279 spin_unlock_irq(&midi->output_lock);
322 spin_lock_init(&midi->output_lock);
H A Demu10k1x.c205 spinlock_t output_lock; member in struct:emu10k1x_midi
1220 spin_lock(&midi->output_lock);
1229 spin_unlock(&midi->output_lock);
1403 spin_lock_irqsave(&midi->output_lock, flags);
1409 spin_unlock_irqrestore(&midi->output_lock, flags);
1418 spin_unlock_irqrestore(&midi->output_lock, flags);
1463 spin_lock_init(&midi->output_lock);
/linux-master/include/sound/
H A Dmpu401.h79 spinlock_t output_lock; member in struct:snd_mpu401
H A Demu10k1.h1617 spinlock_t output_lock; member in struct:snd_emu10k1_midi
/linux-master/sound/drivers/mpu401/
H A Dmpu401_uart.c87 spin_lock_irqsave(&mpu->output_lock, flags);
89 spin_unlock_irqrestore(&mpu->output_lock, flags);
413 * call with output_lock spinlock held
460 spin_lock_irqsave(&mpu->output_lock, flags);
462 spin_unlock_irqrestore(&mpu->output_lock, flags);
545 spin_lock_init(&mpu->output_lock);
/linux-master/drivers/tty/
H A Dn_tty.c129 struct mutex output_lock; member in struct:n_tty_data
409 * Locking: should be called under the %output_lock to protect the column state
483 * Locking: %output_lock to protect column state and space left (also, this is
491 mutex_lock(&ldata->output_lock);
496 mutex_unlock(&ldata->output_lock);
518 * Locking: %output_lock to protect column state and space left (also, this is
529 mutex_lock(&ldata->output_lock);
533 mutex_unlock(&ldata->output_lock);
576 mutex_unlock(&ldata->output_lock);
587 * Since add_echo_byte() is called without holding output_lock, w
[all...]

Completed in 205 milliseconds