Searched refs:hprintk (Results 1 – 2 of 2) sorted by relevance
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/core/ |
D | handle.c | 27 #define hprintk(h,l,f,a...) do { \ macro 39 hprintk(handle, TRACE, "init running\n"); in nvkm_handle_init() 44 hprintk(handle, TRACE, "init children\n"); in nvkm_handle_init() 51 hprintk(handle, TRACE, "init completed\n"); in nvkm_handle_init() 54 hprintk(handle, ERROR, "init failed with %d\n", ret); in nvkm_handle_init() 70 hprintk(handle, TRACE, "%s children\n", name[suspend]); in nvkm_handle_fini() 77 hprintk(handle, TRACE, "%s running\n", name[suspend]); in nvkm_handle_fini() 84 hprintk(handle, TRACE, "%s completed\n", name[suspend]); in nvkm_handle_fini() 87 hprintk(handle, ERROR, "%s failed with %d\n", name[suspend], ret); in nvkm_handle_fini() 91 hprintk(handle, FATAL, "failed to restart, %d\n", rret); in nvkm_handle_fini() [all …]
|
/linux-4.1.27/drivers/atm/ |
D | he.c | 88 #define hprintk(fmt,args...) printk(KERN_ERR DEV_LABEL "%d: " fmt, he_dev->number , ##args) macro 540 hprintk("failed to alloc tpdrq\n"); in he_init_tpdrq() 785 hprintk("unable to allocate rbpl bitmap table\n"); in he_init_group() 794 hprintk("unable to allocate rbpl virt table\n"); in he_init_group() 802 hprintk("unable to create rbpl pool\n"); in he_init_group() 810 hprintk("failed to alloc rbpl_base\n"); in he_init_group() 849 hprintk("failed to allocate rbrq\n"); in he_init_group() 860 hprintk("coalescing interrupts\n"); in he_init_group() 873 hprintk("failed to allocate tbrq\n"); in he_init_group() 920 hprintk("failed to allocate irq\n"); in he_init_irq() [all …]
|