Searched refs:cb_arg (Results 1 – 5 of 5) sorted by relevance
86 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()
291 void *cb_arg; member
659 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() local824 WifiCommand *cmd = (WifiCommand *)cbi->cb_arg; in internal_valid_message_handler()830 (*cb_func)(msg, cb_arg); in internal_valid_message_handler()
69 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()
78 void *cb_arg; member