Home
last modified time | relevance | path

Searched refs:cx18_vapi (Results 1 – 6 of 6) sorted by relevance

/linux-6.15/drivers/media/pci/cx18/
H A Dcx18-streams.c702 cx18_vapi(cx, CX18_CPU_DE_SET_MDL, 5, s->handle, in _cx18_stream_put_mdl_fw()
862 cx18_vapi(cx, CX18_CPU_SET_MISC_PARAMETERS, 2, in cx18_start_v4l2_encode_stream()
871 cx18_vapi(cx, CX18_CPU_SET_CAPTURE_LINE_NO, 3, in cx18_start_v4l2_encode_stream()
904 cx18_vapi(cx, CX18_CPU_SET_VFC_PARAM, 2, in cx18_start_v4l2_encode_stream()
908 cx18_vapi(cx, CX18_CPU_SET_VFC_PARAM, 2, in cx18_start_v4l2_encode_stream()
919 cx18_vapi(cx, CX18_CPU_DE_SET_MDL_ACK, 3, s->handle, in cx18_start_v4l2_encode_stream()
935 cx18_vapi(cx, CX18_CPU_CAPTURE_STOP, 1, s->handle); in cx18_start_v4l2_encode_stream()
939 cx18_vapi(cx, CX18_DESTROY_TASK, 1, s->handle); in cx18_start_v4l2_encode_stream()
990 cx18_vapi(cx, CX18_CPU_CAPTURE_STOP, 1, s->handle); in cx18_stop_v4l2_encode_stream()
1004 cx18_vapi(cx, CX18_CPU_DE_RELEASE_MDL, 1, s->handle); in cx18_stop_v4l2_encode_stream()
[all …]
H A Dcx18-mailbox.c741 ret = cx18_vapi(cx, CX18_CPU_SET_FILTER_PARAM, 4, in cx18_set_filter_param()
761 return cx18_vapi(cx, CX18_CPU_SET_VIDEO_IN, 6, in cx18_api_func()
764 return cx18_vapi(cx, CX18_CPU_SET_VIDEO_RESOLUTION, 3, in cx18_api_func()
770 return cx18_vapi(cx, CX18_CPU_SET_ASPECT_RATIO, 2, in cx18_api_func()
774 return cx18_vapi(cx, CX18_CPU_SET_GOP_STRUCTURE, 3, in cx18_api_func()
782 return cx18_vapi(cx, CX18_CPU_SET_AUDIO_MUTE, 2, in cx18_api_func()
785 return cx18_vapi(cx, CX18_CPU_SET_VIDEO_RATE, 5, in cx18_api_func()
788 return cx18_vapi(cx, CX18_CPU_SET_VIDEO_MUTE, 2, in cx18_api_func()
794 return cx18_vapi(cx, CX18_CPU_SET_MISC_PARAMETERS, 4, in cx18_api_func()
807 return cx18_vapi(cx, CX18_CPU_SET_MEDIAN_CORING, 5, in cx18_api_func()
[all …]
H A Dcx18-fileops.c541 cx18_vapi(cx, CX18_CPU_CAPTURE_PAUSE, 1, s->handle); in cx18_start_capture()
703 cx18_vapi(cx, CX18_CPU_SET_VIDEO_MUTE, 2, s->handle, in cx18_v4l2_close()
801 cx18_vapi(cx, CX18_CPU_SET_AUDIO_MUTE, 2, h, 1); in cx18_mute()
815 cx18_vapi(cx, CX18_CPU_SET_MISC_PARAMETERS, 2, h, 12); in cx18_unmute()
816 cx18_vapi(cx, CX18_CPU_SET_AUDIO_MUTE, 2, h, 0); in cx18_unmute()
H A Dcx18-mailbox.h73 int cx18_vapi(struct cx18 *cx, u32 cmd, int args, ...);
H A Dcx18-driver.c1176 cx18_vapi(cx, CX18_APU_START, 2, CX18_APU_ENCODING_METHOD_MPEG|0xb9, 0); in cx18_init_on_first_open()
1177 cx18_vapi(cx, CX18_APU_RESETAI, 0); in cx18_init_on_first_open()
1178 cx18_vapi(cx, CX18_APU_STOP, 1, CX18_APU_ENCODING_METHOD_MPEG); in cx18_init_on_first_open()
1203 cx18_vapi(cx, CX18_APU_START, 2, CX18_APU_ENCODING_METHOD_MPEG|0xb9, 0); in cx18_init_on_first_open()
1204 cx18_vapi(cx, CX18_APU_RESETAI, 0); in cx18_init_on_first_open()
1205 cx18_vapi(cx, CX18_APU_STOP, 1, CX18_APU_ENCODING_METHOD_MPEG); in cx18_init_on_first_open()
H A Dcx18-ioctl.c874 cx18_vapi(cx, CX18_CPU_CAPTURE_PAUSE, 1, h); in cx18_encoder_cmd()
889 cx18_vapi(cx, CX18_CPU_CAPTURE_RESUME, 1, h); in cx18_encoder_cmd()