Home
last modified time | relevance | path

Searched refs:pci_ops (Results 1 – 25 of 67) sorted by relevance

123

/drivers/ssb/
A Ddriver_gige.c113 struct ssb_gige *dev = container_of(bus->ops, struct ssb_gige, pci_ops); in ssb_gige_pci_read_config()
143 struct ssb_gige *dev = container_of(bus->ops, struct ssb_gige, pci_ops); in ssb_gige_pci_write_config()
182 dev->pci_controller.pci_ops = &dev->pci_ops; in ssb_gige_probe()
186 dev->pci_ops.read = ssb_gige_pci_read_config; in ssb_gige_probe()
187 dev->pci_ops.write = ssb_gige_pci_write_config; in ssb_gige_probe()
256 if (pdev->bus->ops != &dev->pci_ops) { in ssb_gige_pcibios_plat_dev_init()
280 if (pdev->bus->ops != &dev->pci_ops) { in ssb_gige_map_irq()
A Ddriver_pcicore.c233 static struct pci_ops ssb_pcicore_pciops = {
253 .pci_ops = &ssb_pcicore_pciops,
/drivers/bcma/
A Ddriver_pci_host.c239 pc_host = container_of(bus->ops, struct bcma_drv_pci_host, pci_ops); in bcma_core_pci_hostmode_read_config()
259 pc_host = container_of(bus->ops, struct bcma_drv_pci_host, pci_ops); in bcma_core_pci_hostmode_write_config()
413 pc_host->pci_controller.pci_ops = &pc_host->pci_ops; in bcma_core_pci_hostmode_init()
419 pc_host->pci_ops.read = bcma_core_pci_hostmode_read_config; in bcma_core_pci_hostmode_init()
420 pc_host->pci_ops.write = bcma_core_pci_hostmode_write_config; in bcma_core_pci_hostmode_init()
592 pci_ops); in bcma_core_pci_plat_dev_init()
620 pci_ops); in bcma_core_pci_pcibios_map_irq()
/drivers/pci/pcie/
A Daer_inject.c67 struct pci_ops *ops;
113 static struct pci_ops *__find_pci_bus_ops(struct pci_bus *bus) in __find_pci_bus_ops()
184 struct pci_ops *ops, *my_ops; in aer_inj_read()
202 struct pci_ops *ops, *my_ops; in aer_inj_write()
283 static struct pci_ops aer_inj_pci_ops = {
290 struct pci_ops *ops) in pci_bus_ops_init()
299 struct pci_ops *ops; in pci_bus_set_aer_ops()
/drivers/pci/controller/
A Dpci-host-generic.c21 .pci_ops = {
54 .pci_ops = {
A Dpci-loongson.c45 struct pci_ops *ops;
279 static struct pci_ops loongson_pci_ops = {
286 static struct pci_ops loongson_pci_ops32 = {
403 .pci_ops = {
A Dpci-host-common.c76 bridge->ops = (struct pci_ops *)&ops->pci_ops; in pci_host_common_init()
A Dpci-thunder-pem.c418 .pci_ops = {
455 .pci_ops = {
A Dpci-xgene.c258 .pci_ops = {
272 .pci_ops = {
588 static struct pci_ops xgene_pcie_ops = {
A Dpci-versatile.c58 static struct pci_ops pci_versatile_ops = {
A Dpcie-xilinx-cpm.c615 bridge->ops = (struct pci_ops *)&pci_generic_ecam_ops.pci_ops; in xilinx_cpm_pcie_probe()
A Dpcie-xilinx-dma-pl.c208 .pci_ops = {
802 bridge->ops = &xilinx_pl_dma_pcie_ops.pci_ops; in xilinx_pl_dma_pcie_probe()
A Dpci-rcar-gen2.c272 static struct pci_ops rcar_pci_ops = {
/drivers/pci/
A Decam.c201 .pci_ops = {
214 .pci_ops = {
225 .pci_ops = {
A Daccess.c193 struct pci_ops *pci_bus_set_ops(struct pci_bus *bus, struct pci_ops *ops) in pci_bus_set_ops()
195 struct pci_ops *old_ops; in pci_bus_set_ops()
/drivers/net/wireless/ath/ath11k/
A Dpcic.c818 const struct ath11k_pci_ops *pci_ops) in ath11k_pcic_register_pci_ops() argument
820 if (!pci_ops) in ath11k_pcic_register_pci_ops()
824 if (!pci_ops->get_msi_irq || !pci_ops->window_write32 || in ath11k_pcic_register_pci_ops()
825 !pci_ops->window_read32) in ath11k_pcic_register_pci_ops()
828 ab->pci.ops = pci_ops; in ath11k_pcic_register_pci_ops()
A Dpcic.h49 const struct ath11k_pci_ops *pci_ops);
A Dahb.c1124 const struct ath11k_pci_ops *pci_ops; in ath11k_ahb_probe() local
1135 pci_ops = NULL; in ath11k_ahb_probe()
1139 pci_ops = &ath11k_ahb_pci_ops_wcn6750; in ath11k_ahb_probe()
1165 ret = ath11k_pcic_register_pci_ops(ab, pci_ops); in ath11k_ahb_probe()
/drivers/pci/controller/dwc/
A Dpcie-hisi.c113 .pci_ops = {
151 .pci_ops = {
A Dpcie-al.c80 .pci_ops = {
239 static struct pci_ops al_child_pci_ops = {
A Dpcie-tegra194-acpi.c104 .pci_ops = {
A Dpcie-designware-host.c24 static struct pci_ops dw_pcie_ops;
25 static struct pci_ops dw_child_pcie_ops;
707 static struct pci_ops dw_child_pcie_ops = {
725 static struct pci_ops dw_pcie_ops = {
/drivers/net/wireless/ath/ath12k/
A Dpci.c1193 offset >= ACCESS_ALWAYS_OFF && ab_pci->pci_ops->wakeup) in ath12k_pci_read32()
1194 ret = ab_pci->pci_ops->wakeup(ab); in ath12k_pci_read32()
1224 offset >= ACCESS_ALWAYS_OFF && ab_pci->pci_ops->release && in ath12k_pci_read32()
1226 ab_pci->pci_ops->release(ab); in ath12k_pci_read32()
1240 offset >= ACCESS_ALWAYS_OFF && ab_pci->pci_ops->wakeup) in ath12k_pci_write32()
1241 ret = ab_pci->pci_ops->wakeup(ab); in ath12k_pci_write32()
1271 offset >= ACCESS_ALWAYS_OFF && ab_pci->pci_ops->release && in ath12k_pci_write32()
1273 ab_pci->pci_ops->release(ab); in ath12k_pci_write32()
1594 ab_pci->pci_ops = &ath12k_pci_ops_qcn9274; in ath12k_pci_probe()
1618 ab_pci->pci_ops = &ath12k_pci_ops_wcn7850; in ath12k_pci_probe()
A Dpci.h119 const struct ath12k_pci_ops *pci_ops; member
/drivers/pci/controller/plda/
A Dpcie-plda.h210 int plda_pcie_host_init(struct plda_pcie_rp *port, struct pci_ops *ops,

Completed in 58 milliseconds

123