Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/video/backlight/
Dlp855x_bl.c358 of_property_read_u8(node, "dev-ctrl", &pdata->device_control); in lp855x_parse_dt()
359 of_property_read_u8(node, "init-brt", &pdata->initial_brightness); in lp855x_parse_dt()
374 of_property_read_u8(child, "rom-addr", &rom[i].addr); in lp855x_parse_dt()
375 of_property_read_u8(child, "rom-val", &rom[i].val); in lp855x_parse_dt()
/linux-4.4.14/drivers/leds/
Dleds-lp55xx-common.c576 of_property_read_u8(child, "led-cur", &cfg[i].led_current); in lp55xx_of_populate_pdata()
577 of_property_read_u8(child, "max-cur", &cfg[i].max_current); in lp55xx_of_populate_pdata()
585 of_property_read_u8(np, "clock-mode", &pdata->clock_mode); in lp55xx_of_populate_pdata()
590 of_property_read_u8(np, "pwr-sel", (u8 *)&pdata->pwr_sel); in lp55xx_of_populate_pdata()
/linux-4.4.14/sound/soc/codecs/
Dsta350.c1106 of_property_read_u8(np, "st,output-conf", in sta350_probe_dt()
1108 of_property_read_u8(np, "st,ch1-output-mapping", in sta350_probe_dt()
1110 of_property_read_u8(np, "st,ch2-output-mapping", in sta350_probe_dt()
1112 of_property_read_u8(np, "st,ch3-output-mapping", in sta350_probe_dt()
1178 if (!of_property_read_u8(np, "st,powerdown-delay-divider", &tmp8)) { in sta350_probe_dt()
Dsta32x.c1031 of_property_read_u8(np, "st,output-conf", in sta32x_probe_dt()
1033 of_property_read_u8(np, "st,ch1-output-mapping", in sta32x_probe_dt()
1035 of_property_read_u8(np, "st,ch2-output-mapping", in sta32x_probe_dt()
1037 of_property_read_u8(np, "st,ch3-output-mapping", in sta32x_probe_dt()
/linux-4.4.14/drivers/power/
Dda9150-fg.c433 of_property_read_u8(fg_node, "dlg,warn-soc-level", in da9150_fg_dt_pdata()
435 of_property_read_u8(fg_node, "dlg,crit-soc-level", in da9150_fg_dt_pdata()
Dlp8727_charger.c505 of_property_read_u8(np, "eoc-level", (u8 *)&param->eoc_level); in lp8727_parse_charge_pdata()
506 of_property_read_u8(np, "charging-current", (u8 *)&param->ichg); in lp8727_parse_charge_pdata()
/linux-4.4.14/drivers/regulator/
Dlp872x.c854 of_property_read_u8(np, "ti,general-config", &pdata->general_config); in lp872x_populate_pdata_from_dt()
863 of_property_read_u8(np, "ti,dvs-vsel", (u8 *)&pdata->dvs->vsel); in lp872x_populate_pdata_from_dt()
864 of_property_read_u8(np, "ti,dvs-state", &dvs_state); in lp872x_populate_pdata_from_dt()
/linux-4.4.14/include/linux/
Dof.h843 static inline int of_property_read_u8(const struct device_node *np, in of_property_read_u8() function
/linux-4.4.14/drivers/net/ieee802154/
Dat86rf230.c1498 ret = of_property_read_u8(spi->dev.of_node, "xtal-trim", xtal_trim); in at86rf230_get_pdata()
/linux-4.4.14/drivers/net/ethernet/ti/
Ddavinci_emac.c1859 of_property_read_u8(np, "ti,davinci-rmii-en", &pdata->rmii_en); in davinci_emac_of_get_pdata()