Searched refs:cb_arg (Results 1 - 7 of 7) sorted by relevance

/hardware/broadcom/wlan/bcmdhd/wifi_hal/
H A Dcommon.cpp66 info->event_cb[info->num_event_cb].cb_arg = arg;
92 info->event_cb[info->num_event_cb].cb_arg = arg;
117 info->event_cb[i].cb_arg, info->event_cb[i].cb_func, cmd, i);
141 info->event_cb[i].cb_arg, info->event_cb[i].cb_func, id, subcmd, i);
H A Dcommon.h148 void *cb_arg; member in struct:__anon185
H A Dwifi_hal.cpp347 WifiCommand *cmd = (WifiCommand *)cbi->cb_arg;
371 WifiCommand *cmd = (WifiCommand *)cbi->cb_arg;
500 void *cb_arg = cbi->cb_arg; local
501 WifiCommand *cmd = (WifiCommand *)cbi->cb_arg;
507 (*cb_func)(msg, cb_arg);
/hardware/qcom/wlan/qcwcn/wifi_hal/
H A Dcommon.cpp67 info->event_cb[i].cb_arg == arg) {
81 info->event_cb[info->num_event_cb].cb_arg = arg;
107 info->event_cb[i].cb_arg = arg;
120 info->event_cb[info->num_event_cb].cb_arg = arg;
H A Dcommon.h74 void *cb_arg; member in struct:__anon4743
H A Dwifi_hal.cpp807 (*(cbi->cb_func))(msg, cbi->cb_arg);
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/
H A Dwlioctl.h790 void *cb_arg; /* arg to completion callback function */ member in struct:wl_rm_req

Completed in 1231 milliseconds