Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/usb/gadget/udc/aspeed-vhub/
Dhub.c173 EPDBG(ep, "GET_STATUS(dev)\n"); in ast_vhub_hub_dev_status()
198 EPDBG(ep, "GET_STATUS(ep%d)\n", ep_num); in ast_vhub_hub_ep_status()
216 EPDBG(ep, "%s_FEATURE(dev val=%02x)\n", in ast_vhub_hub_dev_feature()
221 EPDBG(ep, "Hub remote wakeup %s\n", in ast_vhub_hub_dev_feature()
246 EPDBG(ep, "%s_FEATURE(ep%d val=%02x)\n", in ast_vhub_hub_ep_feature()
256 EPDBG(ep, "%s stall on EP 1\n", in ast_vhub_hub_ep_feature()
278 EPDBG(ep, "GET_DESCRIPTOR(type:%d)\n", desc_type); in ast_vhub_rep_desc()
424 EPDBG(ep, "SET_ADDRESS: Got address %x\n", wValue); in ast_vhub_std_hub_request()
672 EPDBG(ep, "Port reset !\n"); in ast_vhub_set_port_feature()
756 EPDBG(ep, " port status=%04x change=%04x\n", stat, chg); in ast_vhub_get_port_stat()
[all …]
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()
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 …]
Dvhub.h464 #define EPDBG(ep, fmt, ...) do { \ macro
478 #define EPDBG(ep, fmt, ...) do { } while(0) macro
Dcore.c72 EPDBG(ep, "Nuked %d request(s)\n", count); in ast_vhub_nuke()
Ddev.c225 EPDBG(ep, in ast_vhub_std_dev_request()