Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/examples/standalone/
H A Dsched.c64 #define PDEBUG(fmt, args...) { \ macro
178 PDEBUG ("sched_init: master context = 0x%08x", in sched_init()
187 PDEBUG ("thread_yield: current tid=%d", current_tid); in thread_yield()
191 PDEBUG("thread_yield: %d match, ctx=0x%08x", \ in thread_yield()
196 PDEBUG("thread_yield: tid %d returns 0", \ in thread_yield()
200 PDEBUG("thread_yield: tid %d returns 1", \ in thread_yield()
216 PDEBUG ("thread_yield: returning from thread_yield"); in thread_yield()
229 PDEBUG ("thread_create: returns new tid %d", i); in thread_create()
234 PDEBUG ("thread_create: returns failure"); in thread_create()
252 PDEBUG ("thread_launcher: invoking func=0x%08x", in thread_launcher()
[all …]
/rk3399_rockchip-uboot/drivers/usb/host/
H A Dsl811-hcd.c147 PDEBUG(0, "Device not present\n"); in sl811_hc_reset()
162 PDEBUG (0, "Full speed Device attached\n"); in sl811_hc_reset()
177 PDEBUG(0, "Low speed Device attached\n"); in sl811_hc_reset()
261 PDEBUG(0, "usb transfer remainder = %d\n", remainder); in sl811_send_packet()
272 PDEBUG(0, "usb transfer error %#x\n", (int)status); in sl811_send_packet()
296 PDEBUG(7, "dev = %ld pipe = %ld buf = %p size = %d dir_out = %d\n", in submit_bulk_msg()
335 PDEBUG(7, "dev = %d pipe = %ld buf = %p size = %d rt = %#x req = %#x bus = %i\n", in submit_control_msg()
356 PDEBUG(0, "status data failed!\n"); in submit_control_msg()
374 PDEBUG(0, "status phase failed!\n"); in submit_control_msg()
378 PDEBUG(0, "setup phase failed!\n"); in submit_control_msg()
[all …]
H A Dsl811.h7 #define PDEBUG(level, fmt, args...) \ macro
11 #define PDEBUG(level, fmt, args...) do {} while(0) macro