Searched refs:fwnode_property_read_u8_array (Results 1 – 8 of 8) sorted by relevance
/linux/drivers/base/ |
H A D | property.c | 135 return fwnode_property_read_u8_array(dev_fwnode(dev), propname, val, nval); in device_property_read_u8_array() 335 int fwnode_property_read_u8_array(const struct fwnode_handle *fwnode, in fwnode_property_read_u8_array() function 341 EXPORT_SYMBOL_GPL(fwnode_property_read_u8_array);
|
/linux/rust/kernel/device/ |
H A D | property.rs | 564 u8: fwnode_property_read_u8_array, 568 i8: fwnode_property_read_u8_array,
|
/linux/drivers/acpi/ |
H A D | mipi-disco-img.c | 517 ret = fwnode_property_read_u8_array(port_fwnode, in init_csi2_port() 557 fwnode_property_read_u8_array(port_fwnode, "mipi-img-lane-polarities", in init_csi2_port()
|
/linux/sound/soc/sdca/ |
H A D | sdca_functions.c | 224 fwnode_property_read_u8_array(function_node, in find_sdca_init_table() 798 fwnode_property_read_u8_array(control_node, "mipi-sdca-control-range", in find_sdca_control_range() 1205 fwnode_property_read_u8_array(entity_node, in find_sdca_entity_ge() 1314 fwnode_property_read_u8_array(function_node, "mipi-sdca-hid-descriptor", in find_sdca_entity_hide() 1324 fwnode_property_read_u8_array(function_node, "mipi-sdca-report-descriptor", in find_sdca_entity_hide()
|
/linux/net/ethernet/ |
H A D | eth.c | 567 ret = fwnode_property_read_u8_array(fwnode, name, addr, ETH_ALEN); in fwnode_get_mac_addr()
|
/linux/drivers/net/ethernet/hisilicon/hns/ |
H A D | hns_dsaf_mac.c | 970 if (fwnode_property_read_u8_array(mac_cb->fw_port, "mc-mac-mask", in hns_mac_get_info()
|
/linux/net/bluetooth/ |
H A D | hci_sync.c | 3585 ret = fwnode_property_read_u8_array(fwnode, "local-bd-address", in hci_dev_get_bd_addr_from_property()
|
/linux/drivers/usb/typec/tcpm/ |
H A D | tcpm.c | 7506 ret = fwnode_property_read_u8_array(fwnode, "pd-revision", val, 4); in tcpm_fw_get_pd_revision()
|