Example #1
0
static int s5p_tv_vo1_release(struct file *file)
{	
	ref_count_g1 --;	

	if(ref_count_g1 <= 0)
	vo_release(1,file);

	return 0;	
}
Example #2
0
static int s5p_tv_vo0_release(struct file *file)
{
	ref_count_g0 --;
	
	if(ref_count_g0 <=0)
	vo_release(0,file);

	return 0;
}
Example #3
0
static int s5p_tv_vo1_release(struct file *file)
{
	vo_release(1, file);
	return 0;
}
Example #4
0
static int s5p_tv_vo0_release(struct file *file)
{
	return vo_release(0, file);
}