Home
last modified time | relevance | path

Searched refs:strends (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/scripts/mod/
H A Dmodpost.h184 static inline bool strends(const char *str, const char *postfix) in strends() function
H A Dsumversion.c401 if (strends(modname, ".lto.o")) in get_src_version()
H A Dmodpost.c2015 if (strends(s, ".lto")) in remove_dot()
2041 if (strends(tmp, ".lto")) in read_symbols()
2135 if (strends(fname, "\n")) in read_symbols_from_files()
/kernel/linux/linux-6.6/scripts/dtc/
H A Dchecks.c697 if (!strends(prop->name, "-names")) in check_names_is_string_list()
1505 if (strends(prop->name, ",nr-gpios")) in prop_is_gpio()
1508 return strends(prop->name, "-gpios") || in prop_is_gpio()
1510 strends(prop->name, "-gpio") || in prop_is_gpio()
1549 if (!strends(prop->name, "gpio")) in check_deprecated_gpio_property()
H A Ddtc.h94 static inline bool strends(const char *str, const char *suffix) in strends() function
/kernel/linux/linux-6.6/scripts/mod/
H A Dmodpost.c95 static inline bool strends(const char *str, const char *postfix) in strends() function
1714 if (!strends(modname, ".o")) { in read_symbols()
1785 if (strends(fname, "\n")) in read_symbols_from_files()

Completed in 12 milliseconds