Home
last modified time | relevance | path

Searched refs:of_property_read_u8_array (Results 1 – 16 of 16) sorted by relevance

/kernel/linux/linux-5.10/drivers/ata/
Dahci_ceva.c217 if (of_property_read_u8_array(np, "ceva,p0-cominit-params", in ceva_ahci_probe()
223 if (of_property_read_u8_array(np, "ceva,p1-cominit-params", in ceva_ahci_probe()
230 if (of_property_read_u8_array(np, "ceva,p0-comwake-params", in ceva_ahci_probe()
236 if (of_property_read_u8_array(np, "ceva,p1-comwake-params", in ceva_ahci_probe()
243 if (of_property_read_u8_array(np, "ceva,p0-burst-params", in ceva_ahci_probe()
249 if (of_property_read_u8_array(np, "ceva,p1-burst-params", in ceva_ahci_probe()
/kernel/linux/linux-5.10/sound/soc/codecs/
Dcs35l35.c1398 ret = of_property_read_u8_array(signal_format, "cirrus,imon", in cs35l35_handle_of_data()
1407 ret = of_property_read_u8_array(signal_format, "cirrus,vmon", in cs35l35_handle_of_data()
1415 ret = of_property_read_u8_array(signal_format, "cirrus,vpmon", in cs35l35_handle_of_data()
1423 ret = of_property_read_u8_array(signal_format, "cirrus,vbstmon", in cs35l35_handle_of_data()
1431 ret = of_property_read_u8_array(signal_format, "cirrus,vpbrstat", in cs35l35_handle_of_data()
1439 ret = of_property_read_u8_array(signal_format, "cirrus,zerofill", in cs35l35_handle_of_data()
Dadau1701.c849 of_property_read_u8_array(dev->of_node, "adi,pin-config", in adau1701_i2c_probe()
/kernel/linux/linux-5.10/drivers/soundwire/
Dqcom.c758 ret = of_property_read_u8_array(np, "qcom,ports-offset1", in qcom_swrm_get_port_config()
763 ret = of_property_read_u8_array(np, "qcom,ports-offset2", in qcom_swrm_get_port_config()
768 ret = of_property_read_u8_array(np, "qcom,ports-sinterval-low", in qcom_swrm_get_port_config()
773 ret = of_property_read_u8_array(np, "qcom,ports-block-pack-mode", in qcom_swrm_get_port_config()
/kernel/linux/linux-5.10/arch/powerpc/platforms/powernv/
Dopal-sysparam.c220 if (of_property_read_u8_array(sysparam, "param-perm", perm, count)) { in opal_sys_param_init()
/kernel/linux/linux-5.10/drivers/leds/
Dleds-pca9532.c483 of_property_read_u8_array(np, "nxp,pwm", &pdata->pwm[0], in pca9532_of_populate_pdata()
485 of_property_read_u8_array(np, "nxp,psc", &pdata->psc[0], in pca9532_of_populate_pdata()
/kernel/linux/linux-5.10/include/linux/
Dof.h436 static inline int of_property_read_u8_array(const struct device_node *np, in of_property_read_u8_array() function
721 static inline int of_property_read_u8_array(const struct device_node *np, in of_property_read_u8_array() function
1211 return of_property_read_u8_array(np, propname, out_value, 1); in of_property_read_u8()
/kernel/linux/linux-5.10/drivers/phy/qualcomm/
Dphy-qcom-usb-hs.c224 ret = of_property_read_u8_array(ulpi->dev.of_node, "qcom,init-seq", in qcom_usb_hs_phy_probe()
/kernel/linux/linux-5.10/drivers/hwmon/
Daspeed-pwm-tacho.c821 ret = of_property_read_u8_array(child, "cooling-levels", in aspeed_create_pwm_cooling()
874 ret = of_property_read_u8_array(child, "aspeed,fan-tach-ch", in aspeed_create_fan()
Dnpcm750-pwm-fan.c839 ret = of_property_read_u8_array(child, "cooling-levels", in npcm7xx_create_pwm_cooling()
895 ret = of_property_read_u8_array(child, "fan-tach-ch", fan_ch, fan_cnt); in npcm7xx_en_pwm_fan()
/kernel/linux/linux-5.10/drivers/bluetooth/
Dbtmrvl_main.c526 ret = of_property_read_u8_array(dt_node, "marvell,cal-data", in btmrvl_check_device_tree()
/kernel/linux/linux-5.10/drivers/of/
Dproperty.c875 return of_property_read_u8_array(node, propname, val, nval); in of_fwnode_property_read_int_array()
/kernel/linux/linux-5.10/drivers/gpu/drm/arm/
Dmalidp_drv.c808 ret = of_property_read_u8_array(dev->of_node, in malidp_bind()
/kernel/linux/linux-5.10/drivers/mtd/nand/raw/
Dfsmc_nand.c881 ret = of_property_read_u8_array(np, "timings", (u8 *)host->dev_timings, in fsmc_nand_probe_config_dt()
/kernel/linux/linux-5.10/drivers/net/wireless/marvell/mwifiex/
Dsta_cmd.c1520 ret = of_property_read_u8_array(adapter->dt_node, prop->name, in mwifiex_cmd_cfg_data()
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath10k/
Dcore.c1783 ret = of_property_read_u8_array(node, dt_name, data, data_len); in ath10k_download_cal_dt()