Searched refs:fuzzy (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-6.6/drivers/input/touchscreen/ |
H A D | tsc2007_core.c | 232 if (!device_property_read_u32(dev, "ti,fuzzy", &val32)) in tsc2007_probe_properties() 233 ts->fuzzy = val32; in tsc2007_probe_properties() 273 ts->fuzzy = pdata->fuzzy; in tsc2007_probe_pdev() 344 input_set_abs_params(input_dev, ABS_Y, 0, MAX_12BIT, ts->fuzzy, 0); in tsc2007_probe()
|
H A D | tsc2007.h | 71 int fuzzy; member
|
/kernel/linux/linux-5.10/include/linux/platform_data/ |
H A D | tsc2007.h | 13 int fuzzy; member
|
/kernel/linux/linux-6.6/include/linux/platform_data/ |
H A D | tsc2007.h | 13 int fuzzy; member
|
/kernel/linux/linux-5.10/drivers/input/touchscreen/ |
H A D | tsc2007_core.c | 251 if (!of_property_read_u32(np, "ti,fuzzy", &val32)) in tsc2007_probe_dt() 252 ts->fuzzy = val32; in tsc2007_probe_dt() 298 ts->fuzzy = pdata->fuzzy; in tsc2007_probe_pdev() 369 input_set_abs_params(input_dev, ABS_Y, 0, MAX_12BIT, ts->fuzzy, 0); in tsc2007_probe()
|
H A D | tsc2007.h | 69 int fuzzy; member
|
/kernel/linux/linux-5.10/crypto/ |
H A D | api.c | 62 int exact, fuzzy; in __crypto_alg_lookup() local 76 fuzzy = !strcmp(q->cra_name, name); in __crypto_alg_lookup() 77 if (!exact && !(fuzzy && q->cra_priority > best)) in __crypto_alg_lookup()
|
/kernel/linux/linux-6.6/crypto/ |
H A D | api.c | 63 int exact, fuzzy; in __crypto_alg_lookup() local 77 fuzzy = !strcmp(q->cra_name, name); in __crypto_alg_lookup() 78 if (!exact && !(fuzzy && q->cra_priority > best)) in __crypto_alg_lookup()
|
/kernel/linux/linux-5.10/fs/btrfs/ |
H A D | free-space-cache.c | 1519 * fuzzy - If this is set, then we are trying to make an allocation, and we just 1525 u64 offset, int bitmap_only, int fuzzy) in tree_search_offset() 1597 if (fuzzy) in tree_search_offset() 1618 if (!fuzzy) in tree_search_offset() 1524 tree_search_offset(struct btrfs_free_space_ctl *ctl, u64 offset, int bitmap_only, int fuzzy) tree_search_offset() argument
|
/kernel/linux/linux-6.6/fs/btrfs/ |
H A D | free-space-cache.c | 1697 * fuzzy - If this is set, then we are trying to make an allocation, and we just 1703 u64 offset, int bitmap_only, int fuzzy) in tree_search_offset() 1774 if (fuzzy) in tree_search_offset() 1795 if (!fuzzy) in tree_search_offset() 1702 tree_search_offset(struct btrfs_free_space_ctl *ctl, u64 offset, int bitmap_only, int fuzzy) tree_search_offset() argument
|
Completed in 15 milliseconds