Home
last modified time | relevance | path

Searched refs:ebus_to_hbus (Results 1 – 8 of 8) sorted by relevance

/linux-4.4.14/sound/soc/intel/skylake/
Dskl.c57 dev_dbg(ebus_to_hbus(ebus)->dev, "Clearing TCSEL\n"); in skl_init_pci()
70 struct hdac_bus *bus = ebus_to_hbus(ebus); in skl_interrupt()
100 struct hdac_bus *bus = ebus_to_hbus(ebus); in skl_threaded_handler()
113 struct hdac_bus *bus = ebus_to_hbus(ebus); in skl_acquire_irq()
141 struct hdac_bus *bus = ebus_to_hbus(ebus); in skl_suspend()
153 struct hdac_bus *bus = ebus_to_hbus(ebus); in skl_resume()
169 struct hdac_bus *bus = ebus_to_hbus(ebus); in skl_runtime_suspend()
194 struct hdac_bus *bus = ebus_to_hbus(ebus); in skl_runtime_resume()
223 struct hdac_bus *bus = ebus_to_hbus(ebus); in skl_free()
247 struct hdac_bus *bus = ebus_to_hbus(&skl->ebus); in skl_dmic_device_register()
[all …]
Dskl-messages.c36 struct hdac_bus *bus = ebus_to_hbus(ebus); in skl_alloc_dma_buf()
47 struct hdac_bus *bus = ebus_to_hbus(ebus); in skl_free_dma_buf()
79 struct hdac_bus *bus = ebus_to_hbus(ebus); in skl_init_dsp()
112 struct hdac_bus *bus = ebus_to_hbus(ebus); in skl_free_dsp()
Dskl-pcm.c281 return skl_substream_free_pages(ebus_to_hbus(ebus), substream); in skl_pcm_hw_free()
621 struct hdac_bus *bus = ebus_to_hbus(ebus); in skl_coupled_trigger()
695 struct hdac_bus *bus = ebus_to_hbus(ebus); in skl_decoupled_trigger()
758 struct hdac_bus *bus = ebus_to_hbus(ebus); in skl_get_delay_from_lpib()
Dskl-nhlt.c114 struct hdac_bus *bus = ebus_to_hbus(&skl->ebus); in skl_get_ep_blob()
Dskl-topology.c1109 struct hdac_bus *bus = ebus_to_hbus(ebus); in skl_tplg_widget_load()
1227 struct hdac_bus *bus = ebus_to_hbus(ebus); in skl_tplg_init()
/linux-4.4.14/sound/hda/ext/
Dhdac_ext_stream.c105 struct hdac_bus *bus = ebus_to_hbus(ebus); in snd_hdac_stream_free_all()
490 struct hdac_bus *bus = ebus_to_hbus(ebus); in snd_hdac_ext_stop_streams()
Dhdac_ext_bus.c139 struct hdac_bus *bus = ebus_to_hbus(ebus); in snd_hdac_ext_bus_device_init()
/linux-4.4.14/include/sound/
Dhdaudio_ext.h39 #define ebus_to_hbus(ebus) (&(ebus)->bus) macro