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

/linux-master/scripts/dtc/
H A Ddtc.h94 static inline bool strends(const char *str, const char *suffix) function
H A Dchecks.c697 if (!strends(prop->name, "-names"))
1505 if (strends(prop->name, ",nr-gpios"))
1508 return strends(prop->name, "-gpios") ||
1510 strends(prop->name, "-gpio") ||
1549 if (!strends(prop->name, "gpio"))
/linux-master/scripts/mod/
H A Dmodpost.c86 static inline bool strends(const char *str, const char *postfix) function
1629 if (!strends(modname, ".o")) {
1700 if (strends(fname, "\n"))

Completed in 103 milliseconds