Home
last modified time | relevance | path

Searched refs:setopmode_parm (Results 1 – 9 of 9) sorted by relevance

/Linux-v4.19/drivers/staging/rtl8188eu/include/
Drtw_cmd.h103 struct setopmode_parm { struct
Drtw_mlme_ext.h630 {sizeof(struct setopmode_parm), setopmode_hdl},
/Linux-v4.19/drivers/staging/rtl8712/
Drtl871x_cmd.h148 struct setopmode_parm { struct
Drtl871x_cmd.c612 struct setopmode_parm *psetop; in r8712_setopmode_cmd()
/Linux-v4.19/drivers/staging/rtl8723bs/include/
Drtw_cmd.h256 struct setopmode_parm { struct
/Linux-v4.19/drivers/staging/rtl8188eu/core/
Drtw_cmd.c526 struct setopmode_parm *psetop; in rtw_setopmode_cmd()
531 psetop = kzalloc(sizeof(struct setopmode_parm), GFP_KERNEL); in rtw_setopmode_cmd()
Drtw_mlme_ext.c4859 struct setopmode_parm *psetop = (struct setopmode_parm *)pbuf; in setopmode_hdl()
/Linux-v4.19/drivers/staging/rtl8723bs/core/
Drtw_cmd.c107 GEN_MLME_EXT_HANDLER(sizeof(struct setopmode_parm), setopmode_hdl)
967 struct setopmode_parm *psetop; in rtw_setopmode_cmd()
972 psetop = rtw_zmalloc(sizeof(struct setopmode_parm)); in rtw_setopmode_cmd()
Drtw_mlme_ext.c6066 struct setopmode_parm *psetop = (struct setopmode_parm *)pbuf; in setopmode_hdl()