Searched defs:drm_audio_component_ops (Results 1 – 2 of 2) sorted by relevance
| /kernel/linux/linux-6.6/include/drm/ |
| D | drm_audio_component.h | 16 struct drm_audio_component_ops { struct 20 struct module *owner; 29 unsigned long (*get_power)(struct device *); 35 void (*put_power)(struct device *, unsigned long); 39 void (*codec_wake_override)(struct device *, bool enable); 43 int (*get_cdclk_freq)(struct device *); 50 int (*sync_audio_rate)(struct device *, int port, int pipe, int rate); 63 int (*get_eld)(struct device *, int port, int pipe, bool *enabled,
|
| /kernel/linux/linux-5.10/include/drm/ |
| D | drm_audio_component.h | 13 struct drm_audio_component_ops { struct 17 struct module *owner; 26 unsigned long (*get_power)(struct device *); 32 void (*put_power)(struct device *, unsigned long); 36 void (*codec_wake_override)(struct device *, bool enable); 40 int (*get_cdclk_freq)(struct device *); 47 int (*sync_audio_rate)(struct device *, int port, int pipe, int rate); 60 int (*get_eld)(struct device *, int port, int pipe, bool *enabled,
|