Home
last modified time | relevance | path

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

/linux/drivers/gpio/
H A Dgpiolib-shared.c185 if (!strends(prop->name, "-gpios") && in gpio_shared_of_traverse()
186 !strends(prop->name, "-gpio") && in gpio_shared_of_traverse()
243 if (strends(prop->name, "gpios")) in gpio_shared_of_traverse()
245 else if (strends(prop->name, "gpio")) in gpio_shared_of_traverse()
/linux/include/linux/
H A Dstring.h573 * strends - Check if a string ends with another string.
581 strends(const char *str, const char *suffix) in strends() function
/linux/scripts/mod/
H A Dmodpost.c95 static inline bool strends(const char *str, const char *postfix) in strends() function
1581 if (!strends(modname, ".o")) { in read_symbols()
1664 if (strends(fname, "\n")) in read_symbols_from_files()