Home
last modified time | relevance | path

Searched refs:of_property_read_u8 (Results 1 – 25 of 25) sorted by relevance

/linux/drivers/regulator/
A Dmpq7920.c225 ret = of_property_read_u8(np, "mps,buck-phase-delay", &val); in mpq7920_parse_cb()
233 ret = of_property_read_u8(np, "mps,buck-softstart", &val); in mpq7920_parse_cb()
253 ret = of_property_read_u8(np, "mps,switch-freq", &freq); in mpq7920_parse_dt()
A Dlp872x.c834 of_property_read_u8(np, "ti,general-config", &pdata->general_config); in lp872x_populate_pdata_from_dt()
842 of_property_read_u8(np, "ti,dvs-vsel", (u8 *)&pdata->dvs->vsel); in lp872x_populate_pdata_from_dt()
843 of_property_read_u8(np, "ti,dvs-state", &dvs_state); in lp872x_populate_pdata_from_dt()
/linux/drivers/video/backlight/
A Dlp855x_bl.c362 of_property_read_u8(node, "dev-ctrl", &pdata->device_control); in lp855x_parse_dt()
363 of_property_read_u8(node, "init-brt", &pdata->initial_brightness); in lp855x_parse_dt()
378 of_property_read_u8(child, "rom-addr", &rom[i].addr); in lp855x_parse_dt()
379 of_property_read_u8(child, "rom-val", &rom[i].val); in lp855x_parse_dt()
/linux/drivers/leds/
A Dleds-lp55xx-common.c572 of_property_read_u8(np, "led-cur", in lp55xx_parse_common_child()
574 of_property_read_u8(np, "max-cur", in lp55xx_parse_common_child()
694 of_property_read_u8(np, "clock-mode", &pdata->clock_mode); in lp55xx_of_populate_pdata()
702 of_property_read_u8(np, "pwr-sel", (u8 *)&pdata->pwr_sel); in lp55xx_of_populate_pdata()
/linux/sound/soc/codecs/
A Dsta350.c1104 of_property_read_u8(np, "st,output-conf", in sta350_probe_dt()
1106 of_property_read_u8(np, "st,ch1-output-mapping", in sta350_probe_dt()
1108 of_property_read_u8(np, "st,ch2-output-mapping", in sta350_probe_dt()
1110 of_property_read_u8(np, "st,ch3-output-mapping", in sta350_probe_dt()
1176 if (!of_property_read_u8(np, "st,powerdown-delay-divider", &tmp8)) { in sta350_probe_dt()
A Dsta32x.c1052 of_property_read_u8(np, "st,output-conf", in sta32x_probe_dt()
1054 of_property_read_u8(np, "st,ch1-output-mapping", in sta32x_probe_dt()
1056 of_property_read_u8(np, "st,ch2-output-mapping", in sta32x_probe_dt()
1058 of_property_read_u8(np, "st,ch3-output-mapping", in sta32x_probe_dt()
A Dcs53l30.c1023 if (!of_property_read_u8(np, "cirrus,micbias-lvl", &val)) in cs53l30_i2c_probe()
/linux/drivers/power/supply/
A Dda9150-fg.c429 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()
A Dlp8727_charger.c501 of_property_read_u8(np, "eoc-level", (u8 *)&param->eoc_level); in lp8727_parse_charge_pdata()
502 of_property_read_u8(np, "charging-current", (u8 *)&param->ichg); in lp8727_parse_charge_pdata()
/linux/drivers/media/rc/
A Dir-spi.c140 ret = of_property_read_u8(spi->dev.of_node, "duty-cycle", &dc); in ir_spi_probe()
/linux/drivers/char/ipmi/
A Dipmi_ipmb.c450 if (of_property_read_u8(dev->of_node, "bmcaddr", &iidev->bmcaddr) != 0) in ipmi_ipmb_probe()
/linux/drivers/mmc/host/
A Dsdhci-of-dwcmshc.c311 if (of_property_read_u8(mmc_dev(host->mmc)->of_node, "rockchip,txclk-tapnum", in dwcmshc_rk3568_init()
/linux/drivers/hwmon/
A Dadc128d818.c460 if (of_property_read_u8(dev->of_node, "ti,mode", &data->mode) == 0) { in adc128_probe()
/linux/drivers/irqchip/
A Dirq-pruss-intc.c544 ret = of_property_read_u8(dev->of_node, "ti,irqs-reserved", in pruss_intc_probe()
/linux/drivers/pci/controller/
A Dpcie-rcar-ep.c151 err = of_property_read_u8(dev->of_node, "max-functions", in rcar_pcie_ep_get_pdata()
A Dpcie-rockchip-ep.c551 err = of_property_read_u8(dev->of_node, "max-functions", in rockchip_pcie_parse_ep_dt()
/linux/drivers/clk/at91/
A Ddt-compat.c217 if (of_property_read_u8(i2s_mux_np, "reg", &bus_id)) in of_sama5d2_clk_i2s_mux_setup()
/linux/sound/soc/atmel/
A Dmchp-i2s-mcc.c971 err = of_property_read_u8(pdev->dev.of_node, "microchip,tdm-data-pair", in mchp_i2s_mcc_soc_data_parse()
/linux/drivers/pci/controller/cadence/
A Dpcie-cadence-ep.c672 if (of_property_read_u8(np, "max-functions", &epc->max_functions) < 0) in cdns_pcie_ep_setup()
/linux/drivers/pci/controller/dwc/
A Dpcie-designware-ep.c752 ret = of_property_read_u8(np, "max-functions", &epc->max_functions); in dw_pcie_ep_init()
/linux/drivers/net/can/
A Dflexcan.c2028 ret = of_property_read_u8(pdev->dev.of_node, "fsl,scu-index", &scu_idx); in flexcan_setup_stop_mode_scfw()
2124 of_property_read_u8(pdev->dev.of_node, in flexcan_probe()
/linux/include/linux/
A Dof.h1239 static inline int of_property_read_u8(const struct device_node *np, in of_property_read_u8() function
/linux/drivers/net/ethernet/ti/
A Ddavinci_emac.c1734 of_property_read_u8(np, "ti,davinci-rmii-en", &pdata->rmii_en); in davinci_emac_of_get_pdata()
/linux/drivers/net/ieee802154/
A Dat86rf230.c1498 ret = of_property_read_u8(spi->dev.of_node, "xtal-trim", xtal_trim); in at86rf230_get_pdata()
/linux/drivers/net/wireless/ath/ath10k/
A Dcore.c2210 ret = of_property_read_u8(node, "qcom,coexist-support", &coex_support); in ath10k_core_fetch_btcoex_dt()

Completed in 90 milliseconds