Home
last modified time | relevance | path

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

/linux/drivers/macintosh/
H A Dvia-pmu.c148 static volatile int adb_int_pending; variable
599 adb_int_pending = 1; in init_pmu()
1271 adb_int_pending = 1; in pmu_poll_adb()
1274 } while (pmu_suspended && (adb_int_pending || pmu_state != idle in pmu_poll_adb()
1310 adb_int_pending = 1; in pmu_suspend()
1313 if (!adb_int_pending && pmu_state == idle && !req_awaiting_reply) { in pmu_suspend()
1337 adb_int_pending = 1; in pmu_resume()
1355 adb_int_pending = 0; in pmu_handle_data()
1615 adb_int_pending = 1; in via_pmu_interrupt()
1630 if (adb_int_pending) { in via_pmu_interrupt()
[all …]