Searched refs:check_prefix (Results 1 - 7 of 7) sorted by relevance
/kernel/linux/linux-5.10/tools/iio/ |
H A D | lsiio.c | 28 static inline int check_prefix(const char *str, const char *prefix) in check_prefix() function 50 if (check_prefix(ent->d_name, "in_") && in dump_channels() 114 if (check_prefix(ent->d_name, type_device)) { in dump_devices() 136 if (check_prefix(ent->d_name, type_trigger)) { in dump_devices()
|
/kernel/linux/linux-6.6/tools/iio/ |
H A D | lsiio.c | 28 static inline int check_prefix(const char *str, const char *prefix) in check_prefix() function 50 if (check_prefix(ent->d_name, "in_") && in dump_channels() 114 if (check_prefix(ent->d_name, type_device)) { in dump_devices() 136 if (check_prefix(ent->d_name, type_trigger)) { in dump_devices()
|
/kernel/linux/linux-5.10/tools/testing/selftests/gpio/ |
H A D | gpio-mockup-chardev.c | 151 if (check_prefix(ent->d_name, "gpiochip")) { in list_gpiochip() 170 || check_prefix(current->label, gpiochip_name)) { in list_gpiochip()
|
/kernel/linux/linux-5.10/tools/gpio/ |
H A D | gpio-utils.h | 21 static inline int check_prefix(const char *str, const char *prefix) in check_prefix() function
|
H A D | lsgpio.c | 206 if (check_prefix(ent->d_name, "gpiochip")) { in main()
|
/kernel/linux/linux-6.6/tools/gpio/ |
H A D | gpio-utils.h | 21 static inline int check_prefix(const char *str, const char *prefix) in check_prefix() function
|
H A D | lsgpio.c | 210 if (check_prefix(ent->d_name, "gpiochip")) { in main()
|
Completed in 3 milliseconds