Searched refs:sun (Results 1 – 8 of 8) sorted by relevance
/drivers/acpi/ |
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()
|
D | device_sysfs.c | 472 unsigned long long sun; in sun_show() local 474 status = acpi_evaluate_integer(acpi_dev->handle, "_SUN", NULL, &sun); in sun_show() 478 return sprintf(buf, "%llu\n", sun); in sun_show() 480 static DEVICE_ATTR_RO(sun);
|
/drivers/pci/hotplug/ |
D | acpiphp_core.c | 259 unsigned int sun) in acpiphp_register_hotplug_slot() argument 274 slot->sun = sun; in acpiphp_register_hotplug_slot() 275 snprintf(name, SLOT_NAME_SIZE, "%u", sun); in acpiphp_register_hotplug_slot()
|
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);
|
D | acpiphp_glue.c | 304 unsigned long long sun; in acpiphp_add_context() local 308 status = acpi_evaluate_integer(handle, "_SUN", NULL, &sun); in acpiphp_add_context() 310 sun = bridge->nr_slots; in acpiphp_add_context() 313 sun, pci_domain_nr(pbus), pbus->number, device); in acpiphp_add_context() 315 retval = acpiphp_register_hotplug_slot(slot, sun); in acpiphp_add_context() 320 pr_warn("Slot %llu already registered by another hotplug driver\n", sun); in acpiphp_add_context()
|
D | acpiphp_ibm.c | 44 #define hpslot_to_sun(A) (to_slot(A)->sun) 65 u8 sun; member
|
/drivers/net/ethernet/ |
D | Makefile | 89 obj-$(CONFIG_NET_VENDOR_SUN) += sun/
|
D | Kconfig | 178 source "drivers/net/ethernet/sun/Kconfig"
|