/linux-6.3-rc2/drivers/pci/controller/ |
A D | pci-hyperv.c | 2010 hbus->msi_info.data = hbus; in hv_pcie_init_irq_domain() 2064 if (hbus->low_mmio_space || hbus->high_mmio_space) { in survey_child_resources() 2398 hpdev->hbus = hbus; in new_pcichild_device() 2752 hbus = hpdev->hbus; in hv_eject_device_work() 2804 struct hv_pcibus_device *hbus = hpdev->hbus; in hv_pci_eject_device() local 3095 if (hbus->low_mmio_space && hbus->low_mmio_res) { in hv_pci_free_bridge_windows() 3101 if (hbus->high_mmio_space && hbus->high_mmio_res) { in hv_pci_free_bridge_windows() 3528 if (!hbus) in hv_pci_probe() 3610 hbus->cfg_addr = ioremap(hbus->mem_config->start, in hv_pci_probe() 3717 kfree(hbus); in hv_pci_probe() [all …]
|
/linux-6.3-rc2/sound/soc/intel/skylake/ |
A D | skl.h | 60 struct hda_bus hbus; member 137 #define skl_to_bus(s) (&(s)->hbus.core) 138 #define bus_to_skl(bus) container_of(bus, struct skl_dev, hbus.core) 140 #define skl_to_hbus(s) (&(s)->hbus) 141 #define hbus_to_skl(hbus) container_of((hbus), struct skl_dev, (hbus)) argument
|
A D | skl.c | 875 struct hda_bus *hbus; in skl_create() local 890 hbus = skl_to_hbus(skl); in skl_create() 905 mutex_init(&hbus->prepare_mutex); in skl_create() 906 hbus->pci = pci; in skl_create() 907 hbus->mixer_assigned = -1; in skl_create() 908 hbus->modelname = "sklbus"; in skl_create()
|
/linux-6.3-rc2/sound/soc/sof/intel/ |
A D | hda-codec.c | 70 struct hda_bus *hbus = sof_to_hbus(sdev); in hda_codec_jack_wake_enable() local 80 list_for_each_codec(codec, hbus) in hda_codec_jack_wake_enable() 92 struct hda_bus *hbus = sof_to_hbus(sdev); in hda_codec_jack_check() local 99 list_for_each_codec(codec, hbus) in hda_codec_jack_check() 143 struct hda_bus *hbus = sof_to_hbus(sdev); in hda_codec_probe() local 151 mutex_lock(&hbus->core.cmd_mutex); in hda_codec_probe() 152 snd_hdac_bus_send_cmd(&hbus->core, hda_cmd); in hda_codec_probe() 153 snd_hdac_bus_get_response(&hbus->core, address, &resp); in hda_codec_probe() 154 mutex_unlock(&hbus->core.cmd_mutex); in hda_codec_probe() 175 if (!hbus->core.audio_component) { in hda_codec_probe() [all …]
|
A D | hda-dsp.c | 815 struct hdac_bus *hbus = sof_to_bus(sdev); in hda_dsp_runtime_idle() local 817 if (hbus->codec_powered) { in hda_dsp_runtime_idle() 819 (unsigned int)hbus->codec_powered); in hda_dsp_runtime_idle() 1000 struct hdac_bus *bus = &hdev->hbus.core; in hda_dsp_d0i3_work()
|
A D | hda.h | 490 struct hda_bus hbus; member 541 return &hda->hbus.core; in sof_to_bus() 548 return &hda->hbus; in sof_to_hbus() 563 container_of(bus, struct sof_intel_hda_dev, hbus.core)
|
A D | hda.c | 748 struct hda_bus *hbus; in hda_init() local 753 hbus = sof_to_hbus(sdev); in hda_init() 766 mutex_init(&hbus->prepare_mutex); in hda_init() 767 hbus->pci = pci; in hda_init() 768 hbus->mixer_assigned = -1; in hda_init() 769 hbus->modelname = hda_model; in hda_init()
|
/linux-6.3-rc2/drivers/clk/mxs/ |
A D | clk-imx23.c | 83 cpu_xtal, hbus, xbus, lcdif_div, ssp_div, gpmi_div, emi_pll, enumerator 94 cpu, hbus, xbus, emi, uart, enumerator 127 clks[hbus] = mxs_clk_div("hbus", "cpu", HBUS, 0, 5, 29); in mx23_clocks_init()
|
A D | clk-imx28.c | 136 lcdif_sel, cpu, ptp_sel, cpu_pll, cpu_xtal, hbus, xbus, enumerator 149 cpu, hbus, xbus, emi, uart, enumerator 192 clks[hbus] = mxs_clk_div("hbus", "cpu", HBUS, 0, 5, 31); in mx28_clocks_init()
|
/linux-6.3-rc2/sound/pci/hda/ |
A D | hda_controller.c | 768 struct hda_bus *hbus = &chip->bus; in azx_rirb_get_response() local 776 if (hbus->no_response_fallback) in azx_rirb_get_response() 812 if (hbus->allow_bus_reset && !hbus->response_reset && !hbus->in_reset) { in azx_rirb_get_response() 813 hbus->response_reset = 1; in azx_rirb_get_response() 824 hbus->response_reset = 0; in azx_rirb_get_response()
|
/linux-6.3-rc2/Documentation/devicetree/bindings/clock/ |
A D | imx23-clock.yaml | 34 hbus 15
|
A D | imx28-clock.yaml | 44 hbus 25
|