Home
last modified time | relevance | path

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

/linux/drivers/ata/
H A Dahci_ceva.c283 if (of_property_read_u8_array(np, "ceva,p0-cominit-params", in ceva_ahci_probe()
290 if (of_property_read_u8_array(np, "ceva,p1-cominit-params", in ceva_ahci_probe()
298 if (of_property_read_u8_array(np, "ceva,p0-comwake-params", in ceva_ahci_probe()
305 if (of_property_read_u8_array(np, "ceva,p1-comwake-params", in ceva_ahci_probe()
313 if (of_property_read_u8_array(np, "ceva,p0-burst-params", in ceva_ahci_probe()
320 if (of_property_read_u8_array(np, "ceva,p1-burst-params", in ceva_ahci_probe()
/linux/drivers/soundwire/
H A Dqcom.c1394 ret = of_property_read_u8_array(np, "qcom,ports-offset1", in qcom_swrm_get_port_config()
1399 ret = of_property_read_u8_array(np, "qcom,ports-offset2", in qcom_swrm_get_port_config()
1404 ret = of_property_read_u8_array(np, "qcom,ports-sinterval-low", in qcom_swrm_get_port_config()
1414 ret = of_property_read_u8_array(np, "qcom,ports-block-pack-mode", in qcom_swrm_get_port_config()
1424 of_property_read_u8_array(np, "qcom,ports-hstart", hstart, nports); in qcom_swrm_get_port_config()
1427 of_property_read_u8_array(np, "qcom,ports-hstop", hstop, nports); in qcom_swrm_get_port_config()
1430 of_property_read_u8_array(np, "qcom,ports-word-length", word_length, nports); in qcom_swrm_get_port_config()
1433 of_property_read_u8_array(np, "qcom,ports-block-group-count", blk_group_count, nports); in qcom_swrm_get_port_config()
1436 of_property_read_u8_array(np, "qcom,ports-lane-control", lane_control, nports); in qcom_swrm_get_port_config()
/linux/sound/soc/codecs/
H A Dcs35l35.c1394 ret = of_property_read_u8_array(signal_format, "cirrus,imon", in cs35l35_handle_of_data()
1403 ret = of_property_read_u8_array(signal_format, "cirrus,vmon", in cs35l35_handle_of_data()
1411 ret = of_property_read_u8_array(signal_format, "cirrus,vpmon", in cs35l35_handle_of_data()
1419 ret = of_property_read_u8_array(signal_format, "cirrus,vbstmon", in cs35l35_handle_of_data()
1427 ret = of_property_read_u8_array(signal_format, "cirrus,vpbrstat", in cs35l35_handle_of_data()
1435 ret = of_property_read_u8_array(signal_format, "cirrus,zerofill", in cs35l35_handle_of_data()
/linux/arch/powerpc/platforms/powernv/
H A Dopal-sysparam.c220 if (of_property_read_u8_array(sysparam, "param-perm", perm, count)) { in opal_sys_param_init()
/linux/drivers/leds/
H A Dleds-pca9532.c522 of_property_read_u8_array(np, "nxp,pwm", &pdata->pwm[PCA9532_PWM_ID_0], in pca9532_of_populate_pdata()
524 of_property_read_u8_array(np, "nxp,psc", &pdata->psc[PCA9532_PWM_ID_0], in pca9532_of_populate_pdata()
/linux/drivers/phy/qualcomm/
H A Dphy-qcom-usb-hs.c225 ret = of_property_read_u8_array(ulpi->dev.of_node, "qcom,init-seq", in qcom_usb_hs_phy_probe()
/linux/drivers/hwmon/
H A Daspeed-pwm-tacho.c835 ret = of_property_read_u8_array(child, "cooling-levels", in aspeed_create_pwm_cooling()
888 ret = of_property_read_u8_array(child, "aspeed,fan-tach-ch", in aspeed_create_fan()
H A Dnpcm750-pwm-fan.c856 ret = of_property_read_u8_array(child, "cooling-levels", in npcm7xx_create_pwm_cooling()
914 ret = of_property_read_u8_array(child, "fan-tach-ch", fan_ch, fan_cnt); in npcm7xx_en_pwm_fan()
H A Daspeed-g6-pwm-tach.c439 ret = of_property_read_u8_array(child, "tach-ch", tach_ch, count); in aspeed_create_fan_monitor()
/linux/include/linux/
H A Dof.h1306 static inline int of_property_read_u8_array(const struct device_node *np, in of_property_read_u8_array() function
1414 return of_property_read_u8_array(np, propname, out_value, 1); in of_property_read_u8()
/linux/drivers/pci/
H A Dof.c1001 ret = of_property_read_u8_array(dev->of_node, name, in of_pci_get_equalization_presets()
/linux/drivers/pci/controller/cadence/
H A Dpcie-cadence-ep.c725 ret = of_property_read_u8_array(np, "max-virtual-functions", in cdns_pcie_ep_setup()
/linux/drivers/gpu/drm/arm/
H A Dmalidp_drv.c801 ret = of_property_read_u8_array(dev->of_node, in malidp_bind()
/linux/drivers/clk/
H A Dclk-versaclock3.c1014 ret = of_property_read_u8_array(dev->of_node, "renesas,settings", in vc3_probe()
/linux/drivers/gpu/drm/bridge/
H A Dtc358767.c2428 of_property_read_u8_array(node, "toshiba,pre-emphasis", in tc_probe_bridge_endpoint()
/linux/drivers/net/wireless/ath/ath10k/
H A Dcore.c1926 ret = of_property_read_u8_array(node, dt_name, data, data_len); in ath10k_download_cal_dt()