Home
last modified time | relevance | path

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

/hardware/synaptics/wlan/synadhd/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.h295 void *cb_arg; member
Dwifi_hal.cpp663 WifiCommand *cmd = (WifiCommand *)cbi->cb_arg; in wifi_cleanup()
694 WifiCommand *cmd = (WifiCommand *)cbi->cb_arg; in wifi_cleanup()
835 void *cb_arg = cbi->cb_arg; in internal_valid_message_handler() local
836 WifiCommand *cmd = (WifiCommand *)cbi->cb_arg; in internal_valid_message_handler()
842 (*cb_func)(msg, cb_arg); in internal_valid_message_handler()
/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()
Dwifi_hal.cpp703 WifiCommand *cmd = (WifiCommand *)cbi->cb_arg; in wifi_cleanup()
735 WifiCommand *cmd = (WifiCommand *)cbi->cb_arg; in wifi_cleanup()
875 void *cb_arg = cbi->cb_arg; in internal_valid_message_handler() local
876 WifiCommand *cmd = (WifiCommand *)cbi->cb_arg; in internal_valid_message_handler()
882 (*cb_func)(msg, cb_arg); in internal_valid_message_handler()
Dcommon.h344 void *cb_arg; member
/hardware/qcom/wlan/legacy/qcwcn/wifi_hal/
Dcommon.cpp67 info->event_cb[i].cb_arg == arg) { in wifi_register_handler()
81 info->event_cb[info->num_event_cb].cb_arg = arg; in wifi_register_handler()
107 info->event_cb[i].cb_arg = arg; in wifi_register_vendor_handler()
120 info->event_cb[info->num_event_cb].cb_arg = arg; in wifi_register_vendor_handler()
Dcommon.h78 void *cb_arg; member
Dwifi_hal.cpp2182 (*(cbi->cb_func))(msg, cbi->cb_arg); in internal_valid_message_handler()
/hardware/qcom/wlan/wcn6740/qcwcn/wifi_hal/
Dcommon.cpp67 info->event_cb[i].cb_arg == arg) { in wifi_register_handler()
81 info->event_cb[info->num_event_cb].cb_arg = arg; in wifi_register_handler()
107 info->event_cb[i].cb_arg = arg; in wifi_register_vendor_handler()
120 info->event_cb[info->num_event_cb].cb_arg = arg; in wifi_register_vendor_handler()
Dcommon.h113 void *cb_arg; member
Dwifi_hal.cpp2279 (*(cbi->cb_func))(msg, cbi->cb_arg); in internal_valid_message_handler()
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/
Dwlioctl.h790 void *cb_arg; /* arg to completion callback function */ member