Home
last modified time | relevance | path

Searched refs:CX18_INVALID_TASK_HANDLE (Results 1 – 5 of 5) sorted by relevance

/Linux-v4.19/drivers/media/pci/cx18/
Dcx18-streams.c261 s->handle = CX18_INVALID_TASK_HANDLE; in cx18_stream_init()
689 if (s->handle == CX18_INVALID_TASK_HANDLE || in _cx18_stream_put_mdl_fw()
937 s->handle = CX18_INVALID_TASK_HANDLE; in cx18_start_v4l2_encode_stream()
1004 s->handle = CX18_INVALID_TASK_HANDLE; in cx18_stop_v4l2_encode_stream()
1026 if (s->video_dev.v4l2_dev && (s->handle != CX18_INVALID_TASK_HANDLE)) in cx18_find_handle()
1029 return CX18_INVALID_TASK_HANDLE; in cx18_find_handle()
1037 if (handle == CX18_INVALID_TASK_HANDLE) in cx18_handle_to_stream()
Dcx18-fileops.c862 if (h != CX18_INVALID_TASK_HANDLE) in cx18_mute()
875 if (h != CX18_INVALID_TASK_HANDLE) { in cx18_unmute()
Dcx18-driver.h366 #define CX18_INVALID_TASK_HANDLE 0xffffffff macro
Dcx18-ioctl.c948 if (h == CX18_INVALID_TASK_HANDLE) { in cx18_encoder_cmd()
964 if (h == CX18_INVALID_TASK_HANDLE) { in cx18_encoder_cmd()
Dcx18-mailbox.c436 if (handle == CX18_INVALID_TASK_HANDLE || in epu_dma_done_irq()