Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/rtl8188eu/include/
Drtw_cmd.h116 struct setopmode_parm { struct
Drtw_mlme_ext.h710 GEN_MLME_EXT_HANDLER(sizeof(struct setopmode_parm), setopmode_hdl)
/linux-4.1.27/drivers/staging/rtl8723au/core/
Drtw_cmd.c42 GEN_MLME_EXT_HANDLER(sizeof(struct setopmode_parm), setopmode_hdl23a)
636 struct setopmode_parm *psetop; in rtw_setopmode_cmd23a()
645 psetop = kzalloc(sizeof(struct setopmode_parm), GFP_KERNEL); in rtw_setopmode_cmd23a()
Drtw_mlme_ext.c5454 const struct setopmode_parm *psetop = (struct setopmode_parm *)pbuf; in setopmode_hdl23a()
/linux-4.1.27/drivers/staging/rtl8712/
Drtl871x_cmd.h166 struct setopmode_parm { struct
Drtl871x_cmd.c641 struct setopmode_parm *psetop; in r8712_setopmode_cmd()
/linux-4.1.27/drivers/staging/rtl8723au/include/
Drtw_cmd.h170 struct setopmode_parm { struct
/linux-4.1.27/drivers/staging/rtl8188eu/core/
Drtw_cmd.c570 struct setopmode_parm *psetop; in rtw_setopmode_cmd()
581 psetop = kzalloc(sizeof(struct setopmode_parm), GFP_KERNEL); in rtw_setopmode_cmd()
Drtw_mlme_ext.c4936 struct setopmode_parm *psetop = (struct setopmode_parm *)pbuf; in setopmode_hdl()