Home
last modified time | relevance | path

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

/linux-6.15/sound/soc/codecs/
H A Dwcd9335.c5116 struct device_node *ifc_dev_np; in wcd9335_slim_status() local
5122 ifc_dev_np = of_parse_phandle(dev->of_node, "slim-ifc-dev", 0); in wcd9335_slim_status()
5123 if (!ifc_dev_np) { in wcd9335_slim_status()
5129 wcd->slim_ifc_dev = of_slim_get_device(sdev->ctrl, ifc_dev_np); in wcd9335_slim_status()
5130 of_node_put(ifc_dev_np); in wcd9335_slim_status()
H A Dwcd934x.c5842 struct device_node *ifc_dev_np; in wcd934x_codec_parse_data() local
5844 ifc_dev_np = of_parse_phandle(dev->of_node, "slim-ifc-dev", 0); in wcd934x_codec_parse_data()
5845 if (!ifc_dev_np) in wcd934x_codec_parse_data()
5848 wcd->sidev = of_slim_get_device(wcd->sdev->ctrl, ifc_dev_np); in wcd934x_codec_parse_data()
5849 of_node_put(ifc_dev_np); in wcd934x_codec_parse_data()