Home
last modified time | relevance | path

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

/Linux-v5.4/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-v5.4/drivers/staging/rtl8188eu/include/
Drtw_mlme_ext.h581 struct cmd_hdl { struct
616 static struct cmd_hdl wlancmds[] = {
/Linux-v5.4/drivers/staging/rtl8723bs/core/
Drtw_cmd.c90 static struct cmd_hdl wlancmds[] = {
408 u8 (*cmd_hdl)(struct adapter *padapter, u8 *pbuf); in rtw_cmd_thread() local
479 cmd_hdl = wlancmds[pcmd->cmdcode].h2cfuns; in rtw_cmd_thread()
481 if (cmd_hdl) { in rtw_cmd_thread()
482 ret = cmd_hdl(pcmd->padapter, pcmdbuf); in rtw_cmd_thread()
491 cmd_hdl = NULL; in rtw_cmd_thread()
/Linux-v5.4/drivers/staging/rtl8723bs/include/
Drtw_mlme_ext.h748 struct cmd_hdl { struct