Home
last modified time | relevance | path

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

/drivers/staging/rtl8188eu/include/
Drtw_cmd.h111 struct setopmode_parm { struct
Drtw_mlme_ext.h634 {sizeof(struct setopmode_parm), setopmode_hdl},
/drivers/staging/rtl8712/
Drtl871x_cmd.h148 struct setopmode_parm { struct
Drtl871x_cmd.c609 struct setopmode_parm *psetop; in r8712_setopmode_cmd()
/drivers/staging/rtl8188eu/core/
Drtw_cmd.c549 struct setopmode_parm *psetop; in rtw_setopmode_cmd()
554 psetop = kzalloc(sizeof(struct setopmode_parm), GFP_KERNEL); in rtw_setopmode_cmd()
Drtw_mlme_ext.c4918 struct setopmode_parm *psetop = (struct setopmode_parm *)pbuf; in setopmode_hdl()