Searched refs:cx2341x_handler_set_busy (Results  1 – 5 of 5) sorted by relevance
| /Linux-v5.4/drivers/media/pci/ivtv/ | 
| D | ivtv-streams.c | 623 		cx2341x_handler_set_busy(&itv->cxhdl, 1);  in ivtv_start_v4l2_encode_stream()891 	cx2341x_handler_set_busy(&itv->cxhdl, 0);  in ivtv_stop_v4l2_encode_stream()
 1015 			cx2341x_handler_set_busy(&itv->cxhdl, 1);  in ivtv_passthrough_mode()
 1037 		cx2341x_handler_set_busy(&itv->cxhdl, 0);  in ivtv_passthrough_mode()
 
 | 
| /Linux-v5.4/include/media/drv-intf/ | 
| D | cx2341x.h | 185 void cx2341x_handler_set_busy(struct cx2341x_handler *cxhdl, int busy);
 | 
| /Linux-v5.4/drivers/media/pci/cx18/ | 
| D | cx18-streams.c | 903 		cx2341x_handler_set_busy(&cx->cxhdl, 1);  in cx18_start_v4l2_encode_stream()1002 	cx2341x_handler_set_busy(&cx->cxhdl, 0);  in cx18_stop_v4l2_encode_stream()
 
 | 
| /Linux-v5.4/drivers/media/pci/cx88/ | 
| D | cx88-blackbird.c | 635 	cx2341x_handler_set_busy(&dev->cxhdl, 1);  in blackbird_start_codec()651 	cx2341x_handler_set_busy(&dev->cxhdl, 0);  in blackbird_stop_codec()
 
 | 
| /Linux-v5.4/drivers/media/common/ | 
| D | cx2341x.c | 1766 void cx2341x_handler_set_busy(struct cx2341x_handler *cxhdl, int busy)  in cx2341x_handler_set_busy()  function1778 EXPORT_SYMBOL(cx2341x_handler_set_busy);
 
 |