Home
last modified time | relevance | path

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

/linux/fs/udf/
H A Dsuper.c1064 bool umap, utable, fmap, ftable; in check_partition_desc() local
1082 ftable = phd->freedSpaceTable.extLength; in check_partition_desc()
1086 if (!utable && !umap && !ftable && !fmap) in check_partition_desc()
1090 if (ftable || fmap) in check_partition_desc()
/linux/drivers/net/wireless/realtek/rtw89/
H A Dphy.c4911 memset(h2c->ftable[path], 0, sizeof(h2c->ftable[path])); in rtw89_phy_rfk_tssi_fill_fwcmd_tmeter_tbl()
4934 h2c->ftable[path][i + 0] = thm_ofst[i + 3]; in rtw89_phy_rfk_tssi_fill_fwcmd_tmeter_tbl()
4935 h2c->ftable[path][i + 1] = thm_ofst[i + 2]; in rtw89_phy_rfk_tssi_fill_fwcmd_tmeter_tbl()
4936 h2c->ftable[path][i + 2] = thm_ofst[i + 1]; in rtw89_phy_rfk_tssi_fill_fwcmd_tmeter_tbl()
4937 h2c->ftable[path][i + 3] = thm_ofst[i + 0]; in rtw89_phy_rfk_tssi_fill_fwcmd_tmeter_tbl()
H A Dfw.h5059 u8 ftable[2][128]; member