Home
last modified time | relevance | path

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

/linux/drivers/usb/host/
H A 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()
H A 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()
H A Dfhci.h455 #define fhci_err(fhci, fmt, args...) \ macro