Searched refs:sun (Results 1 – 8 of 8) sorted by relevance
/drivers/acpi/ |
D | pci_slot.c | 53 check_slot(acpi_handle handle, unsigned long long *sun) in check_slot() argument 78 status = acpi_evaluate_integer(handle, "_SUN", NULL, sun); in check_slot() 98 unsigned long long sun; in register_slot() local 104 device = check_slot(handle, &sun); in register_slot() 122 snprintf(name, sizeof(name), "%llu", sun); in register_slot()
|
D | device_sysfs.c | 472 unsigned long long sun; in acpi_device_sun_show() local 474 status = acpi_evaluate_integer(acpi_dev->handle, "_SUN", NULL, &sun); in acpi_device_sun_show() 478 return sprintf(buf, "%llu\n", sun); in acpi_device_sun_show() 480 static DEVICE_ATTR(sun, 0444, acpi_device_sun_show, NULL);
|
/drivers/pci/hotplug/ |
D | acpiphp_core.c | 287 unsigned int sun) in acpiphp_register_hotplug_slot() argument 314 slot->sun = sun; in acpiphp_register_hotplug_slot() 315 snprintf(name, SLOT_NAME_SIZE, "%u", sun); in acpiphp_register_hotplug_slot()
|
D | acpiphp.h | 53 unsigned int sun; /* ACPI _SUN (Slot User Number) value */ member 186 int acpiphp_register_hotplug_slot(struct acpiphp_slot *slot, unsigned int sun);
|
D | acpiphp_glue.c | 338 unsigned long long sun; in acpiphp_add_context() local 342 status = acpi_evaluate_integer(handle, "_SUN", NULL, &sun); in acpiphp_add_context() 344 sun = bridge->nr_slots; in acpiphp_add_context() 347 sun, pci_domain_nr(pbus), pbus->number, device); in acpiphp_add_context() 349 retval = acpiphp_register_hotplug_slot(slot, sun); in acpiphp_add_context() 354 pr_warn("Slot %llu already registered by another hotplug driver\n", sun); in acpiphp_add_context()
|
D | acpiphp_ibm.c | 58 #define hpslot_to_sun(A) (((struct slot *)((A)->private))->sun) 79 u8 sun; member
|
/drivers/net/ethernet/ |
D | Makefile | 81 obj-$(CONFIG_NET_VENDOR_SUN) += sun/
|
D | Kconfig | 171 source "drivers/net/ethernet/sun/Kconfig"
|