Home
last modified time | relevance | path

Searched refs:CX18_CPU_CAPTURE_STOP (Results 1 – 3 of 3) sorted by relevance

/drivers/media/pci/cx18/
Dcx23418.h91 #define CX18_CPU_CAPTURE_STOP (CPU_CMD_MASK_CAPTURE | 0x0003) macro
Dcx18-streams.c922 cx18_vapi(cx, CX18_CPU_CAPTURE_STOP, 2, s->handle, 1); in cx18_start_v4l2_encode_stream()
924 cx18_vapi(cx, CX18_CPU_CAPTURE_STOP, 1, s->handle); in cx18_start_v4l2_encode_stream()
977 cx18_vapi(cx, CX18_CPU_CAPTURE_STOP, 2, s->handle, !gop_end); in cx18_stop_v4l2_encode_stream()
979 cx18_vapi(cx, CX18_CPU_CAPTURE_STOP, 1, s->handle); in cx18_stop_v4l2_encode_stream()
Dcx18-mailbox.c41 API_ENTRY(CPU, CX18_CPU_CAPTURE_STOP, API_SLOW),