Home
last modified time | relevance | path

Searched refs:phys_dev (Results 1 – 6 of 6) sorted by relevance

/linux-4.4.14/drivers/misc/cxl/
Dvphb.c234 struct pci_dev *phys_dev; in cxl_pci_vphb_add() local
237 phys_dev = to_pci_dev(afu->adapter->dev.parent); in cxl_pci_vphb_add()
238 phys_phb = pci_bus_to_host(phys_dev->bus); in cxl_pci_vphb_add()
247 phb->parent = &phys_dev->dev; in cxl_pci_vphb_add()
/linux-4.4.14/drivers/scsi/bnx2fc/
Dbnx2fc_fcoe.c84 static struct bnx2fc_hba *bnx2fc_hba_lookup(struct net_device *phys_dev);
86 *phys_dev);
715 struct net_device *dev = hba->phys_dev; in bnx2fc_link_ok()
736 if (test_bit(__LINK_STATE_NOCARRIER, &hba->phys_dev->state)) in bnx2fc_get_link_state()
756 if (!hba->phys_dev->ethtool_ops || in bnx2fc_net_config()
757 !hba->phys_dev->ethtool_ops->get_pauseparam) in bnx2fc_net_config()
1170 struct net_device *physdev = interface->hba->phys_dev; in bnx2fc_interface_setup()
1318 hba->phys_dev = cnic->netdev; in bnx2fc_hba_create()
2219 struct net_device *phys_dev = netdev; in _bnx2fc_create() local
2242 phys_dev = vlan_dev_real_dev(netdev); in _bnx2fc_create()
[all …]
Dbnx2fc.h188 struct net_device *phys_dev; member
/linux-4.4.14/drivers/acpi/
Ddevice_pm.c723 int acpi_pm_device_run_wake(struct device *phys_dev, bool enable) in acpi_pm_device_run_wake() argument
727 if (!device_run_wake(phys_dev)) in acpi_pm_device_run_wake()
730 adev = ACPI_COMPANION(phys_dev); in acpi_pm_device_run_wake()
732 dev_dbg(phys_dev, "ACPI companion missing in %s!\n", __func__); in acpi_pm_device_run_wake()
/linux-4.4.14/include/acpi/
Dacpi_bus.h135 void (*bind)(struct device *phys_dev);
136 void (*unbind)(struct device *phys_dev);
/linux-4.4.14/drivers/scsi/cxlflash/
Dmain.c2356 struct device *phys_dev; in cxlflash_probe() local
2427 phys_dev = cxl_get_phys_dev(pdev); in cxlflash_probe()
2428 if (!dev_is_pci(phys_dev)) { in cxlflash_probe()
2433 cfg->parent_dev = to_pci_dev(phys_dev); in cxlflash_probe()