Home
last modified time | relevance | path

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

/drivers/acpi/
A Dpci_slot.c42 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 Ddevice_sysfs.c479 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 Dacpiphp_core.c257 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 Dacpiphp.h38 unsigned int sun; /* ACPI _SUN (Slot User Number) value */ member
175 int acpiphp_register_hotplug_slot(struct acpiphp_slot *slot, unsigned int sun);
A Dacpiphp_glue.c305 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 Dacpiphp_ibm.c44 #define hpslot_to_sun(A) (to_slot(A)->sun)
65 u8 sun; member
/drivers/net/ethernet/
A DMakefile95 obj-$(CONFIG_NET_VENDOR_SUN) += sun/
A DKconfig192 source "drivers/net/ethernet/sun/Kconfig"

Completed in 18 milliseconds