Home
last modified time | relevance | path

Searched refs:cb_arg (Results 1 – 5 of 5) sorted by relevance

/hardware/broadcom/wlan/bcmdhd/wifi_hal/
Dcommon.cpp86 info->event_cb[info->num_event_cb].cb_arg = arg; in wifi_register_handler()
125 info->event_cb[i].cb_arg = arg; in wifi_register_vendor_handler()
131 info->event_cb[info->num_event_cb].cb_arg = arg; in wifi_register_vendor_handler()
157 info->event_cb[i].cb_arg, info->event_cb[i].cb_func, cmd, i); in wifi_unregister_handler()
178 info->event_cb[i].cb_arg, info->event_cb[i].cb_func, id, subcmd, i); in wifi_unregister_vendor_handler_without_lock()
Dcommon.h291 void *cb_arg; member
Dwifi_hal.cpp659 WifiCommand *cmd = (WifiCommand *)cbi->cb_arg; in wifi_cleanup()
690 WifiCommand *cmd = (WifiCommand *)cbi->cb_arg; in wifi_cleanup()
823 void *cb_arg = cbi->cb_arg; in internal_valid_message_handler() local
824 WifiCommand *cmd = (WifiCommand *)cbi->cb_arg; in internal_valid_message_handler()
830 (*cb_func)(msg, cb_arg); in internal_valid_message_handler()
/hardware/qcom/wlan/qcwcn/wifi_hal/
Dcommon.cpp69 info->event_cb[i].cb_arg == arg) { in wifi_register_handler()
83 info->event_cb[info->num_event_cb].cb_arg = arg; in wifi_register_handler()
109 info->event_cb[i].cb_arg = arg; in wifi_register_vendor_handler()
122 info->event_cb[info->num_event_cb].cb_arg = arg; in wifi_register_vendor_handler()
Dcommon.h78 void *cb_arg; member