Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/usb/host/
Dfhci-sched.c188 if (usb->port_status == FHCI_PORT_FULL) in add_packet()
234 if (usb->port_status != FHCI_PORT_FULL && in add_packet()
409 usb->port_status = FHCI_PORT_FULL; in sof_interrupt()
488 usb->port_status = FHCI_PORT_FULL; in fhci_device_connected_interrupt()
562 if ((usb->port_status == FHCI_PORT_FULL) || in fhci_irq()
Dfhci-hub.c66 case FHCI_PORT_FULL: in fhci_config_transceiver()
117 if ((usb->port_status != FHCI_PORT_FULL) && in fhci_port_enable()
Dfhci-hcd.c138 if (usb->port_status == FHCI_PORT_FULL || in fhci_usb_disable()
719 fhci_config_transceiver(fhci, FHCI_PORT_FULL); in of_fhci_probe()
Dfhci.h308 FHCI_PORT_FULL, /* full speed connected */ enumerator
Dfhci-tds.c447 (usb->port_status == FHCI_PORT_FULL)) in fhci_host_transaction()