Searched defs:qlock (Results 1 - 6 of 6) sorted by relevance

/drivers/net/wireless/ath/ath9k/
H A Ddynack.h65 * @qlock: ts queue spinlock
77 spinlock_t qlock; member in struct:ath_dynack
/drivers/staging/media/omap4iss/
H A Diss_video.h170 spinlock_t qlock; /* protects dmaqueue and error */ member in struct:iss_video
/drivers/hid/
H A Duhid.c42 spinlock_t qlock; member in struct:uhid_device
47 /* blocking GET_REPORT support; state changes protected by qlock */
85 spin_lock_irqsave(&uhid->qlock, flags);
87 spin_unlock_irqrestore(&uhid->qlock, flags);
111 spin_lock_irqsave(&uhid->qlock, flags);
113 spin_unlock_irqrestore(&uhid->qlock, flags);
155 spin_lock_irqsave(&uhid->qlock, flags);
160 spin_unlock_irqrestore(&uhid->qlock, flags);
182 spin_lock_irqsave(&uhid->qlock, flags);
195 spin_unlock_irqrestore(&uhid->qlock, flag
[all...]
/drivers/net/wireless/brcm80211/brcmfmac/
H A Dusb.c61 spinlock_t qlock; member in struct:brcmf_usbdev_info
306 spin_lock_irqsave(&devinfo->qlock, flags);
308 spin_unlock_irqrestore(&devinfo->qlock, flags);
315 spin_unlock_irqrestore(&devinfo->qlock, flags);
325 spin_lock_irqsave(&devinfo->qlock, flags);
329 spin_unlock_irqrestore(&devinfo->qlock, flags);
390 spin_lock_irqsave(&devinfo->qlock, flags);
392 spin_unlock_irqrestore(&devinfo->qlock, flags);
1060 spin_lock_init(&devinfo->qlock);
/drivers/media/usb/s2255/
H A Ds2255drv.c255 spinlock_t qlock; member in struct:s2255_vc
567 spin_lock_irqsave(&vc->qlock, flags);
580 spin_unlock_irqrestore(&vc->qlock, flags);
711 spin_lock_irqsave(&vc->qlock, flags);
713 spin_unlock_irqrestore(&vc->qlock, flags);
1118 spin_lock_irqsave(&vc->qlock, flags);
1125 spin_unlock_irqrestore(&vc->qlock, flags);
2290 spin_lock_init(&vc->qlock);
/drivers/media/pci/ivtv/
H A Divtv-driver.h337 spinlock_t qlock; /* locks access to the queues */ member in struct:ivtv_stream

Completed in 203 milliseconds