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