Home
last modified time | relevance | path

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

/drivers/usb/host/
Dfhci-sched.c192 if (usb->port_status == FHCI_PORT_FULL) in add_packet()
238 if (usb->port_status != FHCI_PORT_FULL && in add_packet()
413 usb->port_status = FHCI_PORT_FULL; in sof_interrupt()
492 usb->port_status = FHCI_PORT_FULL; in fhci_device_connected_interrupt()
566 if ((usb->port_status == FHCI_PORT_FULL) || in fhci_irq()
Dfhci-hub.c71 case FHCI_PORT_FULL: in fhci_config_transceiver()
122 if ((usb->port_status != FHCI_PORT_FULL) && in fhci_port_enable()
Dfhci-hcd.c140 if (usb->port_status == FHCI_PORT_FULL || in fhci_usb_disable()
740 fhci_config_transceiver(fhci, FHCI_PORT_FULL); in of_fhci_probe()
Dfhci.h314 FHCI_PORT_FULL, /* full speed connected */ enumerator
Dfhci-tds.c451 (usb->port_status == FHCI_PORT_FULL)) in fhci_host_transaction()