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

/linux-master/include/linux/
H A Dfwnode.h115 * @property_read_int_array: Read an array of integer properties. Return zero on
144 int (*property_read_int_array)(const struct fwnode_handle *fwnode, member in struct:fwnode_operations
/linux-master/drivers/base/
H A Dproperty.c267 ret = fwnode_call_int_op(fwnode, property_read_int_array, propname,
272 return fwnode_call_int_op(fwnode->secondary, property_read_int_array, propname,
H A Dswnode.c680 .property_read_int_array = software_node_read_int_array,
/linux-master/drivers/of/
H A Dproperty.c1462 .property_read_int_array = of_fwnode_property_read_int_array,
/linux-master/drivers/acpi/
H A Dproperty.c1654 .property_read_int_array = \

Completed in 130 milliseconds