Searched refs:fhci_err (Results 1 – 5 of 5) sorted by relevance
/drivers/usb/host/ |
D | fhci-mem.c | 51 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()
|
D | fhci-tds.c | 164 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()
|
D | fhci-hcd.c | 314 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()
|
D | fhci.h | 461 #define fhci_err(fhci, fmt, args...) \ macro
|
D | fhci-sched.c | 252 fhci_err(usb->fhci, "host transaction failed\n"); in add_packet()
|