Searched refs:CX18_CPU_CAPTURE_STOP (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/drivers/media/pci/cx18/ |
H A D | cx23418.h | 91 #define CX18_CPU_CAPTURE_STOP (CPU_CMD_MASK_CAPTURE | 0x0003) macro
|
H A D | cx18-streams.c | 934 cx18_vapi(cx, CX18_CPU_CAPTURE_STOP, 2, s->handle, 1); in cx18_start_v4l2_encode_stream() 936 cx18_vapi(cx, CX18_CPU_CAPTURE_STOP, 1, s->handle); in cx18_start_v4l2_encode_stream() 989 cx18_vapi(cx, CX18_CPU_CAPTURE_STOP, 2, s->handle, !gop_end); in cx18_stop_v4l2_encode_stream() 991 cx18_vapi(cx, CX18_CPU_CAPTURE_STOP, 1, s->handle); in cx18_stop_v4l2_encode_stream()
|
H A D | cx18-mailbox.c | 41 API_ENTRY(CPU, CX18_CPU_CAPTURE_STOP, API_SLOW),
|