Home
last modified time | relevance | path

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

/openbmc/linux/drivers/accel/habanalabs/common/
H A Dirq.c357 struct hl_user_interrupt *user_int = arg; in hl_irq_handler_user_interrupt() local
359 user_int->timestamp = ktime_get(); in hl_irq_handler_user_interrupt()
374 struct hl_user_interrupt *user_int = arg; in hl_irq_user_interrupt_thread_handler() local
375 struct hl_device *hdev = user_int->hdev; in hl_irq_user_interrupt_thread_handler()
377 switch (user_int->type) { in hl_irq_user_interrupt_thread_handler()
382 handle_user_interrupt(hdev, user_int); in hl_irq_user_interrupt_thread_handler()
388 handle_user_interrupt(hdev, user_int); in hl_irq_user_interrupt_thread_handler()