Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/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()
/kernel/linux/linux-6.6/drivers/watchdog/
Drealtek_otto_wdt.c264 mode_count = fwnode_property_string_array_count(node, mode_property); in otto_wdt_probe_reset_mode()
/kernel/linux/linux-6.6/include/linux/
Dproperty.h268 fwnode_property_string_array_count(const struct fwnode_handle *fwnode, in fwnode_property_string_array_count() function
/kernel/linux/linux-5.10/include/linux/
Dproperty.h234 fwnode_property_string_array_count(const struct fwnode_handle *fwnode, in fwnode_property_string_array_count() function
/kernel/linux/linux-5.10/drivers/gpio/
Dgpiolib.c377 count = fwnode_property_string_array_count(fwnode, "gpio-line-names"); in devprop_gpiochip_set_names()