Searched refs:CX18_CPU_CAPTURE_STOP (Results 1 – 3 of 3) sorted by relevance
/linux-2.6.39/drivers/media/video/cx18/ |
D | cx18-streams.c | 754 cx18_vapi(cx, CX18_CPU_CAPTURE_STOP, 2, s->handle, 1); in cx18_start_v4l2_encode_stream() 756 cx18_vapi(cx, CX18_CPU_CAPTURE_STOP, 1, s->handle); in cx18_start_v4l2_encode_stream() 810 cx18_vapi(cx, CX18_CPU_CAPTURE_STOP, 2, s->handle, !gop_end); in cx18_stop_v4l2_encode_stream() 812 cx18_vapi(cx, CX18_CPU_CAPTURE_STOP, 1, s->handle); in cx18_stop_v4l2_encode_stream()
|
D | cx23418.h | 105 #define CX18_CPU_CAPTURE_STOP (CPU_CMD_MASK_CAPTURE | 0x0003) macro
|
D | cx18-mailbox.c | 55 API_ENTRY(CPU, CX18_CPU_CAPTURE_STOP, API_SLOW),
|