/linux-6.8/drivers/pci/controller/ |
D | pci-hyperv.c | 558 struct hv_pcibus_device *hbus; member 617 struct hv_pcibus_device *hbus; in hv_arch_irq_unmask() local 630 hbus = container_of(pbus->sysdata, struct hv_pcibus_device, sysdata); in hv_arch_irq_unmask() 633 dev_warn(&hbus->hdev->device, "%s() can not unmask irq %u\n", in hv_arch_irq_unmask() 646 params->device_id = (hbus->hdev->dev_instance.b[5] << 24) | in hv_arch_irq_unmask() 647 (hbus->hdev->dev_instance.b[4] << 16) | in hv_arch_irq_unmask() 648 (hbus->hdev->dev_instance.b[7] << 8) | in hv_arch_irq_unmask() 649 (hbus->hdev->dev_instance.b[6] & 0xf8) | in hv_arch_irq_unmask() 653 if (hbus->protocol_version >= PCI_PROTOCOL_VERSION_1_2) { in hv_arch_irq_unmask() 713 if (!hv_result_success(res) && hbus->state != hv_pcibus_removing) in hv_arch_irq_unmask() [all …]
|
/linux-6.8/sound/soc/sof/intel/ |
D | hda-codec.c | 78 struct hda_bus *hbus = sof_to_hbus(sdev); in hda_codec_jack_wake_enable() local 88 list_for_each_codec(codec, hbus) in hda_codec_jack_wake_enable() 100 struct hda_bus *hbus = sof_to_hbus(sdev); in hda_codec_jack_check() local 107 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() 166 codec = hda_codec_device_init(&hbus->core, address, HDA_DEV_LEGACY); in hda_codec_probe() [all …]
|
D | hda.c | 238 res.hbus = sof_to_bus(sdev); in hda_sdw_probe() 829 struct hda_bus *hbus; in hda_init() local 834 hbus = sof_to_hbus(sdev); in hda_init() 847 mutex_init(&hbus->prepare_mutex); in hda_init() 848 hbus->pci = pci; in hda_init() 849 hbus->mixer_assigned = -1; in hda_init() 850 hbus->modelname = hda_model; in hda_init()
|
D | hda.h | 495 struct hda_bus hbus; member 546 return &hda->hbus.core; in sof_to_bus() 553 return &hda->hbus; in sof_to_hbus() 568 container_of(bus, struct sof_intel_hda_dev, hbus.core)
|
D | hda-dsp.c | 859 struct hdac_bus *hbus = sof_to_bus(sdev); in hda_dsp_runtime_idle() local 861 if (hbus->codec_powered) { in hda_dsp_runtime_idle() 863 (unsigned int)hbus->codec_powered); in hda_dsp_runtime_idle() 1046 struct hdac_bus *bus = &hdev->hbus.core; in hda_dsp_d0i3_work()
|
/linux-6.8/sound/soc/intel/skylake/ |
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
|
D | skl.c | 856 struct hda_bus *hbus; in skl_create() local 871 hbus = skl_to_hbus(skl); in skl_create() 886 mutex_init(&hbus->prepare_mutex); in skl_create() 887 hbus->pci = pci; in skl_create() 888 hbus->mixer_assigned = -1; in skl_create() 889 hbus->modelname = "sklbus"; in skl_create()
|
/linux-6.8/drivers/clk/mxs/ |
D | clk-imx23.c | 24 #define HBUS (CLKCTRL + 0x0030) macro 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()
|
D | clk-imx28.c | 24 #define HBUS (CLKCTRL + 0x0060) macro 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() 224 clks[fec] = mxs_clk_gate("fec", "hbus", ENET, 30); in mx28_clocks_init()
|
/linux-6.8/drivers/soundwire/ |
D | intel_ace2x.c | 91 ret = hdac_bus_eml_sdw_set_syncprd_unlocked(sdw->link_res->hbus, syncprd); in intel_link_power_up() 99 ret = hdac_bus_eml_sdw_power_up_unlocked(sdw->link_res->hbus, link_id); in intel_link_power_up() 108 ret = hdac_bus_eml_sdw_wait_syncpu_unlocked(sdw->link_res->hbus); in intel_link_power_up() 140 ret = hdac_bus_eml_sdw_power_down_unlocked(sdw->link_res->hbus, link_id); in intel_link_power_down() 162 hdac_bus_eml_sdw_sync_arm_unlocked(sdw->link_res->hbus, link_id); in intel_sync_arm() 171 ret = hdac_bus_eml_sdw_sync_go_unlocked(sdw->link_res->hbus); in intel_sync_go_unlocked() 193 return hdac_bus_eml_sdw_check_cmdsync_unlocked(sdw->link_res->hbus); in intel_check_cmdsync_unlocked() 641 ret = hdac_bus_eml_sdw_set_lsdiid(sdw->link_res->hbus, sdw->instance, dev_num); in intel_program_sdi()
|
D | intel.h | 28 * @hbus: hdac_bus pointer, needed for power management 48 struct hdac_bus *hbus; member
|
D | intel_init.c | 88 link->hbus = res->hbus; in intel_link_dev_register()
|
/linux-6.8/Documentation/devicetree/bindings/clock/ |
D | imx23-clock.yaml | 34 hbus 15
|
D | imx28-clock.yaml | 44 hbus 25
|
/linux-6.8/sound/pci/hda/ |
D | hda_controller.c | 766 struct hda_bus *hbus = &chip->bus; in azx_rirb_get_response() local 774 if (hbus->no_response_fallback) in azx_rirb_get_response() 810 if (hbus->allow_bus_reset && !hbus->response_reset && !hbus->in_reset) { in azx_rirb_get_response() 811 hbus->response_reset = 1; in azx_rirb_get_response() 822 hbus->response_reset = 0; in azx_rirb_get_response()
|
/linux-6.8/drivers/char/mwave/ |
D | tp3780i.h | 71 #define TP_CFG_HBusTimerValue 255 /* HBus timer load value */
|
D | 3780i.h | 93 #define DSP_HBusTimerCfgIndex 0x0011 /* HBUS timer load value */ 146 unsigned char LoadValue:8; /* RW: HBUS timer load value */
|
/linux-6.8/include/linux/soundwire/ |
D | sdw_intel.h | 324 * @hbus: hdac_bus pointer, needed for power management 342 struct hdac_bus *hbus; member
|
/linux-6.8/drivers/net/wireless/intel/iwlegacy/ |
D | csr.h | 362 * HBUS (Host-side Bus) 364 * HBUS registers are mapped directly into PCI bus space, but are used
|
/linux-6.8/drivers/net/wireless/intel/iwlwifi/ |
D | iwl-csr.h | 487 * HBUS (Host-side Bus) 489 * HBUS registers are mapped directly into PCI bus space, but are used
|
D | iwl-trans.h | 550 * @grab_nic_access: wake the NIC to be able to access non-HBUS regs.
|