Searched refs:dev_dbg (Results 1 - 25 of 55) sorted by relevance

123

/openbsd-current/sys/dev/usb/dwc2/
H A Ddwc2_core.c78 dev_dbg(hsotg->dev, "%s\n", __func__);
110 dev_dbg(hsotg->dev, "%s\n", __func__);
195 dev_dbg(hsotg->dev, "%s: restoring essential regs\n", __func__);
304 dev_dbg(hsotg->dev,
308 dev_dbg(hsotg->dev, "restore done generated here\n");
545 dev_dbg(hsotg->dev, "Forcing mode to %s\n", host ? "host" : "device");
594 dev_dbg(hsotg->dev, "Clearing force mode bits\n");
641 dev_dbg(hsotg->dev, "Enabling Active Clock Gating\n");
661 dev_dbg(hsotg->dev, "Host Global Registers\n");
663 dev_dbg(hsot
[all...]
H A Ddwc2_coreintr.c128 dev_dbg(hsotg->dev, "++OTG Interrupt gotgint=%0x [%s]\n", gotgint,
132 dev_dbg(hsotg->dev,
148 dev_dbg(hsotg->dev, "Session End Detected\n");
167 dev_dbg(hsotg->dev,
227 dev_dbg(hsotg->dev, "HNP Failed\n");
240 dev_dbg(hsotg->dev,
244 dev_dbg(hsotg->dev, "a_suspend->a_peripheral (%d)\n",
263 dev_dbg(hsotg->dev,
266 dev_dbg(hsotg->dev, " ++OTG Interrupt: Debounce Done++\n");
294 dev_dbg(hsot
[all...]
H A Ddwc2_hcd.c111 dev_dbg(hsotg->dev, "External DMA Mode\n");
125 dev_dbg(hsotg->dev, "Internal DMA Mode\n");
135 dev_dbg(hsotg->dev, "Slave Only Mode\n");
209 dev_dbg(hsotg->dev, "%s()\n", __func__);
317 dev_dbg(hsotg->dev, "initial grxfsiz=%08x\n", grxfsiz);
322 dev_dbg(hsotg->dev, "new grxfsiz=%08x\n",
326 dev_dbg(hsotg->dev, "initial gnptxfsiz=%08x\n",
333 dev_dbg(hsotg->dev, "new gnptxfsiz=%08x\n",
337 dev_dbg(hsotg->dev, "initial hptxfsiz=%08x\n",
345 dev_dbg(hsot
[all...]
H A Ddwc2_hcdintr.c521 dev_dbg(hsotg->dev, "%s(): trimming xfer length\n", __func__);
691 dev_dbg(hsotg->dev, "## QTD list empty ##\n");
1152 dev_dbg(hsotg->dev, "--Host Channel %d Interrupt: STALL Received--\n",
1237 dev_dbg(hsotg->dev, "%s: qtd is NULL\n", __func__);
1242 dev_dbg(hsotg->dev, "%s: qtd->urb is NULL\n", __func__);
1544 dev_dbg(hsotg->dev, "--Host Channel %d Interrupt: Babble Error--\n",
1585 dev_dbg(hsotg->dev, "--Host Channel %d Interrupt: AHB Error--\n",
1682 dev_dbg(hsotg->dev,
1743 dev_dbg(hsotg->dev, "--Host Channel %d Interrupt: Frame Overrun--\n",
1773 dev_dbg(hsot
[all...]
H A Ddwc2.h79 #define dev_dbg(d,fmt,...) do { \ macro
95 #define dev_dbg(...) do { } while (0) macro
H A Ddwc2_hcdqueue.c96 dev_dbg(hsotg->dev,
1229 dev_dbg(hsotg->dev,
1373 dev_dbg(hsotg->dev,
2179 dev_dbg(hsotg->dev, "%s: Invalid TT Think Time (0x%04x)!\n",
H A Ddwc2_params.c715 dev_dbg(hsotg->dev,
722 dev_dbg(hsotg->dev,
/openbsd-current/sys/dev/pci/drm/amd/amdkfd/
H A Dkfd_flat_memory.c418 dev_dbg(kfd_device, "node id %u\n", id);
419 dev_dbg(kfd_device, "gpu id %u\n", pdd->dev->id);
420 dev_dbg(kfd_device, "lds_base %llX\n", pdd->lds_base);
421 dev_dbg(kfd_device, "lds_limit %llX\n", pdd->lds_limit);
422 dev_dbg(kfd_device, "gpuvm_base %llX\n", pdd->gpuvm_base);
423 dev_dbg(kfd_device, "gpuvm_limit %llX\n", pdd->gpuvm_limit);
424 dev_dbg(kfd_device, "scratch_base %llX\n", pdd->scratch_base);
425 dev_dbg(kfd_device, "scratch_limit %llX\n", pdd->scratch_limit);
H A Dkfd_chardev.c158 dev_dbg(kfd_device, "process %d opened, compat mode (32 bit) - %d\n",
714 dev_dbg(kfd_device, "get apertures for PASID 0x%x", p->pasid);
733 dev_dbg(kfd_device,
735 dev_dbg(kfd_device,
737 dev_dbg(kfd_device,
739 dev_dbg(kfd_device,
741 dev_dbg(kfd_device,
743 dev_dbg(kfd_device,
745 dev_dbg(kfd_device,
747 dev_dbg(kfd_devic
[all...]
H A Dkfd_migrate.c524 dev_dbg(node->adev->dev, "failed to reserve VRAM, r: %ld\n", r);
530 dev_dbg(node->adev->dev, "fail %ld to alloc vram\n", r);
/openbsd-current/sys/dev/pci/drm/apple/
H A Dsystemep.c78 dev_dbg(dcp->dev, "systemep[ch:%u]: report type:%02x len:%zu\n",
93 dev_dbg(dcp->dev, "systemep: failed to parse mNits event: %d\n", ret);
97 dev_dbg(dcp->dev, "systemep: mNits event: Nits: %u.%03u, iDAC: %u\n",
H A Diomfb_template.c211 dev_dbg(dcp->dev, "pr_publish: id: %d = %u\n", prop->id, prop->value);
605 dev_dbg(dcp->dev, "boot done\n");
917 dev_dbg(dcp->dev, "%s: clear swap submitted: %u\n", __func__, swap_id);
935 dev_dbg(dcp->dev,
1247 dev_dbg(dcp->dev,
/openbsd-current/sys/dev/pci/drm/amd/amdgpu/
H A Dpsp_v13_0.c471 dev_dbg(adev->dev, "training %s %s, cost %d @ %d ms\n",
490 dev_dbg(adev->dev, "Memory training is not supported.\n");
498 dev_dbg(adev->dev, "SOS is alive, skip memory training.\n");
503 dev_dbg(adev->dev, "sys_cache[%08x,%08x,%08x,%08x] p2c_header[%08x,%08x,%08x,%08x]\n",
508 dev_dbg(adev->dev, "Short training depends on restore.\n");
514 dev_dbg(adev->dev, "sys_cache[0] is invalid, restore depends on save.\n");
521 dev_dbg(adev->dev, "sys_cache is invalid or out-of-date, need save training data to sys_cache.\n");
527 dev_dbg(adev->dev, "p2c_header[0] is invalid, save depends on long training.\n");
536 dev_dbg(adev->dev, "Memory training ops:%x.\n", ops);
H A Daldebaran.c53 dev_dbg(adev->dev, "Getting reset handler for method %d\n",
72 dev_dbg(adev->dev, "Reset handler not found!\n");
113 dev_dbg(adev->dev, "Aldebaran prepare hw context\n");
131 dev_dbg(adev->dev, "Resetting device\n");
155 dev_dbg(adev->dev, "aldebaran perform hw reset\n");
218 dev_dbg(adev->dev, "Reloading ucodes after reset\n");
H A Damdgpu_gem.c817 dev_dbg(dev->dev,
825 dev_dbg(dev->dev,
837 dev_dbg(dev->dev,
844 dev_dbg(dev->dev, "invalid flags combination 0x%08X\n",
856 dev_dbg(dev->dev, "unsupported operation %d\n",
H A Dsienna_cichlid.c127 dev_dbg(adev->dev, "Resetting device\n");
H A Dsmu_v13_0_10.c126 dev_dbg(adev->dev, "Resetting device\n");
H A Dgmc_v9_0.c1324 dev_dbg(adev->dev, "RAM is not direct mapped\n");
1333 dev_dbg(adev->dev, "MTYPE is not NC\n");
1344 dev_dbg(adev->dev, "Only native mode APU is supported.\n");
1353 dev_dbg(adev->dev, "Page is not RAM.\n");
1358 dev_dbg(adev->dev, "vm->mem_id=%d, local_node=%d, nid=%d\n",
1371 dev_dbg(adev->dev, "flags updated from %llx to %llx\n",
H A Damdgpu_job.c303 dev_dbg(adev->dev, "Skip scheduling IBs in ring(%s)",
H A Damdgpu_irq.c301 dev_dbg(adev->dev, "using MSI/MSI-X.\n");
H A Damdgpu_xcp.c388 dev_dbg(adev->dev, "renderD%d partition %d opened!",
H A Dnbio_v7_4.c357 dev_dbg(adev->dev, "Unsetting baco dummy mode %x",
/openbsd-current/sys/dev/pci/drm/include/linux/
H A Ddevice.h105 #define dev_dbg(dev, fmt, arg...) \ macro
127 dev_dbg(struct device *dev, const char *fmt, ...) function
/openbsd-current/sys/dev/pci/drm/amd/pm/powerplay/smumgr/
H A Dsmu7_smumgr.c176 dev_dbg(adev->dev, "last message was not supported\n");
189 dev_dbg(adev->dev, "message %x was not supported\n", msg);
191 dev_dbg(adev->dev,
/openbsd-current/sys/dev/pci/drm/amd/pm/swsmu/smu11/
H A Dnavi10_ppt.c53 * Use dev_err, dev_warn, dev_info and dev_dbg instead.
2366 dev_dbg(smu->adev->dev, "ODSETTING_POWERPERCENTAGE: %d (default: %d)\n", od_percent, power_limit);
2418 dev_dbg(smu->adev->dev, "OD: Gfxclk: (%d, %d)\n", od_table->GfxclkFmin, od_table->GfxclkFmax);
2419 dev_dbg(smu->adev->dev, "OD: Gfx1: (%d, %d)\n", od_table->GfxclkFreq1, od_table->GfxclkVolt1);
2420 dev_dbg(smu->adev->dev, "OD: Gfx2: (%d, %d)\n", od_table->GfxclkFreq2, od_table->GfxclkVolt2);
2421 dev_dbg(smu->adev->dev, "OD: Gfx3: (%d, %d)\n", od_table->GfxclkFreq3, od_table->GfxclkVolt3);
2422 dev_dbg(smu->adev->dev, "OD: UclkFmax: %d\n", od_table->UclkFmax);
2423 dev_dbg(smu->adev->dev, "OD: OverDrivePct: %d\n", od_table->OverDrivePct);
2724 dev_dbg(smu->adev->dev, "OD: set curve %ld: (%d, %d)\n", input[0], *freq_ptr, *voltage_ptr);

Completed in 379 milliseconds

123