| /OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/ |
| H A D | wl_timer.c | 44 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 D | wl_event.c | 64 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 D | wl_event.h | 14 uint32 event, void *cb_func, void *data, wl_event_prio_t prio); 16 uint32 event, void *cb_func);
|
| H A D | wl_timer.h | 5 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 D | wl_event.c | 71 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 D | wl_android.h | 161 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 D | wl_event.c | 63 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 D | wl_event.h | 14 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 D | mali_dma_fence.h | 51 mali_dma_fence_context_callback_func_t cb_func; member 79 mali_dma_fence_context_callback_func_t cb_func,
|
| H A D | mali_dma_fence.c | 116 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 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 | 434 void (*cb_func)(struct bnx2fc_els_cb_arg *cb_arg); member
|
| /OK3568_Linux_fs/kernel/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 | 169 void (*cb_func)(struct qedf_els_cb_arg *cb_arg); member
|
| H A D | qedf_io.c | 91 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 D | uncompress.c | 65 stream.outcb = (cb_func) WATCHDOG_RESET; in cramfs_uncompress_init()
|
| /OK3568_Linux_fs/kernel/tools/perf/util/cs-etm-decoder/ |
| H A D | cs-etm-decoder.h | 89 cs_etm_mem_cb_type cb_func);
|
| H A D | cs-etm-decoder.c | 56 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 D | zlib.h | 416 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 D | ionic_txrx.c | 23 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 D | iavf_adminq.c | 597 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 D | event_log_payload.h | 560 uint32 cb_func; member
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/i40e/ |
| H A D | i40e_adminq.c | 736 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 D | rga_job.c | 524 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()
|