Searched refs:stimer0_irq (Results 1 – 1 of 1) sorted by relevance
34 static int stimer0_irq = -1; variable70 if (stimer0_irq >= 0) in hv_ce_shutdown()71 disable_percpu_irq(stimer0_irq); in hv_ce_shutdown()90 if (stimer0_irq >= 0) in hv_ce_set_oneshot()91 enable_percpu_irq(stimer0_irq, IRQ_TYPE_NONE); in hv_ce_set_oneshot()179 stimer0_irq = ret; in hv_setup_stimer0_irq()181 ret = request_percpu_irq(stimer0_irq, hv_stimer0_percpu_isr, in hv_setup_stimer0_irq()185 stimer0_irq, ret); in hv_setup_stimer0_irq()186 acpi_unregister_gsi(stimer0_irq); in hv_setup_stimer0_irq()187 stimer0_irq = -1; in hv_setup_stimer0_irq()[all …]