Searched defs:is_pal (Results 1 - 4 of 4) sorted by relevance

/linux-4.1.27/drivers/media/i2c/cx25840/
H A Dcx25840-vbi.c96 int is_pal = !(state->std & V4L2_STD_525_60); cx25840_g_sliced_fmt() local
131 int is_pal = !(state->std & V4L2_STD_525_60); cx25840_s_raw_fmt() local
147 int is_pal = !(state->std & V4L2_STD_525_60); cx25840_s_sliced_fmt() local
/linux-4.1.27/drivers/media/pci/cx18/
H A Dcx18-av-vbi.c143 int is_pal = !(state->std & V4L2_STD_525_60); cx18_av_g_sliced_fmt() local
193 int is_pal = !(state->std & V4L2_STD_525_60); cx18_av_s_sliced_fmt() local
H A Dcx18-ioctl.c61 static int valid_service_line(int field, int line, int is_pal) valid_service_line() argument
75 static u16 select_service_from_set(int field, int line, u16 set, int is_pal) select_service_from_set() argument
105 void cx18_expand_service_set(struct v4l2_sliced_vbi_format *fmt, int is_pal) cx18_expand_service_set() argument
121 static int check_service_set(struct v4l2_sliced_vbi_format *fmt, int is_pal) check_service_set() argument
/linux-4.1.27/drivers/media/pci/ivtv/
H A Divtv-ioctl.c56 static int valid_service_line(int field, int line, int is_pal) valid_service_line() argument
62 static u16 select_service_from_set(int field, int line, u16 set, int is_pal) select_service_from_set() argument
90 void ivtv_expand_service_set(struct v4l2_sliced_vbi_format *fmt, int is_pal) ivtv_expand_service_set() argument
103 static void check_service_set(struct v4l2_sliced_vbi_format *fmt, int is_pal) check_service_set() argument

Completed in 222 milliseconds