/openbmc/linux/drivers/phy/qualcomm/ |
H A D | phy-qcom-eusb2-repeater.c | 127 of_property_read_u8(np, "qcom,tune-usb2-amplitude", &tune_iusb2); in eusb2_repeater_init() 128 of_property_read_u8(np, "qcom,tune-usb2-disc-thres", &tune_hsdisc); in eusb2_repeater_init() 129 of_property_read_u8(np, "qcom,tune-usb2-preem", &tune_usb2_preem); in eusb2_repeater_init()
|
/openbmc/linux/drivers/regulator/ |
H A D | mpq7920.c | 224 ret = of_property_read_u8(np, "mps,buck-phase-delay", &val); in mpq7920_parse_cb() 232 ret = of_property_read_u8(np, "mps,buck-softstart", &val); in mpq7920_parse_cb() 252 ret = of_property_read_u8(np, "mps,switch-freq", &freq); in mpq7920_parse_dt()
|
H A D | lp872x.c | 834 of_property_read_u8(np, "ti,general-config", &pdata->general_config); in lp872x_populate_pdata_from_dt() 841 of_property_read_u8(np, "ti,dvs-vsel", (u8 *)&pdata->dvs->vsel); in lp872x_populate_pdata_from_dt() 842 of_property_read_u8(np, "ti,dvs-state", &dvs_state); in lp872x_populate_pdata_from_dt()
|
/openbmc/linux/drivers/video/backlight/ |
H A D | lp855x_bl.c | 337 of_property_read_u8(node, "dev-ctrl", &pdata->device_control); in lp855x_parse_dt() 338 of_property_read_u8(node, "init-brt", &pdata->initial_brightness); in lp855x_parse_dt() 354 of_property_read_u8(child, "rom-addr", &rom[i].addr); in lp855x_parse_dt() 355 of_property_read_u8(child, "rom-val", &rom[i].val); in lp855x_parse_dt()
|
/openbmc/linux/drivers/leds/ |
H A D | leds-lp55xx-common.c | 574 of_property_read_u8(np, "led-cur", in lp55xx_parse_common_child() 576 of_property_read_u8(np, "max-cur", in lp55xx_parse_common_child() 701 of_property_read_u8(np, "clock-mode", &pdata->clock_mode); in lp55xx_of_populate_pdata() 709 of_property_read_u8(np, "pwr-sel", (u8 *)&pdata->pwr_sel); in lp55xx_of_populate_pdata()
|
/openbmc/linux/sound/soc/codecs/ |
H A D | sta350.c | 1100 of_property_read_u8(np, "st,output-conf", in sta350_probe_dt() 1102 of_property_read_u8(np, "st,ch1-output-mapping", in sta350_probe_dt() 1104 of_property_read_u8(np, "st,ch2-output-mapping", in sta350_probe_dt() 1106 of_property_read_u8(np, "st,ch3-output-mapping", in sta350_probe_dt() 1165 if (!of_property_read_u8(np, "st,powerdown-delay-divider", &tmp8)) { in sta350_probe_dt()
|
H A D | sta32x.c | 1048 of_property_read_u8(np, "st,output-conf", in sta32x_probe_dt() 1050 of_property_read_u8(np, "st,ch1-output-mapping", in sta32x_probe_dt() 1052 of_property_read_u8(np, "st,ch2-output-mapping", in sta32x_probe_dt() 1054 of_property_read_u8(np, "st,ch3-output-mapping", in sta32x_probe_dt()
|
H A D | cs53l30.c | 1017 if (!of_property_read_u8(np, "cirrus,micbias-lvl", &val)) in cs53l30_i2c_probe()
|
/openbmc/linux/drivers/gpu/drm/bridge/imx/ |
H A D | imx8qxp-pixel-link.c | 348 ret = of_property_read_u8(np, "fsl,dc-id", &pl->dc_id); in imx8qxp_pixel_link_bridge_probe() 354 ret = of_property_read_u8(np, "fsl,dc-stream-id", &pl->stream_id); in imx8qxp_pixel_link_bridge_probe()
|
/openbmc/linux/drivers/power/supply/ |
H A D | da9150-fg.c | 429 of_property_read_u8(fg_node, "dlg,warn-soc-level", in da9150_fg_dt_pdata() 431 of_property_read_u8(fg_node, "dlg,crit-soc-level", in da9150_fg_dt_pdata()
|
H A D | lp8727_charger.c | 501 of_property_read_u8(np, "eoc-level", (u8 *)¶m->eoc_level); in lp8727_parse_charge_pdata() 502 of_property_read_u8(np, "charging-current", (u8 *)¶m->ichg); in lp8727_parse_charge_pdata()
|
/openbmc/linux/drivers/media/rc/ |
H A D | ir-spi.c | 140 ret = of_property_read_u8(spi->dev.of_node, "duty-cycle", &dc); in ir_spi_probe()
|
/openbmc/linux/drivers/char/ipmi/ |
H A D | ipmi_ipmb.c | 460 if (of_property_read_u8(dev->of_node, "bmcaddr", &iidev->bmcaddr) != 0) in ipmi_ipmb_probe()
|
/openbmc/linux/drivers/hwmon/ |
H A D | adc128d818.c | 460 if (of_property_read_u8(dev->of_node, "ti,mode", &data->mode) == 0) { in adc128_probe()
|
/openbmc/linux/drivers/irqchip/ |
H A D | irq-pruss-intc.c | 544 ret = of_property_read_u8(dev->of_node, "ti,irqs-reserved", in pruss_intc_probe()
|
/openbmc/linux/drivers/pci/controller/ |
H A D | pcie-rcar-ep.c | 151 err = of_property_read_u8(dev->of_node, "max-functions", in rcar_pcie_ep_get_pdata()
|
H A D | pcie-rockchip-ep.c | 497 err = of_property_read_u8(dev->of_node, "max-functions", in rockchip_pcie_parse_ep_dt()
|
/openbmc/linux/drivers/mmc/host/ |
H A D | sdhci-of-dwcmshc.c | 410 if (of_property_read_u8(mmc_dev(host->mmc)->of_node, "rockchip,txclk-tapnum", in dwcmshc_rk35xx_init()
|
/openbmc/linux/drivers/usb/misc/ |
H A D | usb251xb.c | 535 if (of_property_read_u8(np, "boost-up", &hub->boost_up)) in usb251xb_get_ofdata()
|
/openbmc/linux/sound/soc/atmel/ |
H A D | mchp-i2s-mcc.c | 972 err = of_property_read_u8(pdev->dev.of_node, "microchip,tdm-data-pair", in mchp_i2s_mcc_soc_data_parse()
|
/openbmc/linux/drivers/pci/controller/cadence/ |
H A D | pcie-cadence-ep.c | 687 if (of_property_read_u8(np, "max-functions", &epc->max_functions) < 0) in cdns_pcie_ep_setup()
|
/openbmc/linux/drivers/clk/at91/ |
H A D | dt-compat.c | 231 if (of_property_read_u8(i2s_mux_np, "reg", &bus_id)) in of_sama5d2_clk_i2s_mux_setup()
|
/openbmc/linux/drivers/pci/controller/dwc/ |
H A D | pcie-designware-ep.c | 769 ret = of_property_read_u8(np, "max-functions", &epc->max_functions); in dw_pcie_ep_init()
|
/openbmc/linux/drivers/net/can/flexcan/ |
H A D | flexcan-core.c | 1956 ret = of_property_read_u8(pdev->dev.of_node, "fsl,scu-index", &scu_idx); in flexcan_setup_stop_mode_scfw() 2060 of_property_read_u8(pdev->dev.of_node, in flexcan_probe()
|
/openbmc/linux/include/linux/ |
H A D | of.h | 1366 static inline int of_property_read_u8(const struct device_node *np, in of_property_read_u8() function
|