Searched refs:cb_arg (Results 1 – 7 of 7) sorted by relevance
84 info->event_cb[info->num_event_cb].cb_arg = arg; in wifi_register_handler()110 info->event_cb[info->num_event_cb].cb_arg = arg; in wifi_register_vendor_handler()135 info->event_cb[i].cb_arg, info->event_cb[i].cb_func, cmd, i); in wifi_unregister_handler()159 info->event_cb[i].cb_arg, info->event_cb[i].cb_func, id, subcmd, i); in wifi_unregister_vendor_handler()
411 WifiCommand *cmd = (WifiCommand *)cbi->cb_arg; in wifi_cleanup()435 WifiCommand *cmd = (WifiCommand *)cbi->cb_arg; in wifi_cleanup()566 void *cb_arg = cbi->cb_arg; in internal_valid_message_handler() local567 WifiCommand *cmd = (WifiCommand *)cbi->cb_arg; in internal_valid_message_handler()573 (*cb_func)(msg, cb_arg); in internal_valid_message_handler()
165 void *cb_arg; member
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()
76 void *cb_arg; member
1639 (*(cbi->cb_func))(msg, cbi->cb_arg); in internal_valid_message_handler()
790 void *cb_arg; /* arg to completion callback function */ member