Home
last modified time | relevance | path

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

/linux/drivers/media/pci/cx18/
H A Dcx18-streams.c248 s->handle = CX18_INVALID_TASK_HANDLE; in cx18_stream_init()
694 if (s->handle == CX18_INVALID_TASK_HANDLE || in _cx18_stream_put_mdl_fw()
942 s->handle = CX18_INVALID_TASK_HANDLE; in cx18_start_v4l2_encode_stream()
1009 s->handle = CX18_INVALID_TASK_HANDLE; in cx18_stop_v4l2_encode_stream()
1031 if (s->video_dev.v4l2_dev && (s->handle != CX18_INVALID_TASK_HANDLE)) in cx18_find_handle()
1034 return CX18_INVALID_TASK_HANDLE; in cx18_find_handle()
1042 if (handle == CX18_INVALID_TASK_HANDLE) in cx18_handle_to_stream()
H A Dcx18-fileops.c800 if (h != CX18_INVALID_TASK_HANDLE) in cx18_mute()
813 if (h != CX18_INVALID_TASK_HANDLE) { in cx18_unmute()
H A Dcx18-ioctl.c869 if (h == CX18_INVALID_TASK_HANDLE) { in cx18_encoder_cmd()
885 if (h == CX18_INVALID_TASK_HANDLE) { in cx18_encoder_cmd()
H A Dcx18-driver.h364 #define CX18_INVALID_TASK_HANDLE 0xffffffff macro
H A Dcx18-mailbox.c428 if (handle == CX18_INVALID_TASK_HANDLE || in epu_dma_done_irq()