Searched refs:of_property_read_u8 (Results 1 – 10 of 10) sorted by relevance
/linux-4.1.27/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-4.1.27/drivers/leds/ |
D | leds-lp55xx-common.c | 575 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/ |
D | sta350.c | 1107 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()
|
D | sta32x.c | 1032 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/ |
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.1.27/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.1.27/drivers/usb/dwc3/ |
D | core.c | 807 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/ |
D | of.h | 837 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/ |
D | at86rf230.c | 1527 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/ |
D | davinci_emac.c | 1859 of_property_read_u8(np, "ti,davinci-rmii-en", &pdata->rmii_en); in davinci_emac_of_get_pdata()
|