Lines Matching refs:cdev
89 HDACodecDevice *cdev; in hda_codec_find() local
93 cdev = HDA_CODEC_DEVICE(qdev); in hda_codec_find()
94 if (cdev->cad == cad) { in hda_codec_find()
95 return cdev; in hda_codec_find()
495 HDACodecDevice *cdev; in intel_hda_notify_codecs() local
501 cdev = HDA_CODEC_DEVICE(qdev); in intel_hda_notify_codecs()
502 cdc = HDA_CODEC_DEVICE_GET_CLASS(cdev); in intel_hda_notify_codecs()
504 cdc->stream(cdev, stream, running, output); in intel_hda_notify_codecs()
1076 HDACodecDevice *cdev; in intel_hda_reset() local
1083 cdev = HDA_CODEC_DEVICE(qdev); in intel_hda_reset()
1084 d->state_sts |= (1 << cdev->cad); in intel_hda_reset()