Searched defs:hda (Results  1 – 6 of 6) sorted by relevance
| /linux-4.1.27/sound/pci/hda/ | 
| 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()  local 135 	struct hda_intel *hda = container_of(chip, struct hda_intel, chip);  in hda_component_master_unbind()  local 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.h | 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_intel.c | 541 	struct hda_intel *hda = container_of(chip, struct hda_intel, chip);  in azx_position_check()  local 612 	struct hda_intel *hda = container_of(work, struct hda_intel, irq_pending_work);  in azx_irq_pending_work()  local 740 	struct hda_intel *hda = container_of(chip, struct hda_intel, chip);  in azx_add_card_list()  local 748 	struct hda_intel *hda = container_of(chip, struct hda_intel, chip);  in azx_del_card_list()  local 757 	struct hda_intel *hda;  in param_set_xint()  local 788 	struct hda_intel *hda;  in azx_suspend()  local 819 	struct hda_intel *hda;  in azx_resume()  local 882 	struct hda_intel *hda;  in azx_runtime_suspend()  local 912 	struct hda_intel *hda;  in azx_runtime_resume()  local 958 	struct hda_intel *hda;  in azx_runtime_idle()  local [all …] 
 | 
| D | hda_tegra.c | 189 static void hda_tegra_init(struct hda_tegra *hda)  in hda_tegra_init() 252 	struct hda_tegra *hda = container_of(chip, struct hda_tegra, chip);  in hda_tegra_suspend()  local 267 	struct hda_tegra *hda = container_of(chip, struct hda_tegra, chip);  in hda_tegra_resume()  local 306 	struct hda_tegra *hda = container_of(chip, struct hda_tegra, chip);  in hda_tegra_init_chip()  local 413 			    struct hda_tegra *hda)  in hda_tegra_create() 457 	struct hda_tegra *hda;  in hda_tegra_probe()  local
  | 
| /linux-4.1.27/drivers/gpu/drm/sti/ | 
| D | sti_hda.c | 258 	struct sti_hda *hda;  member 264 static u32 hda_read(struct sti_hda *hda, int offset)  in hda_read() 269 static void hda_write(struct sti_hda *hda, u32 val, int offset)  in hda_write() 300 static void hda_enable_hd_dacs(struct sti_hda *hda, bool enable)  in hda_enable_hd_dacs() 336 static void sti_hda_configure_awg(struct sti_hda *hda, u32 *awg_instr, int nb)  in sti_hda_configure_awg() 350 	struct sti_hda *hda = bridge->driver_private;  in sti_hda_disable()  local 375 	struct sti_hda *hda = bridge->driver_private;  in sti_hda_pre_enable()  local 466 	struct sti_hda *hda = bridge->driver_private;  in sti_hda_set_mode()  local 526 	struct sti_hda *hda = hda_connector->hda;  in sti_hda_connector_get_modes()  local 563 	struct sti_hda *hda = hda_connector->hda;  in sti_hda_connector_mode_valid()  local [all …] 
 | 
| D | sti_tvout.c | 121 	struct drm_encoder *hda;  member
  |