Home
last modified time | relevance | path

Searched refs:twt_cfg_ring (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/
H A Dphl_twt.c505 config = (struct phl_twt_config *)twt_cfg_i->twt_cfg_ring; in _twt_dump_twt_cfg_info()
519 (struct phl_twt_config *)twt_cfg_i->twt_cfg_ring; in _twt_operate_twt_config()
1143 if (NULL == twt_cfg_i->twt_cfg_ring) { in phl_twt_init()
1146 twt_cfg_i->twt_cfg_ring = _os_mem_alloc(drv, len); in phl_twt_init()
1147 if (NULL == twt_cfg_i->twt_cfg_ring) { in phl_twt_init()
1152 config = (struct phl_twt_config *)twt_cfg_i->twt_cfg_ring; in phl_twt_init()
1190 if (NULL == twt_cfg_i->twt_cfg_ring) in phl_twt_deinit()
1192 config = (struct phl_twt_config *)(twt_cfg_i->twt_cfg_ring); in phl_twt_deinit()
1203 _os_mem_free(drv, twt_cfg_i->twt_cfg_ring, len); in phl_twt_deinit()
H A Dphl_twt.h83 void *twt_cfg_ring; /*struct phl_twt_config*/ member
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/
H A Dphl_twt.c505 config = (struct phl_twt_config *)twt_cfg_i->twt_cfg_ring; in _twt_dump_twt_cfg_info()
519 (struct phl_twt_config *)twt_cfg_i->twt_cfg_ring; in _twt_operate_twt_config()
1143 if (NULL == twt_cfg_i->twt_cfg_ring) { in phl_twt_init()
1146 twt_cfg_i->twt_cfg_ring = _os_mem_alloc(drv, len); in phl_twt_init()
1147 if (NULL == twt_cfg_i->twt_cfg_ring) { in phl_twt_init()
1152 config = (struct phl_twt_config *)twt_cfg_i->twt_cfg_ring; in phl_twt_init()
1190 if (NULL == twt_cfg_i->twt_cfg_ring) in phl_twt_deinit()
1192 config = (struct phl_twt_config *)(twt_cfg_i->twt_cfg_ring); in phl_twt_deinit()
1203 _os_mem_free(drv, twt_cfg_i->twt_cfg_ring, len); in phl_twt_deinit()
H A Dphl_twt.h83 void *twt_cfg_ring; /*struct phl_twt_config*/ member