Searched refs:of_property_read_u8 (Results 1 – 10 of 10) sorted by relevance
/linux-4.4.14/drivers/video/backlight/ |
D | lp855x_bl.c | 358 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/ |
D | leds-lp55xx-common.c | 576 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/ |
D | sta350.c | 1106 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()
|
D | sta32x.c | 1031 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/ |
D | da9150-fg.c | 433 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()
|
D | lp8727_charger.c | 505 of_property_read_u8(np, "eoc-level", (u8 *)¶m->eoc_level); in lp8727_parse_charge_pdata() 506 of_property_read_u8(np, "charging-current", (u8 *)¶m->ichg); in lp8727_parse_charge_pdata()
|
/linux-4.4.14/drivers/regulator/ |
D | lp872x.c | 854 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/ |
D | of.h | 843 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/ |
D | at86rf230.c | 1498 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/ |
D | davinci_emac.c | 1859 of_property_read_u8(np, "ti,davinci-rmii-en", &pdata->rmii_en); in davinci_emac_of_get_pdata()
|