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.c246 s->handle = CX18_INVALID_TASK_HANDLE; in cx18_stream_init()
692 if (s->handle == CX18_INVALID_TASK_HANDLE || in _cx18_stream_put_mdl_fw()
940 s->handle = CX18_INVALID_TASK_HANDLE; in cx18_start_v4l2_encode_stream()
1007 s->handle = CX18_INVALID_TASK_HANDLE; in cx18_stop_v4l2_encode_stream()
1029 if (s->video_dev.v4l2_dev && (s->handle != CX18_INVALID_TASK_HANDLE)) in cx18_find_handle()
1032 return CX18_INVALID_TASK_HANDLE; in cx18_find_handle()
1040 if (handle == CX18_INVALID_TASK_HANDLE) in cx18_handle_to_stream()
H A Dcx18-fileops.c799 if (h != CX18_INVALID_TASK_HANDLE) in cx18_mute()
812 if (h != CX18_INVALID_TASK_HANDLE) { in cx18_unmute()
H A Dcx18-ioctl.c877 if (h == CX18_INVALID_TASK_HANDLE) { in cx18_encoder_cmd()
893 if (h == CX18_INVALID_TASK_HANDLE) { in cx18_encoder_cmd()
H A Dcx18-driver.h352 #define CX18_INVALID_TASK_HANDLE 0xffffffff macro
H A Dcx18-mailbox.c428 if (handle == CX18_INVALID_TASK_HANDLE || in epu_dma_done_irq()