Lines Matching refs:acpi_php_slot
69 struct acpi_php_slot { struct
70 struct acpi_php_slot *next; argument
97 struct acpi_php_slot *slots; argument
138 struct acpi_php_slot *aps; in acpi_add_slot_to_php_slots()
141 aps = (struct acpi_php_slot *) kmalloc (sizeof(struct acpi_php_slot), GFP_KERNEL); in acpi_add_slot_to_php_slots()
146 memset(aps, 0, sizeof(struct acpi_php_slot)); in acpi_add_slot_to_php_slots()
315 static void print_slot_resources( struct acpi_php_slot *aps) in print_slot_resources()
1147 static void free_a_slot(struct acpi_php_slot *aps) in free_a_slot()
1161 struct acpi_php_slot *aps, *next; in free_a_bridge()
1216 struct acpi_php_slot *aps; in get_number_of_slots()
1240 struct acpi_php_slot *aps; in print_acpi_resources()
1281 static struct acpi_php_slot * get_acpi_slot ( in get_acpi_slot()
1286 struct acpi_php_slot *aps = NULL; in get_acpi_slot()
1293 aps = (struct acpi_php_slot *)get_acpi_slot (ab->child, sun); in get_acpi_slot()
1299 aps = (struct acpi_php_slot *)get_acpi_slot (ab->next, sun); in get_acpi_slot()
1311 struct acpi_php_slot *aps = get_acpi_slot (ab, slot->number); in pciehprm_get_slot()