Searched defs:i915_audio_component_ops (Results 1 – 2 of 2) sorted by relevance
42 struct i915_audio_component_ops { struct43 struct module *owner;44 void (*get_power)(struct device *);45 void (*put_power)(struct device *);46 void (*codec_wake_override)(struct device *, bool enable);47 int (*get_cdclk_freq)(struct device *);48 int (*sync_audio_rate)(struct device *, int port, int rate);
709 static const struct i915_audio_component_ops i915_audio_component_ops = { variable