Searched refs:open_lock (Results 1 - 25 of 34) sorted by relevance

12

/linux-master/sound/isa/sb/
H A Dsb8_midi.c59 spin_lock_irqsave(&chip->open_lock, flags);
61 spin_unlock_irqrestore(&chip->open_lock, flags);
67 spin_unlock_irqrestore(&chip->open_lock, flags);
72 spin_unlock_irqrestore(&chip->open_lock, flags);
86 spin_lock_irqsave(&chip->open_lock, flags);
88 spin_unlock_irqrestore(&chip->open_lock, flags);
94 spin_unlock_irqrestore(&chip->open_lock, flags);
99 spin_unlock_irqrestore(&chip->open_lock, flags);
110 spin_lock_irqsave(&chip->open_lock, flags);
114 spin_unlock_irqrestore(&chip->open_lock, flag
[all...]
H A Dsb16_main.c498 spin_lock_irqsave(&chip->open_lock, flags);
500 spin_unlock_irqrestore(&chip->open_lock, flags);
536 spin_unlock_irqrestore(&chip->open_lock, flags);
550 spin_unlock_irqrestore(&chip->open_lock, flags);
560 spin_lock_irqsave(&chip->open_lock, flags);
563 spin_unlock_irqrestore(&chip->open_lock, flags);
573 spin_lock_irqsave(&chip->open_lock, flags);
575 spin_unlock_irqrestore(&chip->open_lock, flags);
611 spin_unlock_irqrestore(&chip->open_lock, flags);
625 spin_unlock_irqrestore(&chip->open_lock, flag
[all...]
H A Dsb8_main.c469 spin_lock_irqsave(&chip->open_lock, flags);
471 spin_unlock_irqrestore(&chip->open_lock, flags);
475 spin_unlock_irqrestore(&chip->open_lock, flags);
533 spin_lock_irqsave(&chip->open_lock, flags);
539 spin_unlock_irqrestore(&chip->open_lock, flags);
H A Dsb_common.c190 spin_lock_init(&chip->open_lock);
/linux-master/sound/pci/ca0106/
H A Dca_midi.c115 spin_lock_irqsave(&midi->open_lock, flags);
119 spin_unlock_irqrestore(&midi->open_lock, flags);
123 spin_unlock_irqrestore(&midi->open_lock, flags);
135 spin_lock_irqsave(&midi->open_lock, flags);
139 spin_unlock_irqrestore(&midi->open_lock, flags);
143 spin_unlock_irqrestore(&midi->open_lock, flags);
155 spin_lock_irqsave(&midi->open_lock, flags);
160 spin_unlock_irqrestore(&midi->open_lock, flags);
163 spin_unlock_irqrestore(&midi->open_lock, flags);
176 spin_lock_irqsave(&midi->open_lock, flag
[all...]
H A Dca_midi.h28 spinlock_t open_lock; member in struct:snd_ca_midi
/linux-master/sound/pci/emu10k1/
H A Demumpu401.c148 spin_lock_irq(&midi->open_lock);
152 spin_unlock_irq(&midi->open_lock);
158 spin_unlock_irq(&midi->open_lock);
174 spin_lock_irq(&midi->open_lock);
178 spin_unlock_irq(&midi->open_lock);
184 spin_unlock_irq(&midi->open_lock);
201 spin_lock_irq(&midi->open_lock);
206 spin_unlock_irq(&midi->open_lock);
209 spin_unlock_irq(&midi->open_lock);
223 spin_lock_irq(&midi->open_lock);
[all...]
H A Demu10k1x.c206 spinlock_t open_lock; member in struct:emu10k1x_midi
1283 spin_lock_irqsave(&midi->open_lock, flags);
1287 spin_unlock_irqrestore(&midi->open_lock, flags);
1293 spin_unlock_irqrestore(&midi->open_lock, flags);
1310 spin_lock_irqsave(&midi->open_lock, flags);
1314 spin_unlock_irqrestore(&midi->open_lock, flags);
1320 spin_unlock_irqrestore(&midi->open_lock, flags);
1338 spin_lock_irqsave(&midi->open_lock, flags);
1343 spin_unlock_irqrestore(&midi->open_lock, flags);
1346 spin_unlock_irqrestore(&midi->open_lock, flag
[all...]
/linux-master/sound/drivers/
H A Dserial-u16550.c113 spinlock_t open_lock; member in struct:snd_uart16550
284 spin_lock(&uart->open_lock);
286 spin_unlock(&uart->open_lock);
292 spin_unlock(&uart->open_lock);
303 spin_lock_irqsave(&uart->open_lock, flags);
306 spin_unlock_irqrestore(&uart->open_lock, flags);
504 spin_lock_irqsave(&uart->open_lock, flags);
509 spin_unlock_irqrestore(&uart->open_lock, flags);
518 spin_lock_irqsave(&uart->open_lock, flags);
523 spin_unlock_irqrestore(&uart->open_lock, flag
[all...]
/linux-master/drivers/watchdog/
H A Dscx200_wdt.c48 static unsigned long open_lock; variable
98 if (test_and_set_bit(0, &open_lock))
112 clear_bit(0, &open_lock);
H A Dwdt_pci.c60 static unsigned long open_lock; variable
451 if (test_and_set_bit(0, &open_lock))
484 clear_bit(0, &open_lock);
/linux-master/drivers/video/fbdev/riva/
H A Drivafb.h56 struct mutex open_lock; member in struct:riva_par
/linux-master/drivers/video/fbdev/
H A Dsh_mobile_lcdcfb.h65 struct mutex open_lock; /* protects the use counter */ member in struct:sh_mobile_lcdc_chan
H A Dvt8623fb.c34 struct mutex open_lock; member in struct:vt8623fb_info
284 mutex_lock(&(par->open_lock));
297 mutex_unlock(&(par->open_lock));
306 mutex_lock(&(par->open_lock));
308 mutex_unlock(&(par->open_lock));
316 mutex_unlock(&(par->open_lock));
695 mutex_init(&par->open_lock);
847 mutex_lock(&(par->open_lock));
850 mutex_unlock(&(par->open_lock));
857 mutex_unlock(&(par->open_lock));
[all...]
H A Di740fb.c45 struct mutex open_lock; member in struct:i740fb_par
185 mutex_lock(&(par->open_lock));
187 mutex_unlock(&(par->open_lock));
196 mutex_lock(&(par->open_lock));
199 mutex_unlock(&(par->open_lock));
204 mutex_unlock(&(par->open_lock));
1023 mutex_init(&par->open_lock);
1194 mutex_lock(&(par->open_lock));
1198 mutex_unlock(&(par->open_lock));
1205 mutex_unlock(&(par->open_lock));
[all...]
H A Darkfb.c36 struct mutex open_lock; member in struct:arkfb_info
515 mutex_lock(&(par->open_lock));
528 mutex_unlock(&(par->open_lock));
539 mutex_lock(&(par->open_lock));
541 mutex_unlock(&(par->open_lock));
551 mutex_unlock(&(par->open_lock));
977 mutex_init(&par->open_lock);
1114 mutex_lock(&(par->open_lock));
1117 mutex_unlock(&(par->open_lock));
1124 mutex_unlock(&(par->open_lock));
[all...]
H A Ds3fb.c36 struct mutex open_lock; member in struct:s3fb_info
505 mutex_lock(&(par->open_lock));
518 mutex_unlock(&(par->open_lock));
529 mutex_lock(&(par->open_lock));
531 mutex_unlock(&(par->open_lock));
539 mutex_unlock(&(par->open_lock));
1153 mutex_init(&par->open_lock);
1439 mutex_lock(&(par->open_lock));
1442 mutex_unlock(&(par->open_lock));
1449 mutex_unlock(&(par->open_lock));
[all...]
/linux-master/drivers/s390/char/
H A Dvmur.h79 spinlock_t open_lock; /* serialize critical sections */ member in struct:urdev
H A Dvmur.c118 spin_lock_init(&urd->open_lock);
720 spin_lock(&urd->open_lock);
722 spin_unlock(&urd->open_lock);
731 spin_lock(&urd->open_lock);
734 spin_unlock(&urd->open_lock);
766 spin_lock(&urd->open_lock);
768 spin_unlock(&urd->open_lock);
780 spin_lock(&urf->urd->open_lock);
782 spin_unlock(&urf->urd->open_lock);
/linux-master/drivers/misc/
H A Dphantom.c55 struct mutex open_lock; member in struct:phantom_device
221 if (mutex_lock_interruptible(&dev->open_lock)) {
227 mutex_unlock(&dev->open_lock);
238 mutex_unlock(&dev->open_lock);
247 mutex_lock(&dev->open_lock);
253 mutex_unlock(&dev->open_lock);
388 mutex_init(&pht->open_lock);
H A Dhpilo.h50 * open_lock serializes ccb_cnt during open and close
56 * Locks must be taken in this order, but open_lock and alloc_lock
60 spinlock_t open_lock; member in struct:ilo_hwinfo
H A Dhpilo.c541 spin_lock(&hw->open_lock);
557 spin_unlock(&hw->open_lock);
577 spin_lock(&hw->open_lock);
628 spin_unlock(&hw->open_lock);
808 spin_lock_init(&ilo_hw->open_lock);
/linux-master/drivers/media/usb/dvb-usb/
H A Dcxusb.h121 struct mutex open_lock; member in struct:cxusb_medion_dev
H A Dcxusb.c315 mutex_lock(&cxdev->open_lock);
330 mutex_unlock(&cxdev->open_lock);
1428 mutex_lock(&cxdev->open_lock);
1491 mutex_unlock(&cxdev->open_lock);
1500 mutex_lock(&cxdev->open_lock);
1517 mutex_unlock(&cxdev->open_lock);
1540 mutex_init(&cxdev->open_lock);
1549 mutex_destroy(&cxdev->open_lock);
/linux-master/drivers/video/fbdev/i810/
H A Di810.h265 struct mutex open_lock; member in struct:i810fb_par

Completed in 413 milliseconds

12