Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/base/test/
Dproperty-entry-test.c278 error = fwnode_property_string_array_count(node, "str"); in pe_test_strings()
300 error = fwnode_property_string_array_count(node, "strs"); in pe_test_strings()
/Linux-v5.15/include/linux/
Dproperty.h237 fwnode_property_string_array_count(const struct fwnode_handle *fwnode, in fwnode_property_string_array_count() function
/Linux-v5.15/drivers/gpio/
Dgpiolib.c381 count = fwnode_property_string_array_count(fwnode, "gpio-line-names"); in devprop_gpiochip_set_names()