Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/media/pci/ivtv/
Divtv-streams.c608 cx2341x_handler_set_busy(&itv->cxhdl, 1); in ivtv_start_v4l2_encode_stream()
876 cx2341x_handler_set_busy(&itv->cxhdl, 0); in ivtv_stop_v4l2_encode_stream()
1000 cx2341x_handler_set_busy(&itv->cxhdl, 1); in ivtv_passthrough_mode()
1022 cx2341x_handler_set_busy(&itv->cxhdl, 0); in ivtv_passthrough_mode()
/linux-4.4.14/include/media/
Dcx2341x.h197 void cx2341x_handler_set_busy(struct cx2341x_handler *cxhdl, int busy);
/linux-4.4.14/drivers/media/pci/cx18/
Dcx18-streams.c919 cx2341x_handler_set_busy(&cx->cxhdl, 1); in cx18_start_v4l2_encode_stream()
1018 cx2341x_handler_set_busy(&cx->cxhdl, 0); in cx18_stop_v4l2_encode_stream()
/linux-4.4.14/drivers/media/pci/cx88/
Dcx88-blackbird.c614 cx2341x_handler_set_busy(&dev->cxhdl, 1); in blackbird_start_codec()
633 cx2341x_handler_set_busy(&dev->cxhdl, 0); in blackbird_stop_codec()
/linux-4.4.14/drivers/media/common/
Dcx2341x.c1744 void cx2341x_handler_set_busy(struct cx2341x_handler *cxhdl, int busy) in cx2341x_handler_set_busy() function
1756 EXPORT_SYMBOL(cx2341x_handler_set_busy);