/Linux-v5.10/drivers/regulator/ |
D | mpq7920.c | 225 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()
|
D | lp872x.c | 839 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/ |
D | lp855x_bl.c | 362 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/ |
D | leds-lp55xx-common.c | 572 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/ |
D | sta350.c | 1104 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()
|
D | sta32x.c | 1052 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()
|
D | cs53l30.c | 1022 if (!of_property_read_u8(np, "cirrus,micbias-lvl", &val)) in cs53l30_i2c_probe()
|
/Linux-v5.10/drivers/media/rc/ |
D | ir-spi.c | 140 ret = of_property_read_u8(spi->dev.of_node, "duty-cycle", &dc); in ir_spi_probe()
|
/Linux-v5.10/drivers/power/supply/ |
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()
|
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()
|
/Linux-v5.10/drivers/hwmon/ |
D | adc128d818.c | 460 if (of_property_read_u8(dev->of_node, "ti,mode", &data->mode) == 0) { in adc128_probe()
|
/Linux-v5.10/drivers/irqchip/ |
D | irq-pruss-intc.c | 547 ret = of_property_read_u8(dev->of_node, "ti,irqs-reserved", in pruss_intc_probe()
|
/Linux-v5.10/drivers/pci/controller/ |
D | pcie-rcar-ep.c | 154 err = of_property_read_u8(dev->of_node, "max-functions", in rcar_pcie_ep_get_pdata()
|
D | pcie-rockchip-ep.c | 551 err = of_property_read_u8(dev->of_node, "max-functions", in rockchip_pcie_parse_ep_dt()
|
/Linux-v5.10/drivers/pci/controller/cadence/ |
D | pcie-cadence-ep.c | 556 if (of_property_read_u8(np, "max-functions", &epc->max_functions) < 0) in cdns_pcie_ep_setup()
|
/Linux-v5.10/drivers/clk/at91/ |
D | dt-compat.c | 215 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/ |
D | pcie-designware-ep.c | 745 ret = of_property_read_u8(np, "max-functions", &epc->max_functions); in dw_pcie_ep_init()
|
/Linux-v5.10/include/linux/ |
D | of.h | 1200 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/ |
D | davinci_emac.c | 1720 of_property_read_u8(np, "ti,davinci-rmii-en", &pdata->rmii_en); in davinci_emac_of_get_pdata()
|
/Linux-v5.10/drivers/net/ieee802154/ |
D | at86rf230.c | 1498 ret = of_property_read_u8(spi->dev.of_node, "xtal-trim", xtal_trim); in at86rf230_get_pdata()
|
/Linux-v5.10/drivers/net/can/ |
D | flexcan.c | 1948 of_property_read_u8(pdev->dev.of_node, in flexcan_probe()
|
/Linux-v5.10/drivers/net/wireless/ath/ath10k/ |
D | core.c | 2172 ret = of_property_read_u8(node, "qcom,coexist-support", &coex_support); in ath10k_core_fetch_btcoex_dt()
|