Home
last modified time | relevance | path

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

/linux-6.6.21/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-6.6.21/drivers/watchdog/
Drealtek_otto_wdt.c264 mode_count = fwnode_property_string_array_count(node, mode_property); in otto_wdt_probe_reset_mode()
/linux-6.6.21/include/linux/
Dproperty.h268 fwnode_property_string_array_count(const struct fwnode_handle *fwnode, in fwnode_property_string_array_count() function