Home
last modified time | relevance | path

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

/drivers/media/pci/cx18/
Dcx18-streams.c260 s->handle = CX18_INVALID_TASK_HANDLE; in cx18_stream_init()
699 if (s->handle == CX18_INVALID_TASK_HANDLE || in _cx18_stream_put_mdl_fw()
947 s->handle = CX18_INVALID_TASK_HANDLE; in cx18_start_v4l2_encode_stream()
1014 s->handle = CX18_INVALID_TASK_HANDLE; in cx18_stop_v4l2_encode_stream()
1036 if (s->video_dev && (s->handle != CX18_INVALID_TASK_HANDLE)) in cx18_find_handle()
1039 return CX18_INVALID_TASK_HANDLE; in cx18_find_handle()
1047 if (handle == CX18_INVALID_TASK_HANDLE) in cx18_handle_to_stream()
Dcx18-fileops.c860 if (h != CX18_INVALID_TASK_HANDLE) in cx18_mute()
873 if (h != CX18_INVALID_TASK_HANDLE) { in cx18_unmute()
Dcx18-ioctl.c943 if (h == CX18_INVALID_TASK_HANDLE) { in cx18_encoder_cmd()
960 if (h == CX18_INVALID_TASK_HANDLE) { in cx18_encoder_cmd()
Dcx18-driver.h371 #define CX18_INVALID_TASK_HANDLE 0xffffffff macro
Dcx18-mailbox.c444 if (handle == CX18_INVALID_TASK_HANDLE || in epu_dma_done_irq()