Searched refs:sun (Results 1 – 8 of 8) sorted by relevance
| /drivers/acpi/ |
| A D | pci_slot.c | 42 check_slot(acpi_handle handle, unsigned long long *sun) in check_slot() argument 67 status = acpi_evaluate_integer(handle, "_SUN", NULL, sun); in check_slot() 87 unsigned long long sun; in register_slot() local 93 device = check_slot(handle, &sun); in register_slot() 111 snprintf(name, sizeof(name), "%llu", sun); in register_slot()
|
| A D | device_sysfs.c | 479 unsigned long long sun; in sun_show() local 481 status = acpi_evaluate_integer(acpi_dev->handle, "_SUN", NULL, &sun); in sun_show() 485 return sprintf(buf, "%llu\n", sun); in sun_show() 487 static DEVICE_ATTR_RO(sun);
|
| /drivers/pci/hotplug/ |
| A D | acpiphp_core.c | 257 unsigned int sun) in acpiphp_register_hotplug_slot() argument 272 slot->sun = sun; in acpiphp_register_hotplug_slot() 273 snprintf(name, SLOT_NAME_SIZE, "%u", sun); in acpiphp_register_hotplug_slot()
|
| A D | acpiphp.h | 38 unsigned int sun; /* ACPI _SUN (Slot User Number) value */ member 175 int acpiphp_register_hotplug_slot(struct acpiphp_slot *slot, unsigned int sun);
|
| A D | acpiphp_glue.c | 305 unsigned long long sun; in acpiphp_add_context() local 309 status = acpi_evaluate_integer(handle, "_SUN", NULL, &sun); in acpiphp_add_context() 311 sun = bridge->nr_slots; in acpiphp_add_context() 314 sun, pci_domain_nr(pbus), pbus->number, device); in acpiphp_add_context() 316 retval = acpiphp_register_hotplug_slot(slot, sun); in acpiphp_add_context() 321 pr_warn("Slot %llu already registered by another hotplug driver\n", sun); in acpiphp_add_context()
|
| A D | acpiphp_ibm.c | 44 #define hpslot_to_sun(A) (to_slot(A)->sun) 65 u8 sun; member
|
| /drivers/net/ethernet/ |
| A D | Makefile | 95 obj-$(CONFIG_NET_VENDOR_SUN) += sun/
|
| A D | Kconfig | 192 source "drivers/net/ethernet/sun/Kconfig"
|
Completed in 18 milliseconds