Home
last modified time | relevance | path

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

12

/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/
H A Dwl_timer.c44 FUNC_HANDLER cb_func; member
54 TIMER_HANDLER cb_func; member
138 void *cb_func, void *cb_argu) in wl_func_enq() argument
153 e->cb_func = cb_func; in wl_func_enq()
208 e->cb_func(e->cb_argu); in WL_FUNC_HANDLER()
223 wl_func_send(void *params, void *cb_func, void *cb_argu) in wl_func_send() argument
239 if (likely(!wl_func_enq(timer_params, cb_func, cb_argu))) { in wl_func_send()
336 wl_func_send(timer_params, node->cb_func, node->cb_argu); in WL_TIMER_HANDLER()
475 wl_timer_register(struct net_device *net, timer_list_compat_t *timer, void *cb_func) in wl_timer_register() argument
497 leaf->cb_func = cb_func; in wl_timer_register()
[all …]
H A Dwl_event.c64 EXT_EVENT_HANDLER cb_func; member
253 evt_node->cb_func(dev, evt_node->cb_argu, &e->emsg, e->edata); in WL_EXT_EVENT_HANDLER()
365 void *cb_func, void *data, wl_event_prio_t prio) in wl_ext_event_register() argument
376 if (node->dev == dev && node->etype == event && node->cb_func == cb_func) { in wl_ext_event_register()
394 leaf->cb_func = cb_func; in wl_ext_event_register()
430 uint32 event, void *cb_func) in wl_ext_event_deregister() argument
442 if (node->dev == dev && node->etype == event && node->cb_func == cb_func) { in wl_ext_event_deregister()
H A Dwl_event.h14 uint32 event, void *cb_func, void *data, wl_event_prio_t prio);
16 uint32 event, void *cb_func);
H A Dwl_timer.h5 void wl_timer_register(struct net_device *net, timer_list_compat_t *timer, void *cb_func);
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/
H A Dwl_event.c71 EXT_EVENT_HANDLER cb_func; member
256 evt_node->cb_func(dev, evt_node->cb_argu, &e->emsg, e->edata); in WL_EXT_EVENT_HANDLER()
367 void *cb_func, void *data, wl_event_prio_t prio) in wl_ext_event_register() argument
378 if (node->dev == dev && node->etype == event && node->cb_func == cb_func) { in wl_ext_event_register()
395 leaf->cb_func = cb_func; in wl_ext_event_register()
431 uint32 event, void *cb_func) in wl_ext_event_deregister() argument
443 if (node->dev == dev && node->etype == event && node->cb_func == cb_func) { in wl_ext_event_deregister()
H A Dwl_android.h161 uint32 event, void *cb_func, void *data, wl_event_prio_t prio);
163 uint32 event, void *cb_func);
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/
H A Dwl_event.c63 EXT_EVENT_HANDLER cb_func; member
252 evt_node->cb_func(dev, evt_node->cb_argu, &e->emsg, e->edata); in WL_EXT_EVENT_HANDLER()
363 void *cb_func, void *data, wl_event_prio_t prio) in wl_ext_event_register() argument
374 if (node->dev == dev && node->etype == event && node->cb_func == cb_func) { in wl_ext_event_register()
391 leaf->cb_func = cb_func; in wl_ext_event_register()
427 uint32 event, void *cb_func) in wl_ext_event_deregister() argument
439 if (node->dev == dev && node->etype == event && node->cb_func == cb_func) { in wl_ext_event_deregister()
H A Dwl_event.h14 uint32 event, void *cb_func, void *data, wl_event_prio_t prio);
16 uint32 event, void *cb_func);
/OK3568_Linux_fs/kernel/drivers/gpu/arm/mali400/mali/linux/
H A Dmali_dma_fence.h51 mali_dma_fence_context_callback_func_t cb_func; member
79 mali_dma_fence_context_callback_func_t cb_func,
H A Dmali_dma_fence.c116 dma_fence_context->cb_func(dma_fence_context->pp_job_ptr); in mali_dma_fence_context_work_func()
263 mali_dma_fence_context_callback_func_t cb_func, in mali_dma_fence_context_init() argument
272 dma_fence_context->cb_func = cb_func; in mali_dma_fence_context_init()
/OK3568_Linux_fs/kernel/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.h434 void (*cb_func)(struct bnx2fc_els_cb_arg *cb_arg); member
/OK3568_Linux_fs/kernel/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.h169 void (*cb_func)(struct qedf_els_cb_arg *cb_arg); member
H A Dqedf_io.c91 if (io_req->cb_func && io_req->cb_arg) { in qedf_cmd_timeout()
92 io_req->cb_func(io_req->cb_arg); in qedf_cmd_timeout()
1591 if (els_req->cb_func && els_req->cb_arg) { in qedf_flush_els_req()
1592 els_req->cb_func(els_req->cb_arg); in qedf_flush_els_req()
/OK3568_Linux_fs/u-boot/fs/cramfs/
H A Duncompress.c65 stream.outcb = (cb_func) WATCHDOG_RESET; in cramfs_uncompress_init()
/OK3568_Linux_fs/kernel/tools/perf/util/cs-etm-decoder/
H A Dcs-etm-decoder.h89 cs_etm_mem_cb_type cb_func);
H A Dcs-etm-decoder.c56 cs_etm_mem_cb_type cb_func) in cs_etm_decoder__add_mem_access_cb() argument
58 decoder->mem_access = cb_func; in cs_etm_decoder__add_mem_access_cb()
/OK3568_Linux_fs/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 */
/OK3568_Linux_fs/kernel/drivers/net/ethernet/pensando/ionic/
H A Dionic_txrx.c23 ionic_desc_cb cb_func, void *cb_arg) in ionic_txq_post() argument
27 ionic_q_post(q, ring_dbell, cb_func, cb_arg); in ionic_txq_post()
31 ionic_desc_cb cb_func, void *cb_arg) in ionic_rxq_post() argument
33 ionic_q_post(q, ring_dbell, cb_func, cb_arg); in ionic_rxq_post()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/iavf/
H A Diavf_adminq.c597 IAVF_ADMINQ_CALLBACK cb_func = in iavf_clean_asq() local
600 cb_func(hw, &desc_cb); in iavf_clean_asq()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/include/
H A Devent_log_payload.h560 uint32 cb_func; member
/OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/i40e/
H A Di40e_adminq.c736 I40E_ADMINQ_CALLBACK cb_func = in i40e_clean_asq() local
739 cb_func(hw, &desc_cb); in i40e_clean_asq()
/OK3568_Linux_fs/kernel/drivers/video/rockchip/rga3/
H A Drga_job.c524 dma_fence_func_t cb_func) in rga_request_add_acquire_fence_callback() argument
564 ret = rga_dma_fence_add_callback(acquire_fence, cb_func, (void *)request); in rga_request_add_acquire_fence_callback()

12