Home
last modified time | relevance | path

Searched refs:phys_dev (Results 1 - 11 of 11) sorted by relevance

/kernel/linux/linux-5.10/drivers/firmware/efi/
H A Ddev-path-parser.c38 struct device *phys_dev; in parse_acpi_path() local
55 phys_dev = acpi_get_first_physical_node(to_acpi_device(*child)); in parse_acpi_path()
56 if (phys_dev) { in parse_acpi_path()
57 get_device(phys_dev); in parse_acpi_path()
59 *child = phys_dev; in parse_acpi_path()
/kernel/linux/linux-6.6/drivers/firmware/efi/
H A Ddev-path-parser.c19 struct device *phys_dev; in parse_acpi_path() local
43 phys_dev = acpi_get_first_physical_node(adev); in parse_acpi_path()
44 if (phys_dev) { in parse_acpi_path()
45 *child = get_device(phys_dev); in parse_acpi_path()
/kernel/linux/linux-5.10/drivers/scsi/bnx2fc/
H A Dbnx2fc_fcoe.c85 static struct bnx2fc_hba *bnx2fc_hba_lookup(struct net_device *phys_dev);
87 *phys_dev);
772 struct net_device *dev = hba->phys_dev; in bnx2fc_link_ok()
793 if (test_bit(__LINK_STATE_NOCARRIER, &hba->phys_dev->state)) in bnx2fc_get_link_state()
813 if (!hba->phys_dev->ethtool_ops || in bnx2fc_net_config()
814 !hba->phys_dev->ethtool_ops->get_pauseparam) in bnx2fc_net_config()
1239 struct net_device *physdev = interface->hba->phys_dev; in bnx2fc_interface_setup()
1388 hba->phys_dev = cnic->netdev; in bnx2fc_hba_create()
2304 struct net_device *phys_dev = netdev; in _bnx2fc_create() local
2327 phys_dev in _bnx2fc_create()
2502 bnx2fc_hba_lookup(struct net_device *phys_dev) bnx2fc_hba_lookup() argument
2581 struct net_device *phys_dev = netdev; bnx2fc_match() local
[all...]
H A Dbnx2fc.h190 struct net_device *phys_dev; member
/kernel/linux/linux-6.6/drivers/scsi/bnx2fc/
H A Dbnx2fc_fcoe.c87 static struct bnx2fc_hba *bnx2fc_hba_lookup(struct net_device *phys_dev);
89 *phys_dev);
766 struct net_device *dev = hba->phys_dev; in bnx2fc_link_ok()
787 if (test_bit(__LINK_STATE_NOCARRIER, &hba->phys_dev->state)) in bnx2fc_get_link_state()
807 if (!hba->phys_dev->ethtool_ops || in bnx2fc_net_config()
808 !hba->phys_dev->ethtool_ops->get_pauseparam) in bnx2fc_net_config()
1231 struct net_device *physdev = interface->hba->phys_dev; in bnx2fc_interface_setup()
1380 hba->phys_dev = cnic->netdev; in bnx2fc_hba_create()
2296 struct net_device *phys_dev = netdev; in _bnx2fc_create() local
2319 phys_dev in _bnx2fc_create()
2494 bnx2fc_hba_lookup(struct net_device *phys_dev) bnx2fc_hba_lookup() argument
2573 struct net_device *phys_dev = netdev; bnx2fc_match() local
[all...]
H A Dbnx2fc.h187 struct net_device *phys_dev; member
/kernel/linux/linux-5.10/drivers/acpi/
H A Dbus.c542 struct device *phys_dev; in acpi_get_first_physical_node() local
546 phys_dev = NULL; in acpi_get_first_physical_node()
553 phys_dev = node->dev; in acpi_get_first_physical_node()
556 return phys_dev; in acpi_get_first_physical_node()
563 const struct device *phys_dev = acpi_get_first_physical_node(adev); in acpi_primary_dev_companion() local
565 return phys_dev && phys_dev == dev ? adev : NULL; in acpi_primary_dev_companion()
/kernel/linux/linux-6.6/drivers/acpi/
H A Dbus.c645 struct device *phys_dev; in acpi_get_first_physical_node() local
649 phys_dev = NULL; in acpi_get_first_physical_node()
656 phys_dev = node->dev; in acpi_get_first_physical_node()
659 return phys_dev; in acpi_get_first_physical_node()
666 const struct device *phys_dev = acpi_get_first_physical_node(adev); in acpi_primary_dev_companion() local
668 return phys_dev && phys_dev == dev ? adev : NULL; in acpi_primary_dev_companion()
/kernel/linux/linux-5.10/include/acpi/
H A Dacpi_bus.h128 void (*bind)(struct device *phys_dev);
129 void (*unbind)(struct device *phys_dev);
/kernel/linux/linux-6.6/include/acpi/
H A Dacpi_bus.h130 void (*bind)(struct device *phys_dev);
131 void (*unbind)(struct device *phys_dev);
/kernel/linux/linux-6.6/drivers/tty/serial/
H A Dserial_core.c3326 struct device *phys_dev, in serial_core_ctrl_find()
3339 if (state->uart_port->dev == phys_dev && in serial_core_ctrl_find()
3430 struct device *phys_dev = port->dev; in serial_core_unregister_port() local
3445 if (!serial_core_ctrl_find(drv, phys_dev, ctrl_id)) in serial_core_unregister_port()
3325 serial_core_ctrl_find(struct uart_driver *drv, struct device *phys_dev, int ctrl_id) serial_core_ctrl_find() argument

Completed in 20 milliseconds