Searched refs:hbus (Results 1 – 9 of 9) sorted by relevance
| /linux/drivers/pci/controller/ |
| H A D | pci-hyperv.c | 557 struct hv_pcibus_device *hbus; member 615 struct hv_pcibus_device *hbus; in hv_irq_retarget_interrupt() local 628 hbus = container_of(pbus->sysdata, struct hv_pcibus_device, sysdata); in hv_irq_retarget_interrupt() 631 dev_warn(&hbus->hdev->device, "%s() can not unmask irq %u\n", in hv_irq_retarget_interrupt() 644 params->device_id = (hbus->hdev->dev_instance.b[5] << 24) | in hv_irq_retarget_interrupt() 645 (hbus->hdev->dev_instance.b[4] << 16) | in hv_irq_retarget_interrupt() 646 (hbus->hdev->dev_instance.b[7] << 8) | in hv_irq_retarget_interrupt() 647 (hbus->hdev->dev_instance.b[6] & 0xf8) | in hv_irq_retarget_interrupt() 651 if (hbus->protocol_version >= PCI_PROTOCOL_VERSION_1_2) { in hv_irq_retarget_interrupt() 711 if (!hv_result_success(res) && hbus->state != hv_pcibus_removing) in hv_irq_retarget_interrupt() [all …]
|
| /linux/drivers/clk/mxs/ |
| H 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()
|
| H 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/sound/hda/common/ |
| H A D | controller.c | 765 struct hda_bus *hbus = &chip->bus; in azx_rirb_get_response() local 773 if (hbus->no_response_fallback) in azx_rirb_get_response() 809 if (hbus->allow_bus_reset && !hbus->response_reset && !hbus->in_reset) { in azx_rirb_get_response() 810 hbus->response_reset = 1; in azx_rirb_get_response() 821 hbus->response_reset = 0; in azx_rirb_get_response()
|
| /linux/sound/soc/sof/intel/ |
| H A D | hda.c | 207 res.hbus = sof_to_bus(sdev); in hda_sdw_probe() 491 struct hda_bus *hbus; in hda_init() local 496 hbus = sof_to_hbus(sdev); in hda_init() 509 mutex_init(&hbus->prepare_mutex); in hda_init() 510 hbus->pci = pci; in hda_init() 511 hbus->mixer_assigned = -1; in hda_init() 512 hbus->modelname = hda_model; in hda_init()
|
| H A D | ptl.c | 35 struct hdac_bus *bus = &hdev->hbus.core; in sof_ptl_mic_privacy_work()
|
| /linux/drivers/soundwire/ |
| H A D | intel_init.c | 90 link->hbus = res->hbus; in intel_link_dev_register()
|
| H A D | intel.h | 50 struct hdac_bus *hbus; member
|
| /linux/include/linux/soundwire/ |
| H A D | sdw_intel.h | 357 struct hdac_bus *hbus; member
|