Searched refs:try_run (Results 1 – 6 of 6) sorted by relevance
/linux/drivers/usb/renesas_usbhs/ |
H A D | fifo.c | 42 .try_run = usbhsf_null_handle, 180 func = pkt->handler->try_run; in usbhsf_pkt_handler() 431 .try_run = usbhs_dcp_dir_switch_done, 436 .try_run = usbhs_dcp_dir_switch_done, 614 .try_run = usbhsf_pio_try_push, 744 .try_run = usbhsf_pio_try_pop, 761 .try_run = usbhsf_ctrl_stage_end, 966 return pkt->handler->try_run(pkt, is_done); in usbhsf_dma_push_done() 1127 return pkt->handler->try_run(pkt, is_done); in usbhsf_dma_try_pop_with_rx_irq() 1224 .try_run = usbhsf_dma_try_pop,
|
H A D | fifo.h | 64 int (*try_run)(struct usbhs_pkt *pkt, int *is_done); member
|
/linux/drivers/media/platform/samsung/s5p-mfc/ |
H A D | s5p_mfc_ctrl.c | 449 s5p_mfc_hw_call(dev->mfc_ops, try_run, dev); in s5p_mfc_open_mfc_inst() 474 s5p_mfc_hw_call(dev->mfc_ops, try_run, dev); in s5p_mfc_close_mfc_inst()
|
H A D | s5p_mfc_opr.h | 301 void (*try_run)(struct s5p_mfc_dev *dev); member
|
H A D | s5p_mfc_opr_v5.c | 1610 .try_run = s5p_mfc_try_run_v5,
|
H A D | s5p_mfc_opr_v6.c | 2676 .try_run = s5p_mfc_try_run_v6,
|