Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/media/common/saa7146/
Dsaa7146_hlp.c531 int sync = vv->current_hps_sync; in saa7146_set_window()
646 vv->current_hps_sync = sync; in saa7146_set_hps_source_and_sync()
937 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()
938 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()
969 WRITE_RPS0(CMD_PAUSE | (vv->current_hps_sync == SAA7146_HPS_SYNC_PORT_A ? MASK_10 : MASK_09)); in program_capture_engine()
972 WRITE_RPS0(CMD_PAUSE | (vv->current_hps_sync == SAA7146_HPS_SYNC_PORT_A ? MASK_10 : MASK_09)); in program_capture_engine()
Dsaa7146_vbi.c141 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()
142 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()
Dsaa7146_video.c1210 vv->current_hps_sync = SAA7146_HPS_SYNC_PORT_A; in video_init()
/linux-4.1.27/include/media/
Dsaa7146_vv.h140 int current_hps_sync; member