Home
last modified time | relevance | path

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

/qemu/hw/usb/
H A Dhcd-ohci.c274 static inline void ohci_set_interrupt(OHCIState *ohci, uint32_t intr) in ohci_set_interrupt() function
1180 ohci_set_interrupt(ohci, OHCI_INTR_SF); in ohci_sof()
1255 ohci_set_interrupt(ohci, OHCI_INTR_WD); in ohci_frame_boundary()
1411 ohci_set_interrupt(ohci, OHCI_INTR_RHSC); in ohci_set_hub_status()
1445 ohci_set_interrupt(ohci, OHCI_INTR_RD); in ohci_port_set_if_connected()
1498 ohci_set_interrupt(ohci, OHCI_INTR_RHSC); in ohci_port_set_status()
1789 ohci_set_interrupt(s, OHCI_INTR_RD); in ohci_attach()
1795 ohci_set_interrupt(s, OHCI_INTR_RHSC); in ohci_attach()
1832 ohci_set_interrupt(s, OHCI_INTR_RHSC); in ohci_detach()
1855 ohci_set_interrupt(s, intr); in ohci_wakeup()
[all …]