Searched refs:try_run (Results 1 – 9 of 9) sorted by relevance
/Linux-v4.19/drivers/usb/renesas_usbhs/ |
D | fifo.c | 42 .try_run = usbhsf_null_handle, 170 func = pkt->handler->try_run; in usbhsf_pkt_handler() 424 .try_run = usbhs_dcp_dir_switch_done, 429 .try_run = usbhs_dcp_dir_switch_done, 602 .try_run = usbhsf_pio_try_push, 732 .try_run = usbhsf_pio_try_pop, 749 .try_run = usbhsf_ctrl_stage_end, 941 return pkt->handler->try_run(pkt, is_done); in usbhsf_dma_push_done() 1103 return pkt->handler->try_run(pkt, is_done); in usbhsf_dma_try_pop_with_rx_irq() 1202 .try_run = usbhsf_dma_try_pop,
|
D | fifo.h | 64 int (*try_run)(struct usbhs_pkt *pkt, int *is_done); member
|
/Linux-v4.19/drivers/media/platform/s5p-mfc/ |
D | s5p_mfc_ctrl.c | 447 s5p_mfc_hw_call(dev->mfc_ops, try_run, dev); in s5p_mfc_open_mfc_inst() 472 s5p_mfc_hw_call(dev->mfc_ops, try_run, dev); in s5p_mfc_close_mfc_inst()
|
D | s5p_mfc.c | 389 s5p_mfc_hw_call(dev->mfc_ops, try_run, dev); in s5p_mfc_handle_frame() 465 s5p_mfc_hw_call(dev->mfc_ops, try_run, dev); in s5p_mfc_handle_frame() 557 s5p_mfc_hw_call(dev->mfc_ops, try_run, dev); in s5p_mfc_handle_seq_done() 595 s5p_mfc_hw_call(dev->mfc_ops, try_run, dev); in s5p_mfc_handle_init_buffers() 629 s5p_mfc_hw_call(dev->mfc_ops, try_run, dev); in s5p_mfc_handle_stream_complete() 681 s5p_mfc_hw_call(dev->mfc_ops, try_run, dev); in s5p_mfc_irq() 747 s5p_mfc_hw_call(dev->mfc_ops, try_run, dev); in s5p_mfc_irq()
|
D | s5p_mfc_dec.c | 560 s5p_mfc_hw_call(dev->mfc_ops, try_run, dev); in reqbufs_capture() 840 s5p_mfc_hw_call(dev->mfc_ops, try_run, dev); in vidioc_decoder_cmd() 1019 s5p_mfc_hw_call(dev->mfc_ops, try_run, dev); in s5p_mfc_start_streaming() 1050 s5p_mfc_hw_call(dev->mfc_ops, try_run, dev); in s5p_mfc_stop_streaming() 1097 s5p_mfc_hw_call(dev->mfc_ops, try_run, dev); in s5p_mfc_buf_queue()
|
D | s5p_mfc_opr.h | 302 void (*try_run)(struct s5p_mfc_dev *dev); member
|
D | s5p_mfc_enc.c | 1179 s5p_mfc_hw_call(dev->mfc_ops, try_run, dev); in enc_post_seq_start() 2314 s5p_mfc_hw_call(dev->mfc_ops, try_run, dev); in vidioc_encoder_cmd() 2537 s5p_mfc_hw_call(dev->mfc_ops, try_run, dev); in s5p_mfc_start_streaming() 2604 s5p_mfc_hw_call(dev->mfc_ops, try_run, dev); in s5p_mfc_buf_queue()
|
D | s5p_mfc_opr_v5.c | 1611 .try_run = s5p_mfc_try_run_v5,
|
D | s5p_mfc_opr_v6.c | 2506 .try_run = s5p_mfc_try_run_v6,
|