sleep_type_b      150 drivers/acpi/acpica/dbcmds.c 	u8 sleep_type_b;
sleep_type_b      166 drivers/acpi/acpica/dbcmds.c 	    acpi_get_sleep_type_data(sleep_state, &sleep_type_a, &sleep_type_b);
sleep_type_b      176 drivers/acpi/acpica/dbcmds.c 	     sleep_state, sleep_type_a, sleep_type_b);
sleep_type_b      335 drivers/acpi/acpica/hwxface.c acpi_get_sleep_type_data(u8 sleep_state, u8 *sleep_type_a, u8 *sleep_type_b)
sleep_type_b      345 drivers/acpi/acpica/hwxface.c 	if ((sleep_state > ACPI_S_STATES_MAX) || !sleep_type_a || !sleep_type_b) {
sleep_type_b      414 drivers/acpi/acpica/hwxface.c 		*sleep_type_b = (u8)(elements[0]->integer.value >> 8);
sleep_type_b      429 drivers/acpi/acpica/hwxface.c 		*sleep_type_b = (u8)elements[1]->integer.value;