Home
last modified time | relevance | path

Searched refs:cmd_hdl (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/drivers/staging/rtl8188eu/core/
Drtw_cmd.c142 u8 (*cmd_hdl)(struct adapter *padapter, u8 *pbuf); in rtw_cmd_thread() local
181 cmd_hdl = wlancmds[pcmd->cmdcode].h2cfuns; in rtw_cmd_thread()
183 if (cmd_hdl) { in rtw_cmd_thread()
184 ret = cmd_hdl(pcmd->padapter, pcmd->parmbuf); in rtw_cmd_thread()
191 cmd_hdl = NULL; in rtw_cmd_thread()
/Linux-v4.19/drivers/staging/rtl8188eu/include/
Drtw_mlme_ext.h591 struct cmd_hdl { struct
626 static struct cmd_hdl wlancmds[] = {
/Linux-v4.19/drivers/staging/rtl8723bs/core/
Drtw_cmd.c89 static struct cmd_hdl wlancmds[] = {
425 u8 (*cmd_hdl)(struct adapter *padapter, u8 *pbuf); in rtw_cmd_thread() local
497 cmd_hdl = wlancmds[pcmd->cmdcode].h2cfuns; in rtw_cmd_thread()
499 if (cmd_hdl) { in rtw_cmd_thread()
500 ret = cmd_hdl(pcmd->padapter, pcmdbuf); in rtw_cmd_thread()
509 cmd_hdl = NULL; in rtw_cmd_thread()
/Linux-v4.19/drivers/staging/rtl8723bs/include/
Drtw_mlme_ext.h750 struct cmd_hdl { struct