Home
last modified time | relevance | path

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

/linux/drivers/usb/host/
A Dehci-q.c84 WARN_ON(qh->qh_state != QH_STATE_IDLE); in qh_update()
308 state = qh->qh_state; in qh_completions()
309 qh->qh_state = QH_STATE_COMPLETING; in qh_completions()
525 qh->qh_state = state; in qh_completions()
942 qh->qh_state = QH_STATE_IDLE; in qh_make()
1004 qh->qh_state = QH_STATE_LINKED; in qh_link_async()
1262 qh->qh_state = QH_STATE_UNLINK_WAIT; in single_unlink_async()
1386 qh->qh_state = QH_STATE_UNLINK; in end_unlink_async()
1409 qh->qh_state = QH_STATE_IDLE; in end_unlink_async()
1433 qh->qh_state == QH_STATE_LINKED) { in unlink_empty_async()
[all …]
A Doxu210hp-hcd.c338 u8 qh_state; member
1426 state = qh->qh_state; in qh_completions()
1563 qh->qh_state = state; in qh_completions()
1906 qh->qh_state = QH_STATE_IDLE; in qh_make()
1950 qh->qh_state = QH_STATE_LINKED; in qh_link_async()
2089 qh->qh_state = QH_STATE_IDLE; in end_unlink_async()
2477 qh->qh_state = QH_STATE_IDLE; in intr_deschedule()
3377 switch (qh->qh_state) { in oxu_urb_dequeue()
3386 qh, qh->qh_state); in oxu_urb_dequeue()
3441 qh->qh_state = QH_STATE_IDLE; in oxu_endpoint_disable()
[all …]
A Dfotg210-hcd.c2268 state = qh->qh_state; in qh_completions()
2480 qh->qh_state = state; in qh_completions()
2872 qh->qh_state = QH_STATE_IDLE; in qh_make()
2933 qh->qh_state = QH_STATE_LINKED; in qh_link_async()
3140 qh->qh_state = QH_STATE_IDLE; in end_unlink_async()
3645 qh->qh_state = QH_STATE_IDLE; in end_unlink_intr()
5319 switch (qh->qh_state) { in fotg210_urb_dequeue()
5339 switch (qh->qh_state) { in fotg210_urb_dequeue()
5349 qh, qh->qh_state); in fotg210_urb_dequeue()
5399 qh->qh_state = QH_STATE_IDLE; in fotg210_endpoint_disable()
[all …]
A Dehci-hcd.c529 ehci->async->qh_state = QH_STATE_LINKED; in ehci_init()
940 switch (qh->qh_state) { in ehci_urb_dequeue()
1001 switch (qh->qh_state) { in ehci_endpoint_disable()
1034 qh, ep->desc.bEndpointAddress, qh->qh_state, in ehci_endpoint_disable()
A Dehci-sched.c571 qh->qh_state = QH_STATE_LINKED; in qh_link_periodic()
625 qh->qh_state = QH_STATE_UNLINK; in qh_unlink_periodic()
636 if (qh->qh_state != QH_STATE_LINKED || in cancel_unlink_wait_intr()
651 if (qh->qh_state != QH_STATE_LINKED) in start_unlink_intr()
708 qh->qh_state = QH_STATE_IDLE; in end_unlink_intr()
935 if (qh->qh_state == QH_STATE_IDLE) { in intr_submit()
946 if (qh->qh_state == QH_STATE_IDLE) { in intr_submit()
990 qh->qh_state == QH_STATE_LINKED)) in scan_intr()
A Dfotg210.h447 u8 qh_state; member
A Dehci.h419 u8 qh_state; member

Completed in 36 milliseconds