Home
last modified time | relevance | path

Searched refs:DPRINT (Results 1 – 5 of 5) sorted by relevance

/drivers/staging/goldfish/
Dgoldfish_sync.c42 #define DPRINT(...) pr_debug(__VA_ARGS__); macro
44 #define DTRACE() DPRINT("%s: enter", __func__)
266 DPRINT("new timeline_obj=0x%p", res); in goldfish_sync_timeline_create()
314 DPRINT("installing sync fence into fd %d sync_obj=0x%p", fd, sync_obj); in goldfish_sync_fence_create()
337 DPRINT("timeline_obj=0x%p", obj); in goldfish_sync_timeline_inc()
339 DPRINT("incremented timeline. increment max_time"); in goldfish_sync_timeline_inc()
346 DPRINT("done"); in goldfish_sync_timeline_inc()
530 DPRINT("num sync todos: %u", sync_state->to_do_end); in goldfish_sync_work_item_fn()
560 DPRINT("todo index: %u", i); in goldfish_sync_work_item_fn()
578 DPRINT("exec CMD_CREATE_SYNC_TIMELINE: " in goldfish_sync_work_item_fn()
[all …]
/drivers/platform/goldfish/
Dgoldfish_pipe_v2.c54 #define DPRINT(...) pr_debug(__VA_ARGS__); macro
570 DPRINT("PIPE_WAKE_UNLOCK_DMA: unlock pipe dma for pipe 0x%p\n", pipe); in goldfish_pipe_dma_clear_lock()
744 DPRINT("%s on 0x%p\n", __FUNCTION__, pipe); in goldfish_pipe_open()
763 DPRINT("Last ref for dma region @ 0x%llx\n", dma->phys_begin); in goldfish_pipe_dma_release_host_locked()
768 DPRINT("after delete of dma @ 0x%llx: alloc total %llu\n", in goldfish_pipe_dma_release_host_locked()
784 DPRINT("after delete of dma @ 0x%llx: alloc total %llu\n", in goldfish_pipe_dma_release_guest_locked()
795 DPRINT("%s on 0x%p\n", __FUNCTION__, pipe); in goldfish_pipe_release()
865 DPRINT("%s: try alloc dma for pipe 0x%p\n", in goldfish_pipe_dma_alloc_locked()
871 DPRINT("%s: already alloced, return.\n", in goldfish_pipe_dma_alloc_locked()
889 DPRINT("%s: got v/p addrs " in goldfish_pipe_dma_alloc_locked()
[all …]
Dgoldfish_pipe.c80 #define DPRINT(...) { printk(KERN_ERR __VA_ARGS__); } macro
82 #define DPRINT(...) macro
278 DPRINT("%s: requested pages: %d %d %p\n", __FUNCTION__, ret, requested_pages, first_page); in goldfish_pipe_read_write()
280 DPRINT("%s: error: (requested pages == 0) (wanted %d)\n", in goldfish_pipe_read_write()
286 DPRINT("%s: (requested pages < 0) %d \n", in goldfish_pipe_read_write()
302 DPRINT("%s: discontinuous page boundary: %d pages instead\n", in goldfish_pipe_read_write()
530DPRINT("%s: call. pipe_dev pipe_dev=0x%lx new_pipe_addr=0x%lx file=0x%lx\n", __FUNCTION__, pipe_de… in goldfish_pipe_open()
554 DPRINT("%s: call. pipe=0x%lx file=0x%lx\n", __FUNCTION__, pipe, filp); in goldfish_pipe_release()
/drivers/block/
Dfloppy.c153 #define DPRINT(format, args...) \ macro
159 do { if ((test) & FD_DEBUG) DPRINT(fmt, ##args); } while (0)
162 do { if (0) DPRINT(fmt, ##args); } while (0)
644 DPRINT("%s: timeout handler died. %s\n", func, message); in is_alive()
684 DPRINT("reschedule timeout %s\n", message); in __reschedule_timeout()
738 DPRINT("WARNING disk change called early\n"); in disk_change()
741 DPRINT("probing disk change on unselected drive\n"); in disk_change()
742 DPRINT("drive=%d fdc=%d dor=%x\n", drive, FDC(drive), in disk_change()
765 DPRINT("Disk type is undefined after disk change\n"); in disk_change()
889 DPRINT("FDC access conflict!\n"); in unlock_fdc()
[all …]
Dataflop.c335 #define DPRINT(a) printk a macro
337 #define DPRINT(a) macro
541 DPRINT(( "wpstat[%d] = %d\n", drive, stat )); in check_change()
594 DPRINT(("FDC irq, status = %02x handler = %08lx\n",status,(unsigned long)handler)); in floppy_irq()
598 DPRINT(("FDC irq, no handler\n")); in floppy_irq()
652 DPRINT(("do_format( dr=%d tr=%d he=%d offs=%d )\n", in do_format()
728 DPRINT(("do_fd_action\n")); in do_fd_action()
780 DPRINT(("fd_calibrate\n")); in fd_calibrate()
794 DPRINT(("fd_calibrate_done()\n")); in fd_calibrate_done()
827 DPRINT(("fd_seek() to track %d\n",ReqTrack)); in fd_seek()
[all …]