Home
last modified time | relevance | path

Searched refs:fuzzy (Results 1 - 10 of 10) sorted by relevance

/kernel/linux/linux-6.6/drivers/input/touchscreen/
H A Dtsc2007_core.c232 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 Dtsc2007.h71 int fuzzy; member
/kernel/linux/linux-5.10/include/linux/platform_data/
H A Dtsc2007.h13 int fuzzy; member
/kernel/linux/linux-6.6/include/linux/platform_data/
H A Dtsc2007.h13 int fuzzy; member
/kernel/linux/linux-5.10/drivers/input/touchscreen/
H A Dtsc2007_core.c251 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 Dtsc2007.h69 int fuzzy; member
/kernel/linux/linux-5.10/crypto/
H A Dapi.c62 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 Dapi.c63 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 Dfree-space-cache.c1519 * 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 Dfree-space-cache.c1697 * 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