Searched refs:_bus (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/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); \
|
/kernel/linux/linux-6.6/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); \
|
/kernel/linux/linux-5.10/drivers/soundwire/ |
H A D | cadence_master.h | 154 #define bus_to_cdns(_bus) container_of(_bus, struct sdw_cdns, bus)
|
/kernel/linux/linux-6.6/drivers/soundwire/ |
H A D | cadence_master.h | 157 #define bus_to_cdns(_bus) container_of(_bus, struct sdw_cdns, bus)
|
/kernel/linux/linux-5.10/sound/pci/hda/ |
H A D | hda_controller.h | 161 #define bus_to_azx(_bus) container_of(_bus, struct azx, bus.core)
|
H A D | hda_controller.c | 724 int snd_hda_attach_pcm_stream(struct hda_bus *_bus, struct hda_codec *codec, in snd_hda_attach_pcm_stream() argument 727 struct hdac_bus *bus = &_bus->core; in snd_hda_attach_pcm_stream()
|
/kernel/linux/linux-6.6/sound/pci/hda/ |
H A D | hda_controller.h | 155 #define bus_to_azx(_bus) container_of(_bus, struct azx, bus.core)
|
H A D | hda_controller.c | 695 int snd_hda_attach_pcm_stream(struct hda_bus *_bus, struct hda_codec *codec, in snd_hda_attach_pcm_stream() argument 698 struct hdac_bus *bus = &_bus->core; in snd_hda_attach_pcm_stream()
|
/kernel/linux/linux-5.10/include/sound/ |
H A D | hda_codec.h | 452 int snd_hda_attach_pcm_stream(struct hda_bus *_bus, struct hda_codec *codec,
|
/kernel/linux/linux-6.6/include/sound/ |
H A D | hda_codec.h | 458 int snd_hda_attach_pcm_stream(struct hda_bus *_bus, struct hda_codec *codec,
|
Completed in 8 milliseconds