Searched refs:dlog (Results 1 – 2 of 2) sorted by relevance
| /drivers/gpu/drm/clients/ |
| A D | drm_log.c | 242 dlog->probed = true; in drm_log_init_client() 251 dlog->scanout = kcalloc(max_modeset, sizeof(*dlog->scanout), GFP_KERNEL); in drm_log_init_client() 252 if (!dlog->scanout) in drm_log_init_client() 278 kfree(dlog->scanout); in drm_log_init_client() 279 dlog->scanout = NULL; in drm_log_init_client() 287 if (dlog->n_scanout) { in drm_log_free_scanout() 290 dlog->n_scanout = 0; in drm_log_free_scanout() 291 kfree(dlog->scanout); in drm_log_free_scanout() 307 kfree(dlog); in drm_log_client_unregister() 317 dlog->probed = false; in drm_log_client_hotplug() [all …]
|
| /drivers/scsi/ |
| A D | mesh.c | 432 dlog(ms, "start cmd=%x", (int) cmd); in mesh_start_cmd() 805 dlog(ms, "enbresel intr/exc/err/fc=%.8x", in start_phase() 907 dlog(ms, "extra resel err/exc/fc = %.6x", in reselected() 929 dlog(ms, "reseldata %x", b); in reselected() 958 dlog(ms, "resel prev tgt=%d", prev); in reselected() 977 dlog(ms, "abort", 0); in do_abort() 1033 dlog(ms, "error err/exc/fc/cl=%.8x", in handle_error() 1168 dlog(ms, "msgin msg=%.8x", in handle_msgin() 1333 dlog(ms, "halt_dma fc/count=%.6x", in halt_dma() 1340 dlog(ms, "data_ptr %x", ms->data_ptr); in halt_dma() [all …]
|
Completed in 8 milliseconds