Home
last modified time | relevance | path

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

/linux-5.19.10/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-5.19.10/drivers/watchdog/
Drealtek_otto_wdt.c277 mode_count = fwnode_property_string_array_count(node, mode_property); in otto_wdt_probe_reset_mode()
/linux-5.19.10/include/linux/
Dproperty.h243 fwnode_property_string_array_count(const struct fwnode_handle *fwnode, in fwnode_property_string_array_count() function
/linux-5.19.10/drivers/gpio/
Dgpiolib.c374 count = fwnode_property_string_array_count(fwnode, "gpio-line-names"); in devprop_gpiochip_set_names()