Home
last modified time | relevance | path

Searched refs:rtw_pwait_conf (Results 1 – 2 of 2) sorted by relevance

/device/board/unionman/unionpi_tiger/kernel/drivers/rtl88x2cs/hal/hal_hci/
Dhal_sdio.c832 struct rtw_pwait_conf *conf = &recvpriv->recvbuf_pwait.conf; in dump_recvbuf_pwait_conf()
844 struct rtw_pwait_conf *conf; in recvbuf_pwait_config_req()
847 rbuf = rtw_malloc(sizeof(*rbuf) + sizeof(struct rtw_pwait_conf)); in recvbuf_pwait_config_req()
854 conf = (struct rtw_pwait_conf *)rbuf->pbuf; in recvbuf_pwait_config_req()
871 struct rtw_pwait_conf *conf = (struct rtw_pwait_conf *)rbuf->pbuf; in recvbuf_pwait_config_hdl()
/device/board/unionman/unionpi_tiger/kernel/drivers/rtl88x2cs/include/
Dosdep_service.h451 struct rtw_pwait_conf { struct
458 struct rtw_pwait_conf conf; argument