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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/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) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/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) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/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)) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/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 197 milliseconds