Searched refs:hdac_ext_device (Results 1 – 2 of 2) sorted by relevance
152 struct hdac_ext_device;156 int (*build_controls)(struct hdac_ext_device *dev);157 int (*init)(struct hdac_ext_device *dev);158 void (*free)(struct hdac_ext_device *dev);178 struct hdac_ext_device { struct193 struct hdac_ext_device, hdac)) argument200 int (*probe)(struct hdac_ext_device *dev);201 int (*remove)(struct hdac_ext_device *dev);202 void (*shutdown)(struct hdac_ext_device *dev);
137 struct hdac_ext_device *edev; in snd_hdac_ext_bus_device_init()175 struct hdac_ext_device *edev = to_ehdac_device(hdev); in snd_hdac_ext_bus_device_exit()211 static inline struct hdac_ext_device *get_edev(struct device *dev) in get_edev()214 struct hdac_ext_device *edev = to_ehdac_device(hdev); in get_edev()