Searched refs:cb_arg (Results 1 – 7 of 7) sorted by relevance
66 info->event_cb[info->num_event_cb].cb_arg = arg; in wifi_register_handler()92 info->event_cb[info->num_event_cb].cb_arg = arg; in wifi_register_vendor_handler()117 info->event_cb[i].cb_arg, info->event_cb[i].cb_func, cmd, i); in wifi_unregister_handler()141 info->event_cb[i].cb_arg, info->event_cb[i].cb_func, id, subcmd, i); in wifi_unregister_vendor_handler()
363 WifiCommand *cmd = (WifiCommand *)cbi->cb_arg; in wifi_cleanup()387 WifiCommand *cmd = (WifiCommand *)cbi->cb_arg; in wifi_cleanup()518 void *cb_arg = cbi->cb_arg; in internal_valid_message_handler() local519 WifiCommand *cmd = (WifiCommand *)cbi->cb_arg; in internal_valid_message_handler()525 (*cb_func)(msg, cb_arg); in internal_valid_message_handler()
148 void *cb_arg; member
67 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()
73 void *cb_arg; member
915 (*(cbi->cb_func))(msg, cbi->cb_arg); in internal_valid_message_handler()
790 void *cb_arg; /* arg to completion callback function */ member