Lines Matching refs:HDACodecDevice
41 DEFINE_PROP_UINT32("cad", HDACodecDevice, cad, -1),
63 HDACodecDevice *dev = HDA_CODEC_DEVICE(qdev); in hda_codec_dev_realize()
79 HDACodecDevice *dev = HDA_CODEC_DEVICE(qdev); in hda_codec_dev_unrealize()
87 HDACodecDevice *hda_codec_find(HDACodecBus *bus, uint32_t cad) in hda_codec_find()
90 HDACodecDevice *cdev; in hda_codec_find()
102 void hda_codec_response(HDACodecDevice *dev, bool solicited, uint32_t response) in hda_codec_response()
108 bool hda_codec_xfer(HDACodecDevice *dev, uint32_t stnr, bool output, in hda_codec_xfer()
285 HDACodecDevice *codec; in intel_hda_send_command()
342 static void intel_hda_response(HDACodecDevice *dev, bool solicited, uint32_t response) in intel_hda_response()
396 static bool intel_hda_xfer(HDACodecDevice *dev, uint32_t stnr, bool output, in intel_hda_xfer()
496 HDACodecDevice *cdev; in intel_hda_notify_codecs()
1077 HDACodecDevice *cdev; in intel_hda_reset()
1298 .instance_size = sizeof(HDACodecDevice),