Home
last modified time | relevance | path

Searched refs:glob_match (Results 1 – 10 of 10) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/base/
H A Dsoc.c198 (!attr->machine || !glob_match(match->machine, attr->machine))) in soc_device_match_attr()
202 (!attr->family || !glob_match(match->family, attr->family))) in soc_device_match_attr()
206 (!attr->revision || !glob_match(match->revision, attr->revision))) in soc_device_match_attr()
210 (!attr->soc_id || !glob_match(match->soc_id, attr->soc_id))) in soc_device_match_attr()
/OK3568_Linux_fs/kernel/lib/
H A Dglob.c40 bool __pure glob_match(char const *pat, char const *str) in glob_match() function
123 EXPORT_SYMBOL(glob_match);
H A Dglobtest.c21 bool match = glob_match(pat, str); in test()
H A DKconfig511 # prompt "glob_match() function"
513 This option provides a glob_match function for performing
527 This option enables a simple self-test of the glob_match
/OK3568_Linux_fs/kernel/include/linux/
H A Dglob.h8 bool __pure glob_match(char const *pat, char const *str);
/OK3568_Linux_fs/kernel/android/
H A Dabi_gki_aarch64_generic813 glob_match
H A Dabi_gki_aarch64_galaxy2011 glob_match
/OK3568_Linux_fs/kernel/kernel/trace/
H A Dtrace_events_filter.c870 if (glob_match(r->pattern, str)) in regex_match_glob()
H A Dftrace.c3915 if (glob_match(g->search, str)) in ftrace_match()
/OK3568_Linux_fs/kernel/drivers/ata/
H A Dlibata-core.c4059 if (glob_match(ad->model_num, model_num)) { in ata_dev_blacklisted()
4062 if (glob_match(ad->model_rev, model_rev)) in ata_dev_blacklisted()