Home
last modified time | relevance | path

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

/openbmc/linux/drivers/staging/rtl8712/
H A Drtl871x_cmd.h135 struct setopmode_parm { struct
H A Drtl871x_cmd.c497 struct setopmode_parm *psetop; in r8712_setopmode_cmd()
/openbmc/linux/drivers/staging/rtl8723bs/include/
H A Drtw_cmd.h224 struct setopmode_parm { struct
/openbmc/linux/drivers/staging/rtl8723bs/core/
H A Drtw_cmd.c105 GEN_MLME_EXT_HANDLER(sizeof(struct setopmode_parm), setopmode_hdl)
833 struct setopmode_parm *psetop; in rtw_setopmode_cmd()
838 psetop = rtw_zmalloc(sizeof(struct setopmode_parm)); in rtw_setopmode_cmd()
H A Drtw_mlme_ext.c5209 struct setopmode_parm *psetop = (struct setopmode_parm *)pbuf; in setopmode_hdl()