Searched refs:property_read_string_array (Results 1 - 5 of 5) sorted by relevance

/linux-master/include/linux/
H A Dfwnode.h117 * @property_read_string_array: Read an array of string properties. Return zero
149 (*property_read_string_array)(const struct fwnode_handle *fwnode_handle, member in struct:fwnode_operations
/linux-master/drivers/base/
H A Dproperty.c422 ret = fwnode_call_int_op(fwnode, property_read_string_array, propname,
427 return fwnode_call_int_op(fwnode->secondary, property_read_string_array, propname,
H A Dswnode.c681 .property_read_string_array = software_node_read_string_array,
/linux-master/drivers/of/
H A Dproperty.c1463 .property_read_string_array = of_fwnode_property_read_string_array,
/linux-master/drivers/acpi/
H A Dproperty.c1656 .property_read_string_array = \

Completed in 121 milliseconds