Home
last modified time | relevance | path

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

/linux-6.12.1/sound/soc/codecs/
Dwcd9335.c5114 struct device_node *ifc_dev_np; in wcd9335_slim_status() local
5120 ifc_dev_np = of_parse_phandle(dev->of_node, "slim-ifc-dev", 0); in wcd9335_slim_status()
5121 if (!ifc_dev_np) { in wcd9335_slim_status()
5127 wcd->slim_ifc_dev = of_slim_get_device(sdev->ctrl, ifc_dev_np); in wcd9335_slim_status()
5128 of_node_put(ifc_dev_np); in wcd9335_slim_status()
Dwcd934x.c5852 struct device_node *ifc_dev_np; in wcd934x_codec_parse_data() local
5854 ifc_dev_np = of_parse_phandle(dev->of_node, "slim-ifc-dev", 0); in wcd934x_codec_parse_data()
5855 if (!ifc_dev_np) in wcd934x_codec_parse_data()
5858 wcd->sidev = of_slim_get_device(wcd->sdev->ctrl, ifc_dev_np); in wcd934x_codec_parse_data()
5859 of_node_put(ifc_dev_np); in wcd934x_codec_parse_data()