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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/davinci/
H A Dvpif_capture.h115 u32 field_id; member in struct:channel_obj
H A Dvpif_display.h127 u32 field_id; /* Indicates id of the field member in struct:channel_obj
H A Dvpfe_capture.c598 vpfe_dev->field_id ^= 1;
600 fid, vpfe_dev->field_id);
601 if (fid == vpfe_dev->field_id) {
636 vpfe_dev->field_id = fid;
1556 /* Initialize field_id and started member */
1557 vpfe_dev->field_id = 0;
H A Dvpif_capture.c392 ch->field_id ^= 1;
395 if (fid != ch->field_id) {
401 ch->field_id = fid;
1009 (common->started && (0 == ch->field_id)))
1181 /* Initialize field_id and started member */
1182 ch->field_id = 0;
H A Dvpif_display.c357 ch->field_id ^= 1;
361 if (fid != ch->field_id) {
364 ch->field_id = fid;
910 (common->started && (0 == ch->field_id)))
1117 /* Initialize field_id and started member */
1118 ch->field_id = 0;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/omap/
H A Domap_voutdef.h131 int ps, vr_ps, line_length, first_int, field_id; member in struct:omap_vout_device
H A Domap_vout.c896 vout->field_id ^= 1;
897 if (fid != vout->field_id) {
899 vout->field_id = fid;
1937 /* Initialize field_id and started member */
1938 vout->field_id = 0;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/media/davinci/
H A Dvpfe_capture.h118 u32 field_id; member in struct:vpfe_device

Completed in 180 milliseconds