Home
last modified time | relevance | path

Searched refs:ftable (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/fs/udf/
H A Dsuper.c1063 bool umap, utable, fmap, ftable; in check_partition_desc() local
1081 ftable = phd->freedSpaceTable.extLength; in check_partition_desc()
1085 if (!utable && !umap && !ftable && !fmap) in check_partition_desc()
1089 if (ftable || fmap) in check_partition_desc()
/linux-6.15/drivers/net/wireless/realtek/rtw89/
H A Dphy.c4262 memset(h2c->ftable[path], 0, sizeof(h2c->ftable[path])); in rtw89_phy_rfk_tssi_fill_fwcmd_tmeter_tbl()
4281 h2c->ftable[path][i + 0] = thm_ofst[i + 3]; in rtw89_phy_rfk_tssi_fill_fwcmd_tmeter_tbl()
4282 h2c->ftable[path][i + 1] = thm_ofst[i + 2]; in rtw89_phy_rfk_tssi_fill_fwcmd_tmeter_tbl()
4283 h2c->ftable[path][i + 2] = thm_ofst[i + 1]; in rtw89_phy_rfk_tssi_fill_fwcmd_tmeter_tbl()
4284 h2c->ftable[path][i + 3] = thm_ofst[i + 0]; in rtw89_phy_rfk_tssi_fill_fwcmd_tmeter_tbl()
H A Dfw.h4366 u8 ftable[2][128]; member