Home
last modified time | relevance | path

Searched refs:sun (Results 1 – 8 of 8) sorted by relevance

/drivers/acpi/
Dpci_slot.c53 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()
Ddevice_sysfs.c472 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/
Dacpiphp_core.c287 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()
Dacpiphp.h53 unsigned int sun; /* ACPI _SUN (Slot User Number) value */ member
186 int acpiphp_register_hotplug_slot(struct acpiphp_slot *slot, unsigned int sun);
Dacpiphp_glue.c338 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()
Dacpiphp_ibm.c58 #define hpslot_to_sun(A) (((struct slot *)((A)->private))->sun)
79 u8 sun; member
/drivers/net/ethernet/
DMakefile81 obj-$(CONFIG_NET_VENDOR_SUN) += sun/
DKconfig171 source "drivers/net/ethernet/sun/Kconfig"