Home
last modified time | relevance | path

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

/linux/sound/soc/codecs/
H A Dwcd9335.c5103 struct device_node *ifc_dev_np; in wcd9335_slim_status()
5109 ifc_dev_np = of_parse_phandle(dev->of_node, "slim-ifc-dev", 0); in wcd9335_slim_status()
5110 if (!ifc_dev_np) { in wcd9335_slim_status()
5116 wcd->slim_ifc_dev = of_slim_get_device(sdev->ctrl, ifc_dev_np); in wcd9335_slim_status()
5117 of_node_put(ifc_dev_np); in wcd9335_slim_status()
5099 struct device_node *ifc_dev_np; wcd9335_slim_status() local
H A Dwcd934x.c5810 struct device_node *ifc_dev_np; in wcd934x_codec_parse_data() local
5812 ifc_dev_np = of_parse_phandle(dev->of_node, "slim-ifc-dev", 0); in wcd934x_codec_parse_data()
5813 if (!ifc_dev_np) in wcd934x_codec_parse_data()
5816 wcd->sidev = of_slim_get_device(wcd->sdev->ctrl, ifc_dev_np); in wcd934x_codec_parse_data()
5817 of_node_put(ifc_dev_np); in wcd934x_codec_parse_data()