Home
last modified time | relevance | path

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

/drivers/usb/host/
Dfhci-mem.c51 fhci_err(fhci, "No memory to allocate to TD\n"); in get_empty_td()
75 fhci_err(fhci, "No memory to allocate to ED\n"); in fhci_get_empty_ed()
Dfhci-tds.c164 fhci_err(usb->fhci, "illegal TD ring length parameters\n"); in fhci_create_ep()
234 fhci_err(usb->fhci, "no memory for the %s\n", err_for); in fhci_create_ep()
324 fhci_err(usb->fhci, "no frame to confirm\n"); in fhci_td_transaction_confirm()
339 fhci_err(usb->fhci, "illegal error " in fhci_td_transaction_confirm()
350 fhci_err(usb->fhci, "illegal error occurred\n"); in fhci_td_transaction_confirm()
Dfhci-hcd.c314 fhci_err(fhci, "no memory for SCC data struct\n"); in fhci_create_lld()
334 fhci_err(fhci, "failed to allocate memory\n"); in fhci_start()
340 fhci_err(fhci, "low level driver config failed\n"); in fhci_start()
347 fhci_err(fhci, "low level driver initialize failed\n"); in fhci_start()
Dfhci.h461 #define fhci_err(fhci, fmt, args...) \ macro
Dfhci-sched.c252 fhci_err(usb->fhci, "host transaction failed\n"); in add_packet()