Home
last modified time | relevance | path

Searched refs:try_run (Results 1 – 9 of 9) sorted by relevance

/drivers/usb/renesas_usbhs/
Dfifo.c53 .try_run = usbhsf_null_handle,
185 func = pkt->handler->try_run; in usbhsf_pkt_handler()
445 .try_run = usbhs_dcp_dir_switch_done,
450 .try_run = usbhs_dcp_dir_switch_done,
631 .try_run = usbhsf_pio_try_push,
769 .try_run = usbhsf_pio_try_pop,
786 .try_run = usbhsf_ctrl_stage_end,
975 return pkt->handler->try_run(pkt, is_done); in usbhsf_dma_push_done()
1055 return pkt->handler->try_run(pkt, is_done); in usbhsf_dma_try_pop()
1084 .try_run = usbhsf_dma_try_pop,
Dfifo.h66 int (*try_run)(struct usbhs_pkt *pkt, int *is_done); member
/drivers/media/platform/s5p-mfc/
Ds5p_mfc.c341 s5p_mfc_hw_call_void(dev->mfc_ops, try_run, dev); in s5p_mfc_handle_frame()
418 s5p_mfc_hw_call_void(dev->mfc_ops, try_run, dev); in s5p_mfc_handle_frame()
517 s5p_mfc_hw_call_void(dev->mfc_ops, try_run, dev); in s5p_mfc_handle_seq_done()
559 s5p_mfc_hw_call_void(dev->mfc_ops, try_run, dev); in s5p_mfc_handle_init_buffers()
600 s5p_mfc_hw_call_void(dev->mfc_ops, try_run, dev); in s5p_mfc_handle_stream_complete()
642 s5p_mfc_hw_call_void(dev->mfc_ops, try_run, dev); in s5p_mfc_irq()
708 s5p_mfc_hw_call_void(dev->mfc_ops, try_run, dev); in s5p_mfc_irq()
Ds5p_mfc_ctrl.c400 s5p_mfc_hw_call_void(dev->mfc_ops, try_run, dev); in s5p_mfc_open_mfc_inst()
426 s5p_mfc_hw_call_void(dev->mfc_ops, try_run, dev); in s5p_mfc_close_mfc_inst()
Ds5p_mfc_dec.c558 s5p_mfc_hw_call_void(dev->mfc_ops, try_run, dev); in reqbufs_capture()
833 s5p_mfc_hw_call_void(dev->mfc_ops, try_run, dev); in vidioc_decoder_cmd()
1029 s5p_mfc_hw_call_void(dev->mfc_ops, try_run, dev); in s5p_mfc_start_streaming()
1061 s5p_mfc_hw_call_void(dev->mfc_ops, try_run, dev); in s5p_mfc_stop_streaming()
1109 s5p_mfc_hw_call_void(dev->mfc_ops, try_run, dev); in s5p_mfc_buf_queue()
Ds5p_mfc_enc.c803 s5p_mfc_hw_call_void(dev->mfc_ops, try_run, dev); in enc_post_seq_start()
1688 s5p_mfc_hw_call_void(dev->mfc_ops, try_run, dev); in vidioc_encoder_cmd()
1930 s5p_mfc_hw_call_void(dev->mfc_ops, try_run, dev); in s5p_mfc_start_streaming()
1999 s5p_mfc_hw_call_void(dev->mfc_ops, try_run, dev); in s5p_mfc_buf_queue()
Ds5p_mfc_opr.h298 void (*try_run)(struct s5p_mfc_dev *dev); member
Ds5p_mfc_opr_v5.c1705 .try_run = s5p_mfc_try_run_v5,
Ds5p_mfc_opr_v6.c2302 .try_run = s5p_mfc_try_run_v6,