Home
last modified time | relevance | path

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

/linux-6.8/drivers/base/test/
Dproperty-entry-test.c37 error = fwnode_property_read_u8_array(node, "prop-u8", array_u8, 1); in pe_test_uints()
41 error = fwnode_property_read_u8_array(node, "prop-u8", array_u8, 2); in pe_test_uints()
47 error = fwnode_property_read_u8_array(node, "no-prop-u8", array_u8, 1); in pe_test_uints()
148 error = fwnode_property_read_u8_array(node, "prop-u8", array_u8, 1); in pe_test_uint_arrays()
152 error = fwnode_property_read_u8_array(node, "prop-u8", array_u8, 2); in pe_test_uint_arrays()
157 error = fwnode_property_read_u8_array(node, "prop-u8", array_u8, 17); in pe_test_uint_arrays()
163 error = fwnode_property_read_u8_array(node, "no-prop-u8", array_u8, 1); in pe_test_uint_arrays()
/linux-6.8/include/linux/
Dproperty.h61 int fwnode_property_read_u8_array(const struct fwnode_handle *fwnode,
262 return fwnode_property_read_u8_array(fwnode, propname, val, 1); in fwnode_property_read_u8()
286 return fwnode_property_read_u8_array(fwnode, propname, NULL, 0); in fwnode_property_count_u8()
/linux-6.8/sound/hda/
Dintel-sdw-acpi.c62 ret = fwnode_property_read_u8_array(acpi_fwnode_handle(adev), in sdw_intel_scan_controller()
/linux-6.8/drivers/base/
Dproperty.c96 return fwnode_property_read_u8_array(dev_fwnode(dev), propname, val, nval); in device_property_read_u8_array()
296 int fwnode_property_read_u8_array(const struct fwnode_handle *fwnode, in fwnode_property_read_u8_array() function
302 EXPORT_SYMBOL_GPL(fwnode_property_read_u8_array);
/linux-6.8/drivers/acpi/
Dmipi-disco-img.c516 ret = fwnode_property_read_u8_array(port_fwnode, in init_csi2_port()
556 fwnode_property_read_u8_array(port_fwnode, "mipi-img-lane-polarities", in init_csi2_port()
/linux-6.8/net/ethernet/
Deth.c579 ret = fwnode_property_read_u8_array(fwnode, name, addr, ETH_ALEN); in fwnode_get_mac_addr()
/linux-6.8/drivers/net/ethernet/hisilicon/hns/
Dhns_dsaf_mac.c969 if (fwnode_property_read_u8_array(mac_cb->fw_port, "mc-mac-mask", in hns_mac_get_info()
/linux-6.8/net/bluetooth/
Dhci_sync.c3213 ret = fwnode_property_read_u8_array(fwnode, "local-bd-address", in hci_dev_get_bd_addr_from_property()