Searched refs:glob_match (Results 1 – 10 of 10) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/base/ |
| H A D | soc.c | 198 (!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 D | glob.c | 40 bool __pure glob_match(char const *pat, char const *str) in glob_match() function 123 EXPORT_SYMBOL(glob_match);
|
| H A D | globtest.c | 21 bool match = glob_match(pat, str); in test()
|
| H A D | Kconfig | 511 # 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 D | glob.h | 8 bool __pure glob_match(char const *pat, char const *str);
|
| /OK3568_Linux_fs/kernel/android/ |
| H A D | abi_gki_aarch64_generic | 813 glob_match
|
| H A D | abi_gki_aarch64_galaxy | 2011 glob_match
|
| /OK3568_Linux_fs/kernel/kernel/trace/ |
| H A D | trace_events_filter.c | 870 if (glob_match(r->pattern, str)) in regex_match_glob()
|
| H A D | ftrace.c | 3915 if (glob_match(g->search, str)) in ftrace_match()
|
| /OK3568_Linux_fs/kernel/drivers/ata/ |
| H A D | libata-core.c | 4059 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()
|