Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/usb/gadget/udc/aspeed-vhub/
Dhub.c174 EPDBG(ep, "GET_STATUS(dev)\n"); in ast_vhub_hub_dev_status()
199 EPDBG(ep, "GET_STATUS(ep%d)\n", ep_num); in ast_vhub_hub_ep_status()
217 EPDBG(ep, "%s_FEATURE(dev val=%02x)\n", in ast_vhub_hub_dev_feature()
222 EPDBG(ep, "Hub remote wakeup %s\n", in ast_vhub_hub_dev_feature()
247 EPDBG(ep, "%s_FEATURE(ep%d val=%02x)\n", in ast_vhub_hub_ep_feature()
257 EPDBG(ep, "%s stall on EP 1\n", in ast_vhub_hub_ep_feature()
279 EPDBG(ep, "GET_DESCRIPTOR(type:%d)\n", desc_type); in ast_vhub_rep_desc()
425 EPDBG(ep, "SET_ADDRESS: Got address %x\n", wValue); in ast_vhub_std_hub_request()
673 EPDBG(ep, "Port reset !\n"); in ast_vhub_set_port_feature()
757 EPDBG(ep, " port status=%04x change=%04x\n", stat, chg); in ast_vhub_get_port_stat()
[all …]
Dep0.c95 EPDBG(ep, "SETUP packet %02x/%02x/%04x/%04x/%04x [%s] st=%d\n", in ast_vhub_ep0_handle_setup()
115 EPDBG(ep, "wrong state\n"); in ast_vhub_ep0_handle_setup()
151 EPDBG(ep, "forwarding to gadget...\n"); in ast_vhub_ep0_handle_setup()
155 EPDBG(ep, "driver returned %d\n", rc); in ast_vhub_ep0_handle_setup()
157 EPDBG(ep, "no gadget for request !\n"); in ast_vhub_ep0_handle_setup()
163 EPDBG(ep, "stalling\n"); in ast_vhub_ep0_handle_setup()
249 EPDBG(ep, "receiving too much (ovf: %d) !\n", in ast_vhub_ep0_do_receive()
257 EPDBG(ep, "using expected data len instead\n"); in ast_vhub_ep0_do_receive()
Depn.c35 if (!(expr)) EPDBG(ep, "CHECK:" fmt); \
111 EPDBG(ep, "DMA read pointer not 0 !\n"); in ast_vhub_epn_handle_ack()
351 EPDBG(ep, "Enqueuing request on wrong or disabled EP\n"); in ast_vhub_epn_queue()
521 EPDBG(ep, "Set halt (%d) & wedge (%d)\n", halt, wedge); in ast_vhub_set_halt_and_wedge()
563 EPDBG(ep, "Disabling !\n"); in ast_vhub_epn_disable()
611 EPDBG(ep, "Invalid EP enable,d_idx=%d,dev=%p,type=%d,mp=%d/%d\n", in ast_vhub_epn_enable()
617 EPDBG(ep, "EP number mismatch !\n"); in ast_vhub_epn_enable()
622 EPDBG(ep, "Already enabled\n"); in ast_vhub_epn_enable()
630 EPDBG(ep, "Bogus device state: driver=%p speed=%d\n", in ast_vhub_epn_enable()
644 EPDBG(ep, "Enabling [%s] %s num %d maxpacket=%d\n", in ast_vhub_epn_enable()
[all …]
Dvhub.h464 #define EPDBG(ep, fmt, ...) do { \ macro
478 #define EPDBG(ep, fmt, ...) do { } while(0) macro
Dcore.c73 EPDBG(ep, "Nuked %d request(s)\n", count); in ast_vhub_nuke()
Ddev.c226 EPDBG(ep, in ast_vhub_std_dev_request()