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()
316 static void print_slot_resources( struct acpi_php_slot *aps) in print_slot_resources()
1145 static void free_a_slot(struct acpi_php_slot *aps) in free_a_slot()
1159 struct acpi_php_slot *aps, *next; in free_a_bridge()
1214 struct acpi_php_slot *aps; in get_number_of_slots()
1238 struct acpi_php_slot *aps; in print_acpi_resources()
1277 static struct acpi_php_slot * get_acpi_slot ( in get_acpi_slot()
1282 struct acpi_php_slot *aps = NULL; in get_acpi_slot()
1289 aps = (struct acpi_php_slot *)get_acpi_slot (ab->child, sun); in get_acpi_slot()
1295 aps = (struct acpi_php_slot *)get_acpi_slot (ab->next, sun); in get_acpi_slot()
1307 struct acpi_php_slot *aps = get_acpi_slot (ab, slot->number); in shpchprm_get_slot()