Home
last modified time | relevance | path

Searched refs:fwnode_property_read_u8_array (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/base/test/
H A Dproperty-entry-test.c34 error = fwnode_property_read_u8_array(node, "prop-u8", array_u8, 1); in pe_test_uints()
38 error = fwnode_property_read_u8_array(node, "prop-u8", array_u8, 2); in pe_test_uints()
44 error = fwnode_property_read_u8_array(node, "no-prop-u8", array_u8, 1); in pe_test_uints()
129 error = fwnode_property_read_u8_array(node, "prop-u8", array_u8, 1); in pe_test_uint_arrays()
133 error = fwnode_property_read_u8_array(node, "prop-u8", array_u8, 2); in pe_test_uint_arrays()
138 error = fwnode_property_read_u8_array(node, "prop-u8", array_u8, 17); in pe_test_uint_arrays()
144 error = fwnode_property_read_u8_array(node, "no-prop-u8", array_u8, 1); in pe_test_uint_arrays()
/OK3568_Linux_fs/kernel/drivers/base/
H A Dproperty.c81 return fwnode_property_read_u8_array(dev_fwnode(dev), propname, val, nval); in device_property_read_u8_array()
265 int fwnode_property_read_u8_array(const struct fwnode_handle *fwnode, in fwnode_property_read_u8_array() function
271 EXPORT_SYMBOL_GPL(fwnode_property_read_u8_array);
938 int ret = fwnode_property_read_u8_array(fwnode, name, addr, alen); in fwnode_get_mac_addr()
/OK3568_Linux_fs/kernel/include/linux/
H A Dproperty.h55 int fwnode_property_read_u8_array(const struct fwnode_handle *fwnode,
191 return fwnode_property_read_u8_array(fwnode, propname, val, 1); in fwnode_property_read_u8()
215 return fwnode_property_read_u8_array(fwnode, propname, NULL, 0); in fwnode_property_count_u8()
/OK3568_Linux_fs/kernel/drivers/soundwire/
H A Dintel_init.c96 ret = fwnode_property_read_u8_array(acpi_fwnode_handle(adev), in sdw_intel_scan_controller()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/hisilicon/hns/
H A Dhns_dsaf_mac.c941 if (fwnode_property_read_u8_array(mac_cb->fw_port, "mc-mac-mask", in hns_mac_get_info()
/OK3568_Linux_fs/kernel/net/bluetooth/
H A Dhci_core.c1424 ret = fwnode_property_read_u8_array(fwnode, "local-bd-address", in hci_dev_get_bd_addr_from_property()