Home
last modified time | relevance | path

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

/linux/drivers/base/
H A Dproperty.c135 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 Dproperty.rs564 u8: fwnode_property_read_u8_array,
568 i8: fwnode_property_read_u8_array,
/linux/drivers/acpi/
H A Dmipi-disco-img.c517 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 Dsdca_functions.c224 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 Deth.c567 ret = fwnode_property_read_u8_array(fwnode, name, addr, ETH_ALEN); in fwnode_get_mac_addr()
/linux/drivers/net/ethernet/hisilicon/hns/
H A Dhns_dsaf_mac.c970 if (fwnode_property_read_u8_array(mac_cb->fw_port, "mc-mac-mask", in hns_mac_get_info()
/linux/net/bluetooth/
H A Dhci_sync.c3585 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 Dtcpm.c7506 ret = fwnode_property_read_u8_array(fwnode, "pd-revision", val, 4); in tcpm_fw_get_pd_revision()