Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/sound/soc/codecs/
H A Dwcd9335.c5179 struct device_node *ifc_dev_np; in wcd9335_slim_status() local
5185 ifc_dev_np = of_parse_phandle(dev->of_node, "slim-ifc-dev", 0); in wcd9335_slim_status()
5186 if (!ifc_dev_np) { in wcd9335_slim_status()
5192 wcd->slim_ifc_dev = of_slim_get_device(sdev->ctrl, ifc_dev_np); in wcd9335_slim_status()
5193 of_node_put(ifc_dev_np); in wcd9335_slim_status()
H A Dwcd934x.c5017 struct device_node *ifc_dev_np; in wcd934x_codec_parse_data() local
5019 ifc_dev_np = of_parse_phandle(dev->of_node, "slim-ifc-dev", 0); in wcd934x_codec_parse_data()
5020 if (!ifc_dev_np) { in wcd934x_codec_parse_data()
5025 wcd->sidev = of_slim_get_device(wcd->sdev->ctrl, ifc_dev_np); in wcd934x_codec_parse_data()
5026 of_node_put(ifc_dev_np); in wcd934x_codec_parse_data()