Home
last modified time | relevance | path

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

/linux/drivers/base/test/
H A Dproperty-entry-test.c94 error = fwnode_property_count_u64(node, "prop-u64"); in pe_test_uints()
220 error = fwnode_property_count_u64(node, "prop-u64"); in pe_test_uint_arrays()
246 error = fwnode_property_count_u64(node, "prop-u16"); in pe_test_uint_arrays()
/linux/include/linux/
H A Dproperty.h341 static inline int fwnode_property_count_u64(const struct fwnode_handle *fwnode, in fwnode_property_count_u64() function
/linux/drivers/iio/temperature/
H A Dltc2983.c435 n_entries = fwnode_property_count_u64(fn, propname); in __ltc2983_custom_sensor_new()