Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/media/pci/cx18/
Dcx18-streams.c266 s->handle = CX18_INVALID_TASK_HANDLE; in cx18_stream_init()
697 if (s->handle == CX18_INVALID_TASK_HANDLE || in _cx18_stream_put_mdl_fw()
945 s->handle = CX18_INVALID_TASK_HANDLE; in cx18_start_v4l2_encode_stream()
1012 s->handle = CX18_INVALID_TASK_HANDLE; in cx18_stop_v4l2_encode_stream()
1034 if (s->video_dev.v4l2_dev && (s->handle != CX18_INVALID_TASK_HANDLE)) in cx18_find_handle()
1037 return CX18_INVALID_TASK_HANDLE; in cx18_find_handle()
1045 if (handle == CX18_INVALID_TASK_HANDLE) in cx18_handle_to_stream()
Dcx18-fileops.c869 if (h != CX18_INVALID_TASK_HANDLE) in cx18_mute()
882 if (h != CX18_INVALID_TASK_HANDLE) { in cx18_unmute()
Dcx18-driver.h371 #define CX18_INVALID_TASK_HANDLE 0xffffffff macro
Dcx18-ioctl.c951 if (h == CX18_INVALID_TASK_HANDLE) { in cx18_encoder_cmd()
968 if (h == CX18_INVALID_TASK_HANDLE) { in cx18_encoder_cmd()
Dcx18-mailbox.c444 if (handle == CX18_INVALID_TASK_HANDLE || in epu_dma_done_irq()