Home
last modified time | relevance | path

Searched refs:tfp (Results 1 – 7 of 7) sorted by relevance

/linux/drivers/gpu/drm/i915/display/
H A Ddvo_tfp410.c98 struct tfp410_priv *tfp = dvo->dev_priv; in tfp410_readb() local
126 if (!tfp->quiet) { in tfp410_readb()
135 struct tfp410_priv *tfp = dvo->dev_priv; in tfp410_writeb() local
151 if (!tfp->quiet) { in tfp410_writeb()
175 struct tfp410_priv *tfp; in tfp410_init() local
178 tfp = kzalloc_obj(*tfp); in tfp410_init()
179 if (tfp == NULL) in tfp410_init()
183 dvo->dev_priv = tfp; in tfp410_init()
184 tfp->quiet = true; in tfp410_init()
199 tfp->quiet = false; in tfp410_init()
[all …]
/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Dpagealloc.c131 struct fw_page *tfp; in insert_page() local
142 tfp = rb_entry(parent, struct fw_page, rb_node); in insert_page()
143 if (tfp->addr < addr) in insert_page()
145 else if (tfp->addr > addr) in insert_page()
175 struct fw_page *tfp; in find_fw_page() local
184 tfp = rb_entry(tmp, struct fw_page, rb_node); in find_fw_page()
185 if (tfp->addr < addr) { in find_fw_page()
187 } else if (tfp->addr > addr) { in find_fw_page()
190 result = tfp; in find_fw_page()
/linux/lib/zstd/compress/
H A Dzstd_fast.h20 ZSTD_tableFillPurpose_e tfp);
H A Dzstd_double_fast.h22 ZSTD_tableFillPurpose_e tfp);
H A Dzstd_fast.c91 ZSTD_tableFillPurpose_e tfp) in ZSTD_fillHashTable() argument
93 if (tfp == ZSTD_tfp_forCDict) { in ZSTD_fillHashTable()
H A Dzstd_double_fast.c94 ZSTD_tableFillPurpose_e tfp) in ZSTD_fillDoubleHashTable() argument
96 if (tfp == ZSTD_tfp_forCDict) { in ZSTD_fillDoubleHashTable()
H A Dzstd_compress.c4822 ZSTD_tableFillPurpose_e tfp) in ZSTD_loadDictionaryContent() argument
4840 if (CDictTaggedIndices && tfp == ZSTD_tfp_forCDict) { in ZSTD_loadDictionaryContent()
4896 ZSTD_fillHashTable(ms, iend, dtlm, tfp); in ZSTD_loadDictionaryContent()
4900 ZSTD_fillDoubleHashTable(ms, iend, dtlm, tfp); in ZSTD_loadDictionaryContent()
5081 ZSTD_tableFillPurpose_e tfp, in ZSTD_loadZstdDictionary() argument
5100 ms, NULL, ws, params, dictPtr, dictContentSize, dtlm, tfp), ""); in ZSTD_loadZstdDictionary()
5116 ZSTD_tableFillPurpose_e tfp, in ZSTD_compress_insertDictionary() argument
5129 return ZSTD_loadDictionaryContent(ms, ls, ws, params, dict, dictSize, dtlm, tfp); in ZSTD_compress_insertDictionary()
5135 ms, ls, ws, params, dict, dictSize, dtlm, tfp); in ZSTD_compress_insertDictionary()
5143 bs, ms, ws, params, dict, dictSize, dtlm, tfp, workspace); in ZSTD_compress_insertDictionary()