Searched refs:frame_start_sp (Results 1 - 2 of 2) sorted by last modified time

/linux-master/drivers/staging/media/tegra-video/
H A Dvi.h122 * @frame_start_sp: host1x syncpoint pointer to synchronize programmed capture
189 struct host1x_syncpt *frame_start_sp[GANG_PORTS_MAX]; member in struct:tegra_vi_channel
H A Dtegra210.c207 chan->frame_start_sp[i] = fs_sp;
217 host1x_syncpt_put(chan->frame_start_sp[i]);
228 host1x_syncpt_put(chan->frame_start_sp[i]);
446 thresh = host1x_syncpt_incr_max(chan->frame_start_sp[i], 1);
452 host1x_syncpt_id(chan->frame_start_sp[i]);
475 err = host1x_syncpt_wait(chan->frame_start_sp[i], fs_thresh[i],
480 host1x_syncpt_incr(chan->frame_start_sp[i]);

Completed in 150 milliseconds