/openbmc/linux/drivers/scsi/bnx2fc/ |
H A D | bnx2fc_els.c | 25 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 D | bnx2fc_tgt.c | 228 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 D | bnx2fc.h | 431 void (*cb_func)(struct bnx2fc_els_cb_arg *cb_arg); member
|
H A D | bnx2fc_io.c | 144 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 D | uncompress.c | 65 stream.outcb = (cb_func) WATCHDOG_RESET; in cramfs_uncompress_init()
|
/openbmc/linux/drivers/scsi/qedf/ |
H A D | qedf_els.c | 11 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 D | qedf.h | 165 void (*cb_func)(struct qedf_els_cb_arg *cb_arg); member
|
H A D | qedf_io.c | 86 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 D | cs-etm-decoder.h | 103 cs_etm_mem_cb_type cb_func);
|
H A D | cs-etm-decoder.c | 68 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 D | zlib.h | 416 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 D | ionic_txrx.c | 14 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 D | iavf_adminq.c | 595 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 D | i40e_adminq.c | 731 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 D | mpt3sas_base.h | 1735 u8 mpt3sas_base_register_callback_handler(MPT_CALLBACK cb_func);
|
H A D | mpt3sas_base.c | 2053 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 D | 0002-wayland-Add-support-for-the-Wayland-winsys.patch | 1603 …sync_callback( DISPMANX_DISPLAY_HANDLE_T display, DISPMANX_CALLBACK_FUNC_T cb_func, void *cb_arg );
|