Home
last modified time | relevance | path

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

/linux/drivers/usb/gadget/udc/aspeed-vhub/
H A Dep0.c94 EPDBG(ep, "SETUP packet %02x/%02x/%04x/%04x/%04x [%s] st=%d\n", in ast_vhub_ep0_handle_setup()
114 EPDBG(ep, "wrong state\n"); in ast_vhub_ep0_handle_setup()
150 EPDBG(ep, "forwarding to gadget...\n"); in ast_vhub_ep0_handle_setup()
154 EPDBG(ep, "driver returned %d\n", rc); in ast_vhub_ep0_handle_setup()
156 EPDBG(ep, "no gadget for request !\n"); in ast_vhub_ep0_handle_setup()
162 EPDBG(ep, "stalling\n"); in ast_vhub_ep0_handle_setup()
248 EPDBG(ep, "receiving too much (ovf: %d) !\n", in ast_vhub_ep0_do_receive()
256 EPDBG(ep, "using expected data len instead\n"); in ast_vhub_ep0_do_receive()
H A Depn.c34 if (!(expr)) EPDBG(ep, "CHECK:" fmt); \
111 EPDBG(ep, "DMA read pointer not 0 !\n"); in ast_vhub_epn_handle_ack()
358 EPDBG(ep, "Enqueuing request on wrong or disabled EP\n"); in ast_vhub_epn_queue()
528 EPDBG(ep, "Set halt (%d) & wedge (%d)\n", halt, wedge); in ast_vhub_set_halt_and_wedge()
570 EPDBG(ep, "Disabling !\n"); in ast_vhub_epn_disable()
618 EPDBG(ep, "Invalid EP enable,d_idx=%d,dev=%p,type=%d,mp=%d/%d\n", in ast_vhub_epn_enable()
624 EPDBG(ep, "EP number mismatch !\n"); in ast_vhub_epn_enable()
629 EPDBG(ep, "Already enabled\n"); in ast_vhub_epn_enable()
637 EPDBG(ep, "Bogus device state: driver=%p speed=%d\n", in ast_vhub_epn_enable()
651 EPDBG(ep, "Enabling [%s] %s num %d maxpacket=%d\n", in ast_vhub_epn_enable()
[all …]
H A Dvhub.h464 #define EPDBG(ep, fmt, ...) do { \ macro
478 #define EPDBG(ep, fmt, ...) do { } while(0) macro