/linux/drivers/ata/ |
H A D | ahci_ceva.c | 283 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 D | qcom.c | 1394 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 D | cs35l35.c | 1394 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 D | opal-sysparam.c | 220 if (of_property_read_u8_array(sysparam, "param-perm", perm, count)) { in opal_sys_param_init()
|
/linux/drivers/leds/ |
H A D | leds-pca9532.c | 522 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 D | phy-qcom-usb-hs.c | 225 ret = of_property_read_u8_array(ulpi->dev.of_node, "qcom,init-seq", in qcom_usb_hs_phy_probe()
|
/linux/drivers/hwmon/ |
H A D | aspeed-pwm-tacho.c | 835 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 D | npcm750-pwm-fan.c | 856 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 D | aspeed-g6-pwm-tach.c | 439 ret = of_property_read_u8_array(child, "tach-ch", tach_ch, count); in aspeed_create_fan_monitor()
|
/linux/include/linux/ |
H A D | of.h | 1306 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 D | of.c | 1001 ret = of_property_read_u8_array(dev->of_node, name, in of_pci_get_equalization_presets()
|
/linux/drivers/pci/controller/cadence/ |
H A D | pcie-cadence-ep.c | 725 ret = of_property_read_u8_array(np, "max-virtual-functions", in cdns_pcie_ep_setup()
|
/linux/drivers/gpu/drm/arm/ |
H A D | malidp_drv.c | 801 ret = of_property_read_u8_array(dev->of_node, in malidp_bind()
|
/linux/drivers/clk/ |
H A D | clk-versaclock3.c | 1014 ret = of_property_read_u8_array(dev->of_node, "renesas,settings", in vc3_probe()
|
/linux/drivers/gpu/drm/bridge/ |
H A D | tc358767.c | 2428 of_property_read_u8_array(node, "toshiba,pre-emphasis", in tc_probe_bridge_endpoint()
|
/linux/drivers/net/wireless/ath/ath10k/ |
H A D | core.c | 1926 ret = of_property_read_u8_array(node, dt_name, data, data_len); in ath10k_download_cal_dt()
|