Lines Matching defs:tbl
1510 const struct rtw89_phy_reg3_tbl *tbl)
1515 for (i = 0; i < tbl->size; i++) {
1516 reg3 = &tbl->reg3[i];
1552 const struct rtw89_txpwr_table *tbl)
1554 const struct rtw89_txpwr_byrate_cfg *cfg = tbl->data;
1555 const struct rtw89_txpwr_byrate_cfg *end = cfg + tbl->size;
4561 rtw89_rfk_parser(struct rtw89_dev *rtwdev, const struct rtw89_rfk_tbl *tbl)
4563 const struct rtw89_reg5_def *p = tbl->defs;
4564 const struct rtw89_reg5_def *end = tbl->defs + tbl->size;