Lines Matching refs:HDACodecDevice
11 OBJECT_DECLARE_TYPE(HDACodecDevice, HDACodecDeviceClass,
18 typedef void (*hda_codec_response_func)(HDACodecDevice *dev,
20 typedef bool (*hda_codec_xfer_func)(HDACodecDevice *dev,
34 void (*init)(HDACodecDevice *dev, Error **errp);
35 void (*exit)(HDACodecDevice *dev);
36 void (*command)(HDACodecDevice *dev, uint32_t nid, uint32_t data);
37 void (*stream)(HDACodecDevice *dev, uint32_t stnr, bool running, bool output);
40 struct HDACodecDevice { struct
48 HDACodecDevice *hda_codec_find(HDACodecBus *bus, uint32_t cad); argument
50 void hda_codec_response(HDACodecDevice *dev, bool solicited, uint32_t response);
51 bool hda_codec_xfer(HDACodecDevice *dev, uint32_t stnr, bool output,