/linux-6.1.9/drivers/i2c/ |
D | i2c-core.h | 54 dev_WARN(&adap->dev, "Transfer while suspended\n"); in __i2c_check_suspended()
|
/linux-6.1.9/drivers/soc/tegra/ |
D | common.c | 76 dev_WARN(dev, "failed to enable runtime PM\n"); in tegra_core_dev_init_opp_state()
|
/linux-6.1.9/drivers/gpu/drm/nouveau/include/nvkm/subdev/ |
D | timer.h | 63 dev_WARN(_wait.tmr->subdev.device->dev, "timeout\n"); \
|
/linux-6.1.9/drivers/thunderbolt/ |
D | nhi.c | 114 dev_WARN(&ring->nhi->pdev->dev, in ring_interrupt_active() 650 dev_WARN(&ring->nhi->pdev->dev, "ring already started\n"); in tb_ring_start() 733 dev_WARN(&ring->nhi->pdev->dev, "%s %d already stopped\n", in tb_ring_stop() 782 dev_WARN(&ring->nhi->pdev->dev, "%s %d still running\n", in tb_ring_free() 1098 dev_WARN(&nhi->pdev->dev, in nhi_shutdown() 1101 dev_WARN(&nhi->pdev->dev, in nhi_shutdown()
|
D | ctl.c | 54 dev_WARN(&(ctl)->nhi->pdev->dev, format, ## arg)
|
D | tb.h | 667 #define tb_WARN(tb, fmt, arg...) dev_WARN(&(tb)->nhi->pdev->dev, fmt, ## arg)
|
/linux-6.1.9/drivers/pci/endpoint/ |
D | pci-epf-core.c | 68 dev_WARN(&epf->dev, "epf device not bound to driver\n"); in pci_epf_unbind() 100 dev_WARN(dev, "epf device not bound to driver\n"); in pci_epf_bind()
|
/linux-6.1.9/drivers/usb/dwc3/ |
D | dwc3-omap.c | 261 dev_WARN(omap->dev, "invalid state\n"); in dwc3_omap_set_mailbox() 407 dev_WARN(omap->dev, "UNKNOWN utmi mode %d\n", utmi_mode); in dwc3_omap_set_utmi_mode()
|
D | gadget.c | 387 dev_WARN(dwc->dev, "No resource for %s\n", in dwc3_send_gadget_ep_cmd() 406 dev_WARN(dwc->dev, "UNKNOWN cmd status\n"); in dwc3_send_gadget_ep_cmd() 1309 dev_WARN(dwc->dev, "Unknown endpoint type %d\n", in dwc3_prepare_one_trb() 4250 dev_WARN(dwc->dev, "UNKNOWN IRQ %d\n", event->type); in dwc3_gadget_interrupt()
|
D | ep0.c | 113 dev_WARN(dwc->dev, "Unexpected pending request\n"); in __dwc3_gadget_ep0_queue()
|
/linux-6.1.9/drivers/regulator/ |
D | pbias-regulator.c | 183 dev_WARN(&pdev->dev, in pbias_regulator_probe()
|
/linux-6.1.9/drivers/usb/core/ |
D | urb.c | 504 dev_WARN(&dev->dev, "BOGUS urb xfer, pipe %x != type %x\n", in usb_submit_urb() 528 dev_WARN(&dev->dev, "BOGUS urb flags, %x --> %x\n", in usb_submit_urb()
|
/linux-6.1.9/drivers/usb/typec/tcpm/ |
D | wcove.c | 563 dev_WARN(wcove->dev, "%s failed to clear IRQ1\n", in wcove_typec_irq() 570 dev_WARN(wcove->dev, "%s failed to clear IRQ2\n", in wcove_typec_irq()
|
/linux-6.1.9/drivers/gpu/drm/tegra/ |
D | hub.c | 96 dev_WARN(plane->dc->dev, "invalid offset: %x\n", offset); in tegra_plane_offset() 252 dev_WARN(dev, "head %u owns window %u but is not attached\n", in tegra_dc_owns_shared_plane() 273 dev_WARN(dev, "window %u owned by head %u\n", index, owner); in tegra_shared_plane_set_owner()
|
/linux-6.1.9/drivers/greybus/ |
D | core.c | 113 dev_WARN(dev, "uevent for unknown greybus device \"type\"!\n"); in greybus_uevent()
|
/linux-6.1.9/include/linux/ |
D | dev_printk.h | 270 #define dev_WARN(dev, format, arg...) \ macro
|
/linux-6.1.9/drivers/gnss/ |
D | core.c | 348 dev_WARN(&gdev->dev, "type name not defined\n"); in gnss_type_name()
|
/linux-6.1.9/drivers/usb/host/ |
D | uhci-q.c | 127 dev_WARN(uhci_dev(uhci), "td %p still in list!\n", td); in uhci_free_td() 129 dev_WARN(uhci_dev(uhci), "td %p still in fl_list!\n", td); in uhci_free_td() 296 dev_WARN(uhci_dev(uhci), "qh %p list not empty!\n", qh); in uhci_free_qh() 746 dev_WARN(uhci_dev(uhci), "urb %p still on QH's list!\n", in uhci_free_urb_priv()
|
/linux-6.1.9/arch/x86/platform/intel-mid/ |
D | pwr.c | 200 dev_WARN(&pdev->dev, "No room for device in PWRMU LSS cache\n"); in __find_weakest_power_state()
|
/linux-6.1.9/drivers/dma/ |
D | tegra210-adma.c | 274 dev_WARN(tdma->dev, "channel %s has invalid transfer type\n", in tegra_adma_request_alloc() 302 dev_WARN(tdma->dev, "channel %s has invalid transfer type\n", in tegra_adma_request_free()
|
/linux-6.1.9/drivers/gpu/drm/panfrost/ |
D | panfrost_mmu.c | 456 dev_WARN(pfdev->dev, "matching BO is not heap type (GPU VA = %llx)", in panfrost_mmu_map_fault_addr()
|
/linux-6.1.9/drivers/phy/ |
D | phy-core.c | 747 dev_WARN(dev, "missing string\n"); in phy_get()
|
/linux-6.1.9/drivers/media/platform/samsung/exynos4-is/ |
D | fimc-is.c | 302 dev_WARN(&is->pdev->dev, "%s() timed out\n", __func__); in fimc_is_wait_event()
|
D | mipi-csis.c | 826 dev_WARN(dev, "No clock frequency specified!\n"); in s5pcsis_probe()
|
/linux-6.1.9/drivers/pci/ |
D | iov.c | 964 dev_WARN(&dev->dev, "can't update enabled VF BAR%d %pR\n", in pci_iov_update_resource()
|