Home
last modified time | relevance | path

Searched defs:i915_audio_component_ops (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/include/drm/
Di915_component.h42 struct i915_audio_component_ops { struct
43 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);
/linux-4.4.14/drivers/gpu/drm/i915/
Dintel_audio.c709 static const struct i915_audio_component_ops i915_audio_component_ops = { variable