Searched refs:MAX_DUM_CHANNELS (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/pnx4008/
H A Dsdum.c59 int fb_owning_channel[MAX_DUM_CHANNELS];
60 struct dumchannel_uf chan_uf_store[MAX_DUM_CHANNELS];
121 if (i < 0 || i > MAX_DUM_CHANNELS)
154 if (i < 0 || i > MAX_DUM_CHANNELS)
158 sizeof(int) * MAX_DUM_CHANNELS)) ==
435 for (ch = 0; ch < MAX_DUM_CHANNELS; ch++)
508 while ((i < MAX_DUM_CHANNELS) && (dum_data.fb_owning_channel[i] != -1))
511 if (i == MAX_DUM_CHANNELS)
523 if (channr < 0 || channr > MAX_DUM_CHANNELS)
542 if (i < 0 || i > MAX_DUM_CHANNELS)
[all...]
H A Dsdum.h20 #define MAX_DUM_CHANNELS 64 macro

Completed in 19 milliseconds