Searched refs:channel_active (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-msm/
H A Ddma.c33 static unsigned int channel_active; variable
61 if (!channel_active)
71 if (!channel_active)
73 channel_active |= 1U << id;
76 if (!channel_active)
229 channel_active &= ~(1U << id);
233 if (!channel_active) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/dvb/firewire/
H A Dfiredtv-dvb.c38 if (!__test_and_set_bit(i, &fdtv->channel_active))
48 if (test_bit(i, &fdtv->channel_active))
55 __clear_bit(i, &fdtv->channel_active);
H A Dfiredtv.h114 unsigned long channel_active; member in struct:firedtv
H A Dfiredtv-avc.c302 if (test_bit(i, &fdtv->channel_active)) {

Completed in 37 milliseconds