Home
last modified time | relevance | path

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

/openbmc/qemu/tests/tcg/multiarch/gdbstub/
H A Dinterrupt.py26 def check_interrupt(thread): function
65 report(check_interrupt(thread),
/openbmc/linux/drivers/staging/sm750fb/
H A Dddk750_dvi.c26 .check_interrupt = sii164CheckInterrupt,
H A Dddk750_dvi.h38 PFN_DVICTRL_CHECKINTERRUPT check_interrupt; member
/openbmc/linux/drivers/usb/host/
H A Dr8a66597.h28 #define check_interrupt(pipenum) ((pipenum >= 6 && pipenum <= 9)) macro
H A Dr8a66597-hcd.c728 else if (check_interrupt(pipenum)) in get_bufnum()
744 else if (check_interrupt(pipenum)) in get_buf_bsize()
/openbmc/u-boot/drivers/usb/host/
H A Dr8a66597.h416 #define check_interrupt(pipenum) ((pipenum >= 6 && pipenum <= 9)) macro