Home
last modified time | relevance | path

Searched refs:cb_func (Results 1 – 17 of 17) sorted by relevance

/openbmc/linux/drivers/scsi/bnx2fc/
H A Dbnx2fc_els.c25 void (*cb_func)(struct bnx2fc_els_cb_arg *cb_arg),
672 void (*cb_func)(struct bnx2fc_els_cb_arg *cb_arg), in bnx2fc_initiate_els()
714 els_req->cb_func = cb_func; in bnx2fc_initiate_els()
742 els_req->cb_func = NULL; in bnx2fc_initiate_els()
783 els_req->cb_func = NULL; in bnx2fc_initiate_els()
849 if ((els_req->cb_func) && (els_req->cb_arg)) { in bnx2fc_process_els_compl()
850 els_req->cb_func(els_req->cb_arg); in bnx2fc_process_els_compl()
H A Dbnx2fc_tgt.c228 if ((io_req->cb_func) && (io_req->cb_arg)) { in bnx2fc_flush_active_ios()
229 io_req->cb_func(io_req->cb_arg); in bnx2fc_flush_active_ios()
H A Dbnx2fc.h431 void (*cb_func)(struct bnx2fc_els_cb_arg *cb_arg); member
H A Dbnx2fc_io.c144 if ((io_req->cb_func) && (io_req->cb_arg)) { in bnx2fc_cmd_timeout()
145 io_req->cb_func(io_req->cb_arg); in bnx2fc_cmd_timeout()
/openbmc/u-boot/fs/cramfs/
H A Duncompress.c65 stream.outcb = (cb_func) WATCHDOG_RESET; in cramfs_uncompress_init()
/openbmc/linux/drivers/scsi/qedf/
H A Dqedf_els.c11 void (*cb_func)(struct qedf_els_cb_arg *cb_arg), in qedf_initiate_els()
71 els_req->cb_func = cb_func; in qedf_initiate_els()
95 els_req->cb_func = NULL; in qedf_initiate_els()
183 if ((els_req->cb_func) && (els_req->cb_arg)) { in qedf_process_els_compl()
184 els_req->cb_func(els_req->cb_arg); in qedf_process_els_compl()
H A Dqedf.h165 void (*cb_func)(struct qedf_els_cb_arg *cb_arg); member
H A Dqedf_io.c86 if (io_req->cb_func && io_req->cb_arg) { in qedf_cmd_timeout()
87 io_req->cb_func(io_req->cb_arg); in qedf_cmd_timeout()
1571 if (els_req->cb_func && els_req->cb_arg) { in qedf_flush_els_req()
1572 els_req->cb_func(els_req->cb_arg); in qedf_flush_els_req()
/openbmc/linux/tools/perf/util/cs-etm-decoder/
H A Dcs-etm-decoder.h103 cs_etm_mem_cb_type cb_func);
H A Dcs-etm-decoder.c68 cs_etm_mem_cb_type cb_func) in cs_etm_decoder__add_mem_access_cb() argument
70 decoder->mem_access = cb_func; in cs_etm_decoder__add_mem_access_cb()
/openbmc/u-boot/include/u-boot/
H A Dzlib.h416 typedef void (*cb_func) OF((Bytef *buf, uInt len));
434 cb_func outcb; /* called regularly just before blocks of output */
/openbmc/linux/drivers/net/ethernet/pensando/ionic/
H A Dionic_txrx.c14 ionic_desc_cb cb_func, void *cb_arg) in ionic_txq_post() argument
16 ionic_q_post(q, ring_dbell, cb_func, cb_arg); in ionic_txq_post()
20 ionic_desc_cb cb_func, void *cb_arg) in ionic_rxq_post() argument
22 ionic_q_post(q, ring_dbell, cb_func, cb_arg); in ionic_rxq_post()
/openbmc/linux/drivers/net/ethernet/intel/iavf/
H A Diavf_adminq.c595 IAVF_ADMINQ_CALLBACK cb_func = in iavf_clean_asq() local
598 cb_func(hw, &desc_cb); in iavf_clean_asq()
/openbmc/linux/drivers/net/ethernet/intel/i40e/
H A Di40e_adminq.c731 I40E_ADMINQ_CALLBACK cb_func = in i40e_clean_asq() local
734 cb_func(hw, &desc_cb); in i40e_clean_asq()
/openbmc/linux/drivers/scsi/mpt3sas/
H A Dmpt3sas_base.h1735 u8 mpt3sas_base_register_callback_handler(MPT_CALLBACK cb_func);
H A Dmpt3sas_base.c2053 mpt3sas_base_register_callback_handler(MPT_CALLBACK cb_func) in mpt3sas_base_register_callback_handler() argument
2061 mpt_callbacks[cb_idx] = cb_func; in mpt3sas_base_register_callback_handler()
/openbmc/openbmc/meta-raspberrypi/recipes-graphics/userland/files/
H A D0002-wayland-Add-support-for-the-Wayland-winsys.patch1603 …sync_callback( DISPMANX_DISPLAY_HANDLE_T display, DISPMANX_CALLBACK_FUNC_T cb_func, void *cb_arg );