Home
last modified time | relevance | path

Searched refs:current_hps_sync (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/media/common/saa7146/
H A Dsaa7146_hlp.c314 int sync = vv->current_hps_sync; in saa7146_set_window()
373 vv->current_hps_sync = sync; in saa7146_set_hps_source_and_sync()
643 unsigned long e_wait = vv->current_hps_sync == SAA7146_HPS_SYNC_PORT_A ? CMD_E_FID_A : CMD_E_FID_B; in program_capture_engine()
644 unsigned long o_wait = vv->current_hps_sync == SAA7146_HPS_SYNC_PORT_A ? CMD_O_FID_A : CMD_O_FID_B; in program_capture_engine()
675 WRITE_RPS0(CMD_PAUSE | (vv->current_hps_sync == SAA7146_HPS_SYNC_PORT_A ? MASK_10 : MASK_09)); in program_capture_engine()
678 WRITE_RPS0(CMD_PAUSE | (vv->current_hps_sync == SAA7146_HPS_SYNC_PORT_A ? MASK_10 : MASK_09)); in program_capture_engine()
H A Dsaa7146_vbi.c142 unsigned long e_wait = vv->current_hps_sync == SAA7146_HPS_SYNC_PORT_A ? CMD_E_FID_A : CMD_E_FID_B; in saa7146_set_vbi_capture()
143 unsigned long o_wait = vv->current_hps_sync == SAA7146_HPS_SYNC_PORT_A ? CMD_O_FID_A : CMD_O_FID_B; in saa7146_set_vbi_capture()
H A Dsaa7146_video.c703 vv->current_hps_sync = SAA7146_HPS_SYNC_PORT_A; in video_init()
/linux/include/media/drv-intf/
H A Dsaa7146_vv.h106 int current_hps_sync; member