Searched refs:hda_intel (Results 1 – 6 of 6) sorted by relevance
/linux-4.1.27/sound/pci/hda/ |
D | hda_intel.h | 22 struct hda_intel { struct 51 int hda_display_power(struct hda_intel *hda, bool enable); argument 52 void haswell_set_bclk(struct hda_intel *hda); 53 int hda_i915_init(struct hda_intel *hda); 54 int hda_i915_exit(struct hda_intel *hda); 56 static inline int hda_display_power(struct hda_intel *hda, bool enable) in hda_display_power() 60 static inline void haswell_set_bclk(struct hda_intel *hda) { return; } in haswell_set_bclk() 61 static inline int hda_i915_init(struct hda_intel *hda) in hda_i915_init() 65 static inline int hda_i915_exit(struct hda_intel *hda) in hda_i915_exit()
|
D | hda_i915.c | 36 int hda_display_power(struct hda_intel *hda, bool enable) in hda_display_power() 53 void haswell_set_bclk(struct hda_intel *hda) in haswell_set_bclk() 100 struct hda_intel *hda = container_of(chip, struct hda_intel, chip); in hda_component_master_bind() 135 struct hda_intel *hda = container_of(chip, struct hda_intel, chip); in hda_component_master_unbind() 154 int hda_i915_init(struct hda_intel *hda) in hda_i915_init() 189 int hda_i915_exit(struct hda_intel *hda) in hda_i915_exit()
|
D | hda_intel.c | 541 struct hda_intel *hda = container_of(chip, struct hda_intel, chip); in azx_position_check() 612 struct hda_intel *hda = container_of(work, struct hda_intel, irq_pending_work); in azx_irq_pending_work() 740 struct hda_intel *hda = container_of(chip, struct hda_intel, chip); in azx_add_card_list() 748 struct hda_intel *hda = container_of(chip, struct hda_intel, chip); in azx_del_card_list() 757 struct hda_intel *hda; in param_set_xint() 788 struct hda_intel *hda; in azx_suspend() 794 hda = container_of(chip, struct hda_intel, chip); in azx_suspend() 819 struct hda_intel *hda; in azx_resume() 825 hda = container_of(chip, struct hda_intel, chip); in azx_resume() 882 struct hda_intel *hda; in azx_runtime_suspend() [all …]
|
D | hda_intel_trace.h | 2 #define TRACE_SYSTEM hda_intel
|
D | Makefile | 1 snd-hda-intel-objs := hda_intel.o
|
/linux-4.1.27/Documentation/sound/alsa/ |
D | HD-Audio.txt | 95 hda_intel: azx_get_response timeout, switching to polling mode: 97 hda_intel: azx_get_response timeout, switching to single_cmd mode: 139 defined in hda_intel.c. In such a case, please report and give the
|