Home
last modified time | relevance | path

Searched refs:fg_node (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/power/supply/
H A Dda9150-fg.c420 struct device_node *fg_node = dev->of_node; in da9150_fg_dt_pdata() local
427 of_property_read_u32(fg_node, "dlg,update-interval", in da9150_fg_dt_pdata()
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()
/openbmc/linux/sound/pci/hda/
H A Dhda_codec.c416 static int read_widget_caps(struct hda_codec *codec, hda_nid_t fg_node) in read_widget_caps() argument