Lines Matching +full:hot +full:- +full:plug
1 // SPDX-License-Identifier: GPL-2.0
3 * ACPI PCI Hot Plug Extension for Ampere Altra. Allows control of
48 bus = slot->pci_slot->bus; in set_attention_status()
49 root_port = pcie_find_root_port(bus->self); in set_attention_status()
51 return -ENODEV; in set_attention_status()
57 ret = -ENODEV; in set_attention_status()
63 (PCI_SLOT(root_port->devfn) << 4) | (pci_domain_nr(bus) & 0xf), in set_attention_status()
66 ret = -ENODEV; in set_attention_status()
77 return -EINVAL; in get_attention_status()
88 struct fwnode_handle *fwnode = dev_fwnode(&pdev->dev); in altra_led_probe()
93 dev_err(&pdev->dev, "can't find uuid\n"); in altra_led_probe()
99 dev_err(&pdev->dev, "can't register driver\n"); in altra_led_probe()
118 .name = "ampere-altra-leds",
127 MODULE_DESCRIPTION("ACPI PCI Hot Plug Extension for Ampere Altra");