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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/cx25821/
H A Dcx25821.h260 int cif_width; member in struct:cx25821_channel
431 int cif_width; member in struct:downstream_user_struct
H A Dcx25821-video.c627 cif_width <<
1037 dev->channels[fh->channel_id].cif_width = fh->width;
1862 int cif_enable = 0, cif_width = 0; local
1909 cif_width = data_from_user->cif_width;
1916 width = (cif_width == 320
1917 || cif_width == 352) ? cif_width : 320;
1928 dev->channels[selected_channel].cif_width = width;
1933 dev->channels[i].cif_width
[all...]

Completed in 75 milliseconds