Symbol: fwnode_property_read_u8_array
drivers/acpi/mipi-disco-img.c
516
ret = fwnode_property_read_u8_array(port_fwnode,
drivers/acpi/mipi-disco-img.c
556
fwnode_property_read_u8_array(port_fwnode, "mipi-img-lane-polarities",
drivers/base/property.c
143
return fwnode_property_read_u8_array(dev_fwnode(dev), propname, val, nval);
drivers/base/property.c
349
EXPORT_SYMBOL_GPL(fwnode_property_read_u8_array);
drivers/base/test/property-entry-test.c
148
error = fwnode_property_read_u8_array(node, "prop-u8", array_u8, 1);
drivers/base/test/property-entry-test.c
152
error = fwnode_property_read_u8_array(node, "prop-u8", array_u8, 2);
drivers/base/test/property-entry-test.c
157
error = fwnode_property_read_u8_array(node, "prop-u8", array_u8, 17);
drivers/base/test/property-entry-test.c
163
error = fwnode_property_read_u8_array(node, "no-prop-u8", array_u8, 1);
drivers/base/test/property-entry-test.c
37
error = fwnode_property_read_u8_array(node, "prop-u8", array_u8, 1);
drivers/base/test/property-entry-test.c
41
error = fwnode_property_read_u8_array(node, "prop-u8", array_u8, 2);
drivers/base/test/property-entry-test.c
47
error = fwnode_property_read_u8_array(node, "no-prop-u8", array_u8, 1);
drivers/net/ethernet/hisilicon/hns/hns_dsaf_mac.c
970
if (fwnode_property_read_u8_array(mac_cb->fw_port, "mc-mac-mask",
drivers/soundwire/mipi_disco.c
33
ret = fwnode_property_read_u8_array(fwnode, propname, &val, 1);
drivers/usb/typec/tcpm/tcpm.c
8177
ret = fwnode_property_read_u8_array(fwnode, "pd-revision", val, 4);
include/linux/property.h
302
return fwnode_property_read_u8_array(fwnode, propname, val, 1);
include/linux/property.h
326
return fwnode_property_read_u8_array(fwnode, propname, NULL, 0);
include/linux/property.h
61
int fwnode_property_read_u8_array(const struct fwnode_handle *fwnode,
net/bluetooth/hci_sync.c
3722
ret = fwnode_property_read_u8_array(fwnode, "local-bd-address",
net/ethernet/eth.c
564
ret = fwnode_property_read_u8_array(fwnode, name, addr, ETH_ALEN);
sound/soc/sdca/sdca_functions.c
1321
fwnode_property_read_u8_array(entity_node,
sound/soc/sdca/sdca_functions.c
1431
fwnode_property_read_u8_array(function_node, "mipi-sdca-hid-descriptor",
sound/soc/sdca/sdca_functions.c
1441
fwnode_property_read_u8_array(function_node, "mipi-sdca-report-descriptor",
sound/soc/sdca/sdca_functions.c
233
fwnode_property_read_u8_array(function_node,
sound/soc/sdca/sdca_functions.c
865
fwnode_property_read_u8_array(control_node, "mipi-sdca-control-range",