Searched refs:codec_i2c (Results 1 – 2 of 2) sorted by relevance
51 struct i2c_client *codec_i2c; in imx_rpmsg_late_probe() local53 codec_i2c = of_find_i2c_device_by_node(codec_np); in imx_rpmsg_late_probe()54 if (codec_i2c) in imx_rpmsg_late_probe()55 codec_dev = &codec_i2c->dev; in imx_rpmsg_late_probe()
665 struct i2c_client *codec_i2c; in fsl_asoc_card_probe() local667 codec_i2c = of_find_i2c_device_by_node(codec_np[codec_idx]); in fsl_asoc_card_probe()668 if (codec_i2c) { in fsl_asoc_card_probe()669 codec_dev[codec_idx] = &codec_i2c->dev; in fsl_asoc_card_probe()670 codec_dev_name[codec_idx] = codec_i2c->name; in fsl_asoc_card_probe()
Completed in 10 milliseconds