Searched refs:_bus (Results 1 – 6 of 6) sorted by relevance
| /linux/drivers/gpu/drm/nouveau/nvkm/subdev/i2c/ |
| H A D | bus.h | 33 struct nvkm_i2c_bus *_bus = (b); \ 34 nvkm_##l(&_bus->pad->i2c->subdev, "bus %04x: "f"\n", _bus->id, ##a); \
|
| /linux/sound/hda/common/ |
| H A D | hda_controller.h | 156 #define bus_to_azx(_bus) container_of(_bus, struct azx, bus.core) argument
|
| H A D | controller.c | 692 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()
|
| /linux/drivers/soundwire/ |
| H A D | cadence_master.h | 163 #define bus_to_cdns(_bus) container_of(_bus, struct sdw_cdns, bus) argument
|
| /linux/include/linux/ |
| H A D | phy.h | 2189 #define mdiobus_for_each_phy(_bus, _phydev) \ argument 2190 for (_phydev = phy_find_first(_bus); _phydev; \ 2191 _phydev = phy_find_next(_bus, _phydev))
|
| /linux/include/sound/ |
| H A D | hda_codec.h | 458 int snd_hda_attach_pcm_stream(struct hda_bus *_bus, struct hda_codec *codec,
|