Home
last modified time | relevance | path

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

/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/fluentbit/fluentbit/
H A D0004-wasm-avoid-cmake-try_run-when-cross-compiling.patch4 Subject: [PATCH] wasm: avoid cmake try_run when cross-compiling for x86
8 cmake try_run does not work when cross-compiling because the test program
11 | CMake Error: try_run() invoked in cross-compiling mode, please set the following cache variables …
/openbmc/linux/drivers/usb/renesas_usbhs/
H A Dfifo.c42 .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 Dfifo.h64 int (*try_run)(struct usbhs_pkt *pkt, int *is_done); member
/openbmc/linux/drivers/media/platform/samsung/s5p-mfc/
H A Ds5p_mfc_ctrl.c443 s5p_mfc_hw_call(dev->mfc_ops, try_run, dev); in s5p_mfc_open_mfc_inst()
468 s5p_mfc_hw_call(dev->mfc_ops, try_run, dev); in s5p_mfc_close_mfc_inst()
H A Ds5p_mfc.c397 s5p_mfc_hw_call(dev->mfc_ops, try_run, dev); in s5p_mfc_handle_frame()
473 s5p_mfc_hw_call(dev->mfc_ops, try_run, dev); in s5p_mfc_handle_frame()
569 s5p_mfc_hw_call(dev->mfc_ops, try_run, dev); in s5p_mfc_handle_seq_done()
607 s5p_mfc_hw_call(dev->mfc_ops, try_run, dev); in s5p_mfc_handle_init_buffers()
641 s5p_mfc_hw_call(dev->mfc_ops, try_run, dev); in s5p_mfc_handle_stream_complete()
693 s5p_mfc_hw_call(dev->mfc_ops, try_run, dev); in s5p_mfc_irq()
759 s5p_mfc_hw_call(dev->mfc_ops, try_run, dev); in s5p_mfc_irq()
H A Ds5p_mfc_dec.c563 s5p_mfc_hw_call(dev->mfc_ops, try_run, dev); in reqbufs_capture()
860 s5p_mfc_hw_call(dev->mfc_ops, try_run, dev); in vidioc_decoder_cmd()
1039 s5p_mfc_hw_call(dev->mfc_ops, try_run, dev); in s5p_mfc_start_streaming()
1070 s5p_mfc_hw_call(dev->mfc_ops, try_run, dev); in s5p_mfc_stop_streaming()
1117 s5p_mfc_hw_call(dev->mfc_ops, try_run, dev); in s5p_mfc_buf_queue()
H A Ds5p_mfc_opr.h299 void (*try_run)(struct s5p_mfc_dev *dev); member
H A Ds5p_mfc_enc.c1173 s5p_mfc_hw_call(dev->mfc_ops, try_run, dev); in enc_post_seq_start()
2304 s5p_mfc_hw_call(dev->mfc_ops, try_run, dev); in vidioc_encoder_cmd()
2527 s5p_mfc_hw_call(dev->mfc_ops, try_run, dev); in s5p_mfc_start_streaming()
2594 s5p_mfc_hw_call(dev->mfc_ops, try_run, dev); in s5p_mfc_buf_queue()
H A Ds5p_mfc_opr_v5.c1608 .try_run = s5p_mfc_try_run_v5,
H A Ds5p_mfc_opr_v6.c2503 .try_run = s5p_mfc_try_run_v6,
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/fluentbit/
H A Dfluentbit_3.2.1.bb26 file://0004-wasm-avoid-cmake-try_run-when-cross-compiling.patch \