Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/sound/pci/hda/
H A Dhda_controller.c711 struct azx *chip = bus_to_azx(bus); in snd_hda_attach_pcm_stream()
779 struct azx *chip = bus_to_azx(bus); in azx_rirb_get_response()
875 struct azx *chip = bus_to_azx(bus); in azx_single_send_cmd()
919 struct azx *chip = bus_to_azx(bus); in azx_send_cmd()
933 struct azx *chip = bus_to_azx(bus); in azx_get_response()
972 struct azx *chip = bus_to_azx(bus); in snd_hda_codec_load_dsp_prepare()
1004 struct azx *chip = bus_to_azx(bus); in snd_hda_codec_load_dsp_trigger()
1015 struct azx *chip = bus_to_azx(bus); in snd_hda_codec_load_dsp_cleanup()
1066 struct azx *chip = bus_to_azx(bus); in stream_update()
1163 struct azx *chip = bus_to_azx(&bus->core); in snd_hda_bus_reset()
H A Dhda_controller.h157 #define bus_to_azx(_bus) container_of(_bus, struct azx, bus.core) macro