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

/linux-4.4.14/include/linux/i2c/
H A Dtsc2007.h12 int fuzzy; member in struct:tsc2007_platform_data
/linux-4.4.14/drivers/input/touchscreen/
H A Dtsc2007.c80 int fuzzy; member in struct:tsc2007
309 if (!of_property_read_u32(np, "ti,fuzzy", &val32)) tsc2007_probe_dt()
310 ts->fuzzy = val32; tsc2007_probe_dt()
356 ts->fuzzy = pdata->fuzzy; tsc2007_probe_pdev()
425 input_set_abs_params(input_dev, ABS_Y, 0, MAX_12BIT, ts->fuzzy, 0); tsc2007_probe()
/linux-4.4.14/crypto/
H A Dapi.c66 int exact, fuzzy; __crypto_alg_lookup() local
80 fuzzy = !strcmp(q->cra_name, name); __crypto_alg_lookup()
81 if (!exact && !(fuzzy && q->cra_priority > best)) __crypto_alg_lookup()
/linux-4.4.14/include/pcmcia/
H A Dds.h129 /* Flag whether a "fuzzy" func_id based match is
/linux-4.4.14/drivers/clk/
H A Dclkdev.c128 * We do slightly fuzzy matching here:
/linux-4.4.14/drivers/pwm/
H A Dcore.c705 * We do slightly fuzzy matching here: pwm_get()
/linux-4.4.14/fs/btrfs/
H A Dfree-space-cache.c1489 * fuzzy - If this is set, then we are trying to make an allocation, and we just
1495 u64 offset, int bitmap_only, int fuzzy) tree_search_offset()
1567 if (fuzzy) tree_search_offset()
1588 if (!fuzzy) tree_search_offset()
1494 tree_search_offset(struct btrfs_free_space_ctl *ctl, u64 offset, int bitmap_only, int fuzzy) tree_search_offset() argument
/linux-4.4.14/drivers/gpu/drm/i915/
H A Dintel_sprite.c810 * FIXME the following code does a bunch of fuzzy adjustments to the intel_check_sprite_plane()
H A Dintel_panel.c356 /* 965+ wants fuzzy fitting */ intel_gmch_panel_fitting()
/linux-4.4.14/fs/xfs/
H A Dxfs_qm.c55 * fuzzy lookups instead of exact matches. Holding the lock over multiple
/linux-4.4.14/drivers/net/wireless/ath/ath10k/
H A Dhtt_rx.c1514 /* FIXME: It might be a good idea to do some fuzzy-testing to drop ath10k_htt_rx_amsdu_allowed()
/linux-4.4.14/arch/x86/kernel/apic/
H A Dio_apic.c1185 * best-guess fuzzy result for broken mptables.
/linux-4.4.14/net/ipv6/
H A Droute.c1437 * is a bit fuzzy and one might need to check all possible __ip6_route_redirect()
/linux-4.4.14/mm/
H A Dmemcontrol.c660 * he accounts memory. Even if we provide quick-and-fuzzy read, we always
/linux-4.4.14/drivers/video/fbdev/sis/
H A Dsis_main.c176 /* This does some fuzzy mode naming detection */ sisfb_search_mode()

Completed in 1439 milliseconds