Searched refs:cx18_vapi (Results 1 – 6 of 6) sorted by relevance
/drivers/media/pci/cx18/ |
D | cx18-streams.c | 709 cx18_vapi(cx, CX18_CPU_DE_SET_MDL, 5, s->handle, in _cx18_stream_put_mdl_fw() 845 cx18_vapi(cx, CX18_CPU_SET_CHANNEL_TYPE, 2, s->handle, captype); in cx18_start_v4l2_encode_stream() 859 cx18_vapi(cx, CX18_CPU_SET_VER_CROP_LINE, 2, s->handle, 0); in cx18_start_v4l2_encode_stream() 860 cx18_vapi(cx, CX18_CPU_SET_MISC_PARAMETERS, 3, s->handle, 3, 1); in cx18_start_v4l2_encode_stream() 861 cx18_vapi(cx, CX18_CPU_SET_MISC_PARAMETERS, 3, s->handle, 8, 0); in cx18_start_v4l2_encode_stream() 862 cx18_vapi(cx, CX18_CPU_SET_MISC_PARAMETERS, 3, s->handle, 4, 1); in cx18_start_v4l2_encode_stream() 869 cx18_vapi(cx, CX18_CPU_SET_MISC_PARAMETERS, 2, in cx18_start_v4l2_encode_stream() 878 cx18_vapi(cx, CX18_CPU_SET_CAPTURE_LINE_NO, 3, in cx18_start_v4l2_encode_stream() 903 cx18_vapi(cx, CX18_CPU_SET_VIDEO_MUTE, 2, s->handle, in cx18_start_v4l2_encode_stream() 911 cx18_vapi(cx, CX18_CPU_SET_VFC_PARAM, 2, in cx18_start_v4l2_encode_stream() [all …]
|
D | cx18-mailbox.c | 765 ret = cx18_vapi(cx, CX18_CPU_SET_FILTER_PARAM, 4, in cx18_set_filter_param() 768 ret = ret ? ret : cx18_vapi(cx, CX18_CPU_SET_FILTER_PARAM, 4, in cx18_set_filter_param() 770 ret = ret ? ret : cx18_vapi(cx, CX18_CPU_SET_FILTER_PARAM, 4, in cx18_set_filter_param() 785 return cx18_vapi(cx, CX18_CPU_SET_VIDEO_IN, 6, in cx18_api_func() 788 return cx18_vapi(cx, CX18_CPU_SET_VIDEO_RESOLUTION, 3, in cx18_api_func() 791 return cx18_vapi(cx, CX18_CPU_SET_STREAM_OUTPUT_TYPE, 2, in cx18_api_func() 794 return cx18_vapi(cx, CX18_CPU_SET_ASPECT_RATIO, 2, in cx18_api_func() 798 return cx18_vapi(cx, CX18_CPU_SET_GOP_STRUCTURE, 3, in cx18_api_func() 803 return cx18_vapi(cx, CX18_CPU_SET_AUDIO_PARAMETERS, 2, in cx18_api_func() 806 return cx18_vapi(cx, CX18_CPU_SET_AUDIO_MUTE, 2, in cx18_api_func() [all …]
|
D | cx18-fileops.c | 555 cx18_vapi(cx, CX18_CPU_CAPTURE_PAUSE, 1, s->handle); in cx18_start_capture() 768 cx18_vapi(cx, CX18_CPU_SET_VIDEO_MUTE, 2, s->handle, in cx18_v4l2_close() 861 cx18_vapi(cx, CX18_CPU_SET_AUDIO_MUTE, 2, h, 1); in cx18_mute() 875 cx18_vapi(cx, CX18_CPU_SET_MISC_PARAMETERS, 2, h, 12); in cx18_unmute() 876 cx18_vapi(cx, CX18_CPU_SET_AUDIO_MUTE, 2, h, 0); in cx18_unmute()
|
D | cx18-mailbox.h | 87 int cx18_vapi(struct cx18 *cx, u32 cmd, int args, ...);
|
D | cx18-driver.c | 1200 cx18_vapi(cx, CX18_APU_START, 2, CX18_APU_ENCODING_METHOD_MPEG|0xb9, 0); in cx18_init_on_first_open() 1201 cx18_vapi(cx, CX18_APU_RESETAI, 0); in cx18_init_on_first_open() 1202 cx18_vapi(cx, CX18_APU_STOP, 1, CX18_APU_ENCODING_METHOD_MPEG); in cx18_init_on_first_open() 1227 cx18_vapi(cx, CX18_APU_START, 2, CX18_APU_ENCODING_METHOD_MPEG|0xb9, 0); in cx18_init_on_first_open() 1228 cx18_vapi(cx, CX18_APU_RESETAI, 0); in cx18_init_on_first_open() 1229 cx18_vapi(cx, CX18_APU_STOP, 1, CX18_APU_ENCODING_METHOD_MPEG); in cx18_init_on_first_open()
|
D | cx18-ioctl.c | 949 cx18_vapi(cx, CX18_CPU_CAPTURE_PAUSE, 1, h); in cx18_encoder_cmd() 965 cx18_vapi(cx, CX18_CPU_CAPTURE_RESUME, 1, h); in cx18_encoder_cmd()
|