Searched refs:sun (Results 1 – 9 of 9) sorted by relevance
/drivers/acpi/ |
D | pci_slot.c | 74 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()
|
D | scan.c | 531 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/ |
D | acpiphp_glue.c | 206 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()
|
D | acpiphp.h | 110 unsigned long long sun; /* ACPI _SUN (slot unique number) */ member
|
D | acpiphp_ibm.c | 69 #define hpslot_to_sun(A) (((struct slot *)((A)->private))->acpi_slot->sun) 90 u8 sun; member
|
D | acpiphp_core.c | 320 snprintf(name, SLOT_NAME_SIZE, "%llu", slot->acpi_slot->sun); in acpiphp_register_hotplug_slot()
|
/drivers/net/ethernet/ |
D | Makefile | 67 obj-$(CONFIG_NET_VENDOR_SUN) += sun/
|
D | Kconfig | 160 source "drivers/net/ethernet/sun/Kconfig"
|
/drivers/video/console/ |
D | Kconfig | 224 big letters. It fits between the sun 12x22 and the normal 8x16 font.
|