Searched refs:dev_to_hdac_dev (Results 1 – 4 of 4) sorted by relevance
15 struct hdac_device *hdev = dev_to_hdac_dev(dev); in hda_bus_match()
36 struct hdac_device *codec = dev_to_hdac_dev(dev); in hda_volatile_reg()63 struct hdac_device *codec = dev_to_hdac_dev(dev); in hda_writeable_reg()112 struct hdac_device *codec = dev_to_hdac_dev(dev); in hda_readable_reg()
23 struct hdac_device *codec = dev_to_hdac_dev(dev); \33 struct hdac_device *codec = dev_to_hdac_dev(dev); \96 *codecp = dev_to_hdac_dev(dev); in get_codec_nid()
95 #define dev_to_hdac_dev(_dev) container_of(_dev, struct hdac_device, dev) macro