Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/realtek/rtw89/
H A Drtw8852bt.c838 .nctl_post_table = NULL,
H A Drtw8852b.c979 .nctl_post_table = NULL,
H A Drtw8852a.c2384 .nctl_post_table = NULL,
H A Drtw8851b.c2621 .nctl_post_table = &rtw8851b_nctl_post_defs_tbl,
H A Drtw8852c.c3181 .nctl_post_table = NULL,
H A Drtw8922a.c3246 .nctl_post_table = NULL,
H A Drtw8922d.c3721 .nctl_post_table = &rtw8922d_nctl_post_defs_tbl,
H A Dphy.c2076 if (chip->nctl_post_table) in rtw89_phy_init_rf_nctl()
2077 rtw89_rfk_parser(rtwdev, chip->nctl_post_table); in rtw89_phy_init_rf_nctl()
H A Dcore.h5786 const struct rtw89_rfk_tbl *nctl_post_table; member