Home
last modified time | relevance | path

Searched refs:bus_to_azx (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/sound/pci/hda/
H A Dhda_controller.c699 struct azx *chip = bus_to_azx(bus); in snd_hda_attach_pcm_stream()
767 struct azx *chip = bus_to_azx(bus); in azx_rirb_get_response()
863 struct azx *chip = bus_to_azx(bus); in azx_single_send_cmd()
907 struct azx *chip = bus_to_azx(bus); in azx_send_cmd()
921 struct azx *chip = bus_to_azx(bus); in azx_get_response()
960 struct azx *chip = bus_to_azx(bus); in snd_hda_codec_load_dsp_prepare()
992 struct azx *chip = bus_to_azx(bus); in snd_hda_codec_load_dsp_trigger()
1003 struct azx *chip = bus_to_azx(bus); in snd_hda_codec_load_dsp_cleanup()
1052 struct azx *chip = bus_to_azx(bus); in stream_update()
1149 struct azx *chip = bus_to_azx(&bus->core); in snd_hda_bus_reset()
H A Dhda_controller.h155 #define bus_to_azx(_bus) container_of(_bus, struct azx, bus.core) macro