Home
last modified time | relevance | path

Searched refs:check_prefix (Results 1 – 5 of 5) sorted by relevance

/Linux-v4.19/tools/iio/
Dlsiio.c31 static inline int check_prefix(const char *str, const char *prefix) in check_prefix() function
53 if (check_prefix(ent->d_name, "in_") && in dump_channels()
117 if (check_prefix(ent->d_name, type_device)) { in dump_devices()
139 if (check_prefix(ent->d_name, type_trigger)) { in dump_devices()
/Linux-v4.19/tools/gpio/
Dgpio-utils.h21 static inline int check_prefix(const char *str, const char *prefix) in check_prefix() function
Dlsgpio.c180 if (check_prefix(ent->d_name, "gpiochip")) { in main()
/Linux-v4.19/tools/testing/selftests/gpio/
Dgpio-mockup-chardev.c152 if (check_prefix(ent->d_name, "gpiochip")) { in list_gpiochip()
171 || check_prefix(current->label, gpiochip_name)) { in list_gpiochip()
/Linux-v4.19/fs/cifs/
Dconnect.c3815 int check_prefix) in expand_dfs_referral() argument
3827 ref_path = check_prefix ? full_path + 1 : volume_info->UNC + 1; in expand_dfs_referral()