Home
last modified time | relevance | path

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

/drivers/acpi/
Dpci_slot.c74 check_slot(acpi_handle handle, unsigned long long *sun) in check_slot() argument
98 status = acpi_evaluate_integer(handle, "_SUN", NULL, sun); in check_slot()
117 unsigned long long sun; in register_slot() local
123 device = check_slot(handle, &sun); in register_slot()
143 snprintf(name, sizeof(name), "%llu", sun); in register_slot()
Dscan.c531 return sprintf(buf, "%lu\n", acpi_dev->pnp.sun); in acpi_device_sun_show()
533 static DEVICE_ATTR(sun, 0444, acpi_device_sun_show, NULL);
540 unsigned long long sun; in acpi_device_setup_files() local
582 status = acpi_evaluate_integer(dev->handle, "_SUN", NULL, &sun); in acpi_device_setup_files()
584 dev->pnp.sun = (unsigned long)sun; in acpi_device_setup_files()
589 dev->pnp.sun = (unsigned long)-1; in acpi_device_setup_files()
/drivers/pci/hotplug/
Dacpiphp_glue.c206 unsigned long long adr, sun; in register_slot() local
250 status = acpi_evaluate_integer(handle, "_SUN", NULL, &sun); in register_slot()
256 sun = bridge->nr_slots+1; in register_slot()
262 if (slot->sun != sun) in register_slot()
277 slot->sun = sun; in register_slot()
287 slot->sun, pci_domain_nr(pbus), pbus->number, device); in register_slot()
292 "hotplug driver\n", slot->sun); in register_slot()
Dacpiphp.h110 unsigned long long sun; /* ACPI _SUN (slot unique number) */ member
Dacpiphp_ibm.c69 #define hpslot_to_sun(A) (((struct slot *)((A)->private))->acpi_slot->sun)
90 u8 sun; member
Dacpiphp_core.c320 snprintf(name, SLOT_NAME_SIZE, "%llu", slot->acpi_slot->sun); in acpiphp_register_hotplug_slot()
/drivers/net/ethernet/
DMakefile67 obj-$(CONFIG_NET_VENDOR_SUN) += sun/
DKconfig160 source "drivers/net/ethernet/sun/Kconfig"
/drivers/video/console/
DKconfig224 big letters. It fits between the sun 12x22 and the normal 8x16 font.