Searched defs:FunctionContext (Results 1 - 6 of 6) sorted by relevance

/drivers/staging/rtl8712/
H A Dmlme_linux.c35 static void sitesurvey_ctrl_handler(void *FunctionContext) argument
37 struct _adapter *adapter = (struct _adapter *)FunctionContext;
44 static void join_timeout_handler (void *FunctionContext) argument
46 struct _adapter *adapter = (struct _adapter *)FunctionContext;
51 static void _scan_timeout_handler (void *FunctionContext) argument
53 struct _adapter *adapter = (struct _adapter *)FunctionContext;
58 static void dhcp_timeout_handler (void *FunctionContext) argument
60 struct _adapter *adapter = (struct _adapter *)FunctionContext;
65 static void wdg_timeout_handler (void *FunctionContext) argument
67 struct _adapter *adapter = (struct _adapter *)FunctionContext;
[all...]
H A Drecv_linux.c154 static void _r8712_reordering_ctrl_timeout_handler (void *FunctionContext) argument
157 (struct recv_reorder_ctrl *)FunctionContext;
H A Drtl871x_pwrctrl.c170 static void rpwm_check_handler (void *FunctionContext) argument
172 struct _adapter *adapter = (struct _adapter *)FunctionContext;
H A Drtl871x_security.c1401 void r8712_use_tkipkey_handler(void *FunctionContext) argument
1403 struct _adapter *padapter = (struct _adapter *)FunctionContext;
/drivers/staging/rtl8188eu/core/
H A Drtw_pwrctrl.c285 static void pwr_state_check_handler(void *FunctionContext) argument
287 struct adapter *padapter = (struct adapter *)FunctionContext;
/drivers/staging/rtl8723au/core/
H A Drtw_security.c1636 void rtw_use_tkipkey_handler23a(void *FunctionContext) argument
1638 struct rtw_adapter *padapter = (struct rtw_adapter *)FunctionContext;

Completed in 518 milliseconds