Home
last modified time | relevance | path

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

/openbmc/linux/sound/soc/codecs/
H A Dwcd9335.c5184 struct device_node *ifc_dev_np; in wcd9335_slim_status() local
5190 ifc_dev_np = of_parse_phandle(dev->of_node, "slim-ifc-dev", 0); in wcd9335_slim_status()
5191 if (!ifc_dev_np) { in wcd9335_slim_status()
5197 wcd->slim_ifc_dev = of_slim_get_device(sdev->ctrl, ifc_dev_np); in wcd9335_slim_status()
5198 of_node_put(ifc_dev_np); in wcd9335_slim_status()
H A Dwcd934x.c5865 struct device_node *ifc_dev_np; in wcd934x_codec_parse_data() local
5867 ifc_dev_np = of_parse_phandle(dev->of_node, "slim-ifc-dev", 0); in wcd934x_codec_parse_data()
5868 if (!ifc_dev_np) { in wcd934x_codec_parse_data()
5873 wcd->sidev = of_slim_get_device(wcd->sdev->ctrl, ifc_dev_np); in wcd934x_codec_parse_data()
5874 of_node_put(ifc_dev_np); in wcd934x_codec_parse_data()