Home
last modified time | relevance | path

Searched refs:_bus (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/gpu/drm/nouveau/nvkm/subdev/i2c/
H A Dbus.h33 struct nvkm_i2c_bus *_bus = (b); \
34 nvkm_##l(&_bus->pad->i2c->subdev, "bus %04x: "f"\n", _bus->id, ##a); \
/linux/drivers/soundwire/
H A Dcadence_master.h163 #define bus_to_cdns(_bus) container_of(_bus, struct sdw_cdns, bus) argument
/linux/sound/hda/common/
H A Dhda_controller.h152 #define bus_to_azx(_bus) container_of(_bus, struct azx, bus.core) argument
H A Dcontroller.c692 int snd_hda_attach_pcm_stream(struct hda_bus *_bus, struct hda_codec *codec, in snd_hda_attach_pcm_stream() argument
695 struct hdac_bus *bus = &_bus->core; in snd_hda_attach_pcm_stream()