Searched refs:hbus (Results 1 - 14 of 14) sorted by relevance

/linux-master/drivers/pci/controller/
H A Dpci-hyperv.c559 struct hv_pcibus_device *hbus; member in struct:hv_pci_dev
618 struct hv_pcibus_device *hbus; local
631 hbus = container_of(pbus->sysdata, struct hv_pcibus_device, sysdata);
634 dev_warn(&hbus->hdev->device, "%s() can not unmask irq %u\n",
647 params->device_id = (hbus->hdev->dev_instance.b[5] << 24) |
648 (hbus->hdev->dev_instance.b[4] << 16) |
649 (hbus->hdev->dev_instance.b[7] << 8) |
650 (hbus->hdev->dev_instance.b[6] & 0xf8) |
654 if (hbus->protocol_version >= PCI_PROTOCOL_VERSION_1_2) {
714 if (!hv_result_success(res) && hbus
1111 struct hv_pcibus_device *hbus = hpdev->hbus; local
1183 struct hv_pcibus_device *hbus = hpdev->hbus; local
1229 struct hv_pcibus_device *hbus = hpdev->hbus; local
1291 struct hv_pcibus_device *hbus = local
1319 struct hv_pcibus_device *hbus = local
1420 struct hv_pcibus_device *hbus = local
1500 struct hv_pcibus_device *hbus = local
1570 struct hv_pcibus_device *hbus = local
1626 struct hv_pcibus_device *hbus; local
1815 struct hv_pcibus_device *hbus; local
2081 hv_pcie_init_irq_domain(struct hv_pcibus_device *hbus) argument
2129 survey_child_resources(struct hv_pcibus_device *hbus) argument
2201 prepopulate_bars(struct hv_pcibus_device *hbus) argument
2317 hv_pci_assign_slots(struct hv_pcibus_device *hbus) argument
2341 hv_pci_remove_slots(struct hv_pcibus_device *hbus) argument
2356 hv_pci_assign_numa_node(struct hv_pcibus_device *hbus) argument
2389 create_root_hv_pci_bus(struct hv_pcibus_device *hbus) argument
2461 new_pcichild_device(struct hv_pcibus_device *hbus, struct hv_pcidev_description *desc) argument
2527 get_pcichild_wslot(struct hv_pcibus_device *hbus, u32 wslot) argument
2575 struct hv_pcibus_device *hbus; local
2700 hv_pci_start_relations_work(struct hv_pcibus_device *hbus, struct hv_dr_state *dr) argument
2747 hv_pci_devices_present(struct hv_pcibus_device *hbus, struct pci_bus_relations *relations) argument
2782 hv_pci_devices_present2(struct hv_pcibus_device *hbus, struct pci_bus_relations2 *relations) argument
2825 struct hv_pcibus_device *hbus; local
2890 struct hv_pcibus_device *hbus = hpdev->hbus; local
2914 struct hv_pcibus_device *hbus = context; local
3101 struct hv_pcibus_device *hbus = hv_get_drvdata(hdev); local
3173 hv_pci_free_bridge_windows(struct hv_pcibus_device *hbus) argument
3218 hv_pci_allocate_bridge_windows(struct hv_pcibus_device *hbus) argument
3281 hv_allocate_config_window(struct hv_pcibus_device *hbus) argument
3307 hv_free_config_window(struct hv_pcibus_device *hbus) argument
3322 struct hv_pcibus_device *hbus = hv_get_drvdata(hdev); local
3412 struct hv_pcibus_device *hbus = hv_get_drvdata(hdev); local
3470 struct hv_pcibus_device *hbus = hv_get_drvdata(hdev); local
3547 struct hv_pcibus_device *hbus = hv_get_drvdata(hdev); local
3630 struct hv_pcibus_device *hbus; local
3806 struct hv_pcibus_device *hbus = hv_get_drvdata(hdev); local
3889 struct hv_pcibus_device *hbus; local
3929 struct hv_pcibus_device *hbus = hv_get_drvdata(hdev); local
4005 hv_pci_restore_msi_state(struct hv_pcibus_device *hbus) argument
4012 struct hv_pcibus_device *hbus = hv_get_drvdata(hdev); local
[all...]
/linux-master/sound/soc/intel/skylake/
H A Dskl.h60 struct hda_bus hbus; member in struct:skl_dev
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))
H A Dskl.c856 struct hda_bus *hbus; local
871 hbus = skl_to_hbus(skl);
886 mutex_init(&hbus->prepare_mutex);
887 hbus->pci = pci;
888 hbus->mixer_assigned = -1;
889 hbus->modelname = "sklbus";
/linux-master/sound/soc/sof/intel/
H A Dhda-codec.c78 struct hda_bus *hbus = sof_to_hbus(sdev); local
89 list_for_each_codec(codec, hbus) {
96 list_for_each_codec(codec, hbus) {
109 struct hda_bus *hbus = sof_to_hbus(sdev); local
116 list_for_each_codec(codec, hbus)
152 struct hda_bus *hbus = sof_to_hbus(sdev); local
160 mutex_lock(&hbus->core.cmd_mutex);
161 snd_hdac_bus_send_cmd(&hbus->core, hda_cmd);
162 snd_hdac_bus_get_response(&hbus->core, address, &resp);
163 mutex_unlock(&hbus
[all...]
H A Dhda.c197 res.hbus = sof_to_bus(sdev);
449 struct hda_bus *hbus; local
454 hbus = sof_to_hbus(sdev);
467 mutex_init(&hbus->prepare_mutex);
468 hbus->pci = pci;
469 hbus->mixer_assigned = -1;
470 hbus->modelname = hda_model;
H A Dhda.h498 struct hda_bus hbus; member in struct:sof_intel_hda_dev
549 return &hda->hbus.core;
556 return &hda->hbus;
572 container_of(bus, struct sof_intel_hda_dev, hbus.core)
H A Dhda-dsp.c975 struct hdac_bus *hbus = sof_to_bus(sdev); local
977 if (hbus->codec_powered) {
979 (unsigned int)hbus->codec_powered);
1168 struct hdac_bus *bus = &hdev->hbus.core;
/linux-master/drivers/soundwire/
H A Dintel_ace2x.c85 ret = hdac_bus_eml_sdw_get_lsdiid_unlocked(sdw->link_res->hbus, sdw->instance, &lsdiid);
89 wake_en = snd_hdac_chip_readw(sdw->link_res->hbus, WAKEEN);
95 snd_hdac_chip_writew(sdw->link_res->hbus, WAKEEN, wake_en);
99 snd_hdac_chip_writew(sdw->link_res->hbus, WAKEEN, wake_en);
102 wake_sts = snd_hdac_chip_readw(sdw->link_res->hbus, STATESTS);
104 snd_hdac_chip_writew(sdw->link_res->hbus, STATESTS, wake_sts);
135 ret = hdac_bus_eml_sdw_power_up_unlocked(sdw->link_res->hbus, link_id);
148 ret = hdac_bus_eml_sdw_set_syncprd_unlocked(sdw->link_res->hbus, syncprd);
156 ret = hdac_bus_eml_sdw_wait_syncpu_unlocked(sdw->link_res->hbus);
188 ret = hdac_bus_eml_sdw_power_down_unlocked(sdw->link_res->hbus, link_i
[all...]
H A Dintel_init.c89 link->hbus = res->hbus;
H A Dintel.h28 * @hbus: hdac_bus pointer, needed for power management
48 struct hdac_bus *hbus; member in struct:sdw_intel_link_res
/linux-master/drivers/clk/mxs/
H A Dclk-imx23.c83 cpu_xtal, hbus, xbus, lcdif_div, ssp_div, gpmi_div, emi_pll, enumerator in enum:imx23_clk
94 cpu, hbus, xbus, emi, uart,
127 clks[hbus] = mxs_clk_div("hbus", "cpu", HBUS, 0, 5, 29);
H A Dclk-imx28.c136 lcdif_sel, cpu, ptp_sel, cpu_pll, cpu_xtal, hbus, xbus, enumerator in enum:imx28_clk
149 cpu, hbus, xbus, emi, uart,
192 clks[hbus] = mxs_clk_div("hbus", "cpu", HBUS, 0, 5, 31);
224 clks[fec] = mxs_clk_gate("fec", "hbus", ENET, 30);
/linux-master/sound/pci/hda/
H A Dhda_controller.c774 struct hda_bus *hbus = &chip->bus; local
782 if (hbus->no_response_fallback)
818 if (hbus->allow_bus_reset && !hbus->response_reset && !hbus->in_reset) {
819 hbus->response_reset = 1;
830 hbus->response_reset = 0;
/linux-master/include/linux/soundwire/
H A Dsdw_intel.h331 * @hbus: hdac_bus pointer, needed for power management
349 struct hdac_bus *hbus; member in struct:sdw_intel_res

Completed in 297 milliseconds