/linux-4.1.27/drivers/media/pci/cx18/ |
H A D | cx18-mailbox.c | 765 ret = cx18_vapi(cx, CX18_CPU_SET_FILTER_PARAM, 4, cx18_set_filter_param() 768 ret = ret ? ret : cx18_vapi(cx, CX18_CPU_SET_FILTER_PARAM, 4, cx18_set_filter_param() 770 ret = ret ? ret : cx18_vapi(cx, CX18_CPU_SET_FILTER_PARAM, 4, cx18_set_filter_param() 785 return cx18_vapi(cx, CX18_CPU_SET_VIDEO_IN, 6, cx18_api_func() 788 return cx18_vapi(cx, CX18_CPU_SET_VIDEO_RESOLUTION, 3, cx18_api_func() 791 return cx18_vapi(cx, CX18_CPU_SET_STREAM_OUTPUT_TYPE, 2, cx18_api_func() 794 return cx18_vapi(cx, CX18_CPU_SET_ASPECT_RATIO, 2, cx18_api_func() 798 return cx18_vapi(cx, CX18_CPU_SET_GOP_STRUCTURE, 3, cx18_api_func() 803 return cx18_vapi(cx, CX18_CPU_SET_AUDIO_PARAMETERS, 2, cx18_api_func() 806 return cx18_vapi(cx, CX18_CPU_SET_AUDIO_MUTE, 2, cx18_api_func() 809 return cx18_vapi(cx, CX18_CPU_SET_VIDEO_RATE, 5, cx18_api_func() 812 return cx18_vapi(cx, CX18_CPU_SET_VIDEO_MUTE, 2, cx18_api_func() 815 return cx18_vapi(cx, CX18_CPU_SET_SKIP_INPUT_FRAME, 2, cx18_api_func() 818 return cx18_vapi(cx, CX18_CPU_SET_MISC_PARAMETERS, 4, cx18_api_func() 828 return cx18_vapi(cx, CX18_CPU_SET_SPATIAL_FILTER_TYPE, 3, cx18_api_func() 831 return cx18_vapi(cx, CX18_CPU_SET_MEDIAN_CORING, 5, cx18_api_func() 851 int cx18_vapi(struct cx18 *cx, u32 cmd, int args, ...) cx18_vapi() function
|
H A D | cx18-streams.c | 707 cx18_vapi(cx, CX18_CPU_DE_SET_MDL, 5, s->handle, _cx18_stream_put_mdl_fw() 843 cx18_vapi(cx, CX18_CPU_SET_CHANNEL_TYPE, 2, s->handle, captype); cx18_start_v4l2_encode_stream() 850 * Some of the cx18_vapi() calls below apply to only certain capture cx18_start_v4l2_encode_stream() 857 cx18_vapi(cx, CX18_CPU_SET_VER_CROP_LINE, 2, s->handle, 0); cx18_start_v4l2_encode_stream() 858 cx18_vapi(cx, CX18_CPU_SET_MISC_PARAMETERS, 3, s->handle, 3, 1); cx18_start_v4l2_encode_stream() 859 cx18_vapi(cx, CX18_CPU_SET_MISC_PARAMETERS, 3, s->handle, 8, 0); cx18_start_v4l2_encode_stream() 860 cx18_vapi(cx, CX18_CPU_SET_MISC_PARAMETERS, 3, s->handle, 4, 1); cx18_start_v4l2_encode_stream() 867 cx18_vapi(cx, CX18_CPU_SET_MISC_PARAMETERS, 2, cx18_start_v4l2_encode_stream() 876 cx18_vapi(cx, CX18_CPU_SET_CAPTURE_LINE_NO, 3, cx18_start_v4l2_encode_stream() 901 cx18_vapi(cx, CX18_CPU_SET_VIDEO_MUTE, 2, s->handle, cx18_start_v4l2_encode_stream() 909 cx18_vapi(cx, CX18_CPU_SET_VFC_PARAM, 2, cx18_start_v4l2_encode_stream() 913 cx18_vapi(cx, CX18_CPU_SET_VFC_PARAM, 2, cx18_start_v4l2_encode_stream() 924 cx18_vapi(cx, CX18_CPU_DE_SET_MDL_ACK, 3, s->handle, cx18_start_v4l2_encode_stream() 933 if (cx18_vapi(cx, CX18_CPU_CAPTURE_START, 1, s->handle)) { cx18_start_v4l2_encode_stream() 938 cx18_vapi(cx, CX18_CPU_CAPTURE_STOP, 2, s->handle, 1); cx18_start_v4l2_encode_stream() 940 cx18_vapi(cx, CX18_CPU_CAPTURE_STOP, 1, s->handle); cx18_start_v4l2_encode_stream() 943 cx18_vapi(cx, CX18_CPU_DE_RELEASE_MDL, 1, s->handle); cx18_start_v4l2_encode_stream() 944 cx18_vapi(cx, CX18_DESTROY_TASK, 1, s->handle); cx18_start_v4l2_encode_stream() 993 cx18_vapi(cx, CX18_CPU_CAPTURE_STOP, 2, s->handle, !gop_end); cx18_stop_v4l2_encode_stream() 995 cx18_vapi(cx, CX18_CPU_CAPTURE_STOP, 1, s->handle); cx18_stop_v4l2_encode_stream() 1009 cx18_vapi(cx, CX18_CPU_DE_RELEASE_MDL, 1, s->handle); cx18_stop_v4l2_encode_stream() 1011 cx18_vapi(cx, CX18_DESTROY_TASK, 1, s->handle); cx18_stop_v4l2_encode_stream()
|
H A D | cx18-mailbox.h | 87 int cx18_vapi(struct cx18 *cx, u32 cmd, int args, ...);
|
H A D | cx18-driver.c | 1200 cx18_vapi(cx, CX18_APU_START, 2, CX18_APU_ENCODING_METHOD_MPEG|0xb9, 0); cx18_init_on_first_open() 1201 cx18_vapi(cx, CX18_APU_RESETAI, 0); cx18_init_on_first_open() 1202 cx18_vapi(cx, CX18_APU_STOP, 1, CX18_APU_ENCODING_METHOD_MPEG); cx18_init_on_first_open() 1227 cx18_vapi(cx, CX18_APU_START, 2, CX18_APU_ENCODING_METHOD_MPEG|0xb9, 0); cx18_init_on_first_open() 1228 cx18_vapi(cx, CX18_APU_RESETAI, 0); cx18_init_on_first_open() 1229 cx18_vapi(cx, CX18_APU_STOP, 1, CX18_APU_ENCODING_METHOD_MPEG); cx18_init_on_first_open()
|
H A D | cx18-fileops.c | 556 cx18_vapi(cx, CX18_CPU_CAPTURE_PAUSE, 1, s->handle); cx18_start_capture() 777 cx18_vapi(cx, CX18_CPU_SET_VIDEO_MUTE, 2, s->handle, cx18_v4l2_close() 870 cx18_vapi(cx, CX18_CPU_SET_AUDIO_MUTE, 2, h, 1); cx18_mute() 884 cx18_vapi(cx, CX18_CPU_SET_MISC_PARAMETERS, 2, h, 12); cx18_unmute() 885 cx18_vapi(cx, CX18_CPU_SET_AUDIO_MUTE, 2, h, 0); cx18_unmute()
|
H A D | cx18-ioctl.c | 957 cx18_vapi(cx, CX18_CPU_CAPTURE_PAUSE, 1, h); cx18_encoder_cmd() 973 cx18_vapi(cx, CX18_CPU_CAPTURE_RESUME, 1, h); cx18_encoder_cmd()
|