Searched refs:IR_channel_lock (Results 1 – 3 of 3) sorted by relevance
/linux-2.4.37.9/drivers/ieee1394/ |
D | ohci1394.h | 195 spinlock_t IR_channel_lock; member
|
D | ohci1394.c | 1032 spin_lock_irqsave(&ohci->IR_channel_lock, flags); in ohci_devctl() 1038 spin_unlock_irqrestore(&ohci->IR_channel_lock, flags); in ohci_devctl() 1052 spin_unlock_irqrestore(&ohci->IR_channel_lock, flags); in ohci_devctl() 1069 spin_lock_irqsave(&ohci->IR_channel_lock, flags); in ohci_devctl() 1075 spin_unlock_irqrestore(&ohci->IR_channel_lock, flags); in ohci_devctl() 1089 spin_unlock_irqrestore(&ohci->IR_channel_lock, flags); in ohci_devctl() 3454 spin_lock_init(&ohci->IR_channel_lock); in ohci1394_pci_probe()
|
D | dv1394.c | 963 spin_lock_irqsave(&video->ohci->IR_channel_lock, flags); in do_dv1394_init() 965 spin_unlock_irqrestore(&video->ohci->IR_channel_lock, flags); in do_dv1394_init() 970 spin_unlock_irqrestore(&video->ohci->IR_channel_lock, flags); in do_dv1394_init() 1230 spin_lock_irqsave(&video->ohci->IR_channel_lock, flags); in do_dv1394_shutdown() 1232 spin_unlock_irqrestore(&video->ohci->IR_channel_lock, flags); in do_dv1394_shutdown()
|