Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/regulator/
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()
Dlp872x.c839 of_property_read_u8(np, "ti,general-config", &pdata->general_config); in lp872x_populate_pdata_from_dt()
848 of_property_read_u8(np, "ti,dvs-vsel", (u8 *)&pdata->dvs->vsel); in lp872x_populate_pdata_from_dt()
849 of_property_read_u8(np, "ti,dvs-state", &dvs_state); in lp872x_populate_pdata_from_dt()
/Linux-v5.10/drivers/video/backlight/
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-v5.10/drivers/leds/
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-v5.10/sound/soc/codecs/
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()
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()
Dcs53l30.c1022 if (!of_property_read_u8(np, "cirrus,micbias-lvl", &val)) in cs53l30_i2c_probe()
/Linux-v5.10/drivers/media/rc/
Dir-spi.c140 ret = of_property_read_u8(spi->dev.of_node, "duty-cycle", &dc); in ir_spi_probe()
/Linux-v5.10/drivers/power/supply/
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()
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-v5.10/drivers/hwmon/
Dadc128d818.c460 if (of_property_read_u8(dev->of_node, "ti,mode", &data->mode) == 0) { in adc128_probe()
/Linux-v5.10/drivers/irqchip/
Dirq-pruss-intc.c547 ret = of_property_read_u8(dev->of_node, "ti,irqs-reserved", in pruss_intc_probe()
/Linux-v5.10/drivers/pci/controller/
Dpcie-rcar-ep.c154 err = of_property_read_u8(dev->of_node, "max-functions", in rcar_pcie_ep_get_pdata()
Dpcie-rockchip-ep.c551 err = of_property_read_u8(dev->of_node, "max-functions", in rockchip_pcie_parse_ep_dt()
/Linux-v5.10/drivers/pci/controller/cadence/
Dpcie-cadence-ep.c556 if (of_property_read_u8(np, "max-functions", &epc->max_functions) < 0) in cdns_pcie_ep_setup()
/Linux-v5.10/drivers/clk/at91/
Ddt-compat.c215 if (of_property_read_u8(i2s_mux_np, "reg", &bus_id)) in of_sama5d2_clk_i2s_mux_setup()
/Linux-v5.10/drivers/pci/controller/dwc/
Dpcie-designware-ep.c745 ret = of_property_read_u8(np, "max-functions", &epc->max_functions); in dw_pcie_ep_init()
/Linux-v5.10/include/linux/
Dof.h1200 static inline int of_property_read_u8(const struct device_node *np, in of_property_read_u8() function
/Linux-v5.10/drivers/net/ethernet/ti/
Ddavinci_emac.c1720 of_property_read_u8(np, "ti,davinci-rmii-en", &pdata->rmii_en); in davinci_emac_of_get_pdata()
/Linux-v5.10/drivers/net/ieee802154/
Dat86rf230.c1498 ret = of_property_read_u8(spi->dev.of_node, "xtal-trim", xtal_trim); in at86rf230_get_pdata()
/Linux-v5.10/drivers/net/can/
Dflexcan.c1948 of_property_read_u8(pdev->dev.of_node, in flexcan_probe()
/Linux-v5.10/drivers/net/wireless/ath/ath10k/
Dcore.c2172 ret = of_property_read_u8(node, "qcom,coexist-support", &coex_support); in ath10k_core_fetch_btcoex_dt()