Home
last modified time | relevance | path

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

/drivers/usb/host/
Dfhci-mem.c47 fhci_err(fhci, "No memory to allocate to TD\n"); in get_empty_td()
71 fhci_err(fhci, "No memory to allocate to ED\n"); in fhci_get_empty_ed()
Dfhci-tds.c160 fhci_err(usb->fhci, "illegal TD ring length parameters\n"); in fhci_create_ep()
230 fhci_err(usb->fhci, "no memory for the %s\n", err_for); in fhci_create_ep()
320 fhci_err(usb->fhci, "no frame to confirm\n"); in fhci_td_transaction_confirm()
335 fhci_err(usb->fhci, "illegal error " in fhci_td_transaction_confirm()
346 fhci_err(usb->fhci, "illegal error occurred\n"); in fhci_td_transaction_confirm()
Dfhci-hcd.c328 fhci_err(fhci, "failed to allocate memory\n"); in fhci_start()
334 fhci_err(fhci, "low level driver config failed\n"); in fhci_start()
341 fhci_err(fhci, "low level driver initialize failed\n"); in fhci_start()
Dfhci.h455 #define fhci_err(fhci, fmt, args...) \ macro
Dfhci-sched.c248 fhci_err(usb->fhci, "host transaction failed\n"); in add_packet()