Home
last modified time | relevance | path

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

/linux-4.1.27/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-4.1.27/drivers/leds/
Dleds-lp55xx-common.c575 of_property_read_u8(child, "led-cur", &cfg[i].led_current); in lp55xx_of_populate_pdata()
576 of_property_read_u8(child, "max-cur", &cfg[i].max_current); in lp55xx_of_populate_pdata()
584 of_property_read_u8(np, "clock-mode", &pdata->clock_mode); in lp55xx_of_populate_pdata()
589 of_property_read_u8(np, "pwr-sel", (u8 *)&pdata->pwr_sel); in lp55xx_of_populate_pdata()
/linux-4.1.27/sound/soc/codecs/
Dsta350.c1107 of_property_read_u8(np, "st,output-conf", in sta350_probe_dt()
1109 of_property_read_u8(np, "st,ch1-output-mapping", in sta350_probe_dt()
1111 of_property_read_u8(np, "st,ch2-output-mapping", in sta350_probe_dt()
1113 of_property_read_u8(np, "st,ch3-output-mapping", in sta350_probe_dt()
1179 if (!of_property_read_u8(np, "st,powerdown-delay-divider", &tmp8)) { in sta350_probe_dt()
Dsta32x.c1032 of_property_read_u8(np, "st,output-conf", in sta32x_probe_dt()
1034 of_property_read_u8(np, "st,ch1-output-mapping", in sta32x_probe_dt()
1036 of_property_read_u8(np, "st,ch2-output-mapping", in sta32x_probe_dt()
1038 of_property_read_u8(np, "st,ch3-output-mapping", in sta32x_probe_dt()
/linux-4.1.27/drivers/power/
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.1.27/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.1.27/drivers/usb/dwc3/
Dcore.c807 of_property_read_u8(node, "snps,lpm-nyet-threshold", in dwc3_probe()
811 of_property_read_u8(node, "snps,hird-threshold", in dwc3_probe()
843 of_property_read_u8(node, "snps,tx_de_emphasis", in dwc3_probe()
/linux-4.1.27/include/linux/
Dof.h837 static inline int of_property_read_u8(const struct device_node *np, in of_property_read_u8() function
/linux-4.1.27/drivers/net/ieee802154/
Dat86rf230.c1527 ret = of_property_read_u8(spi->dev.of_node, "xtal-trim", xtal_trim); in at86rf230_get_pdata()
/linux-4.1.27/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()