/openbmc/u-boot/drivers/usb/dwc3/ |
H A D | linux-compat.h | 14 #define dev_WARN(dev, format, arg...) debug(format, ##arg) macro
|
H A D | ep0.c | 135 dev_WARN(dwc->dev, "Unexpected pending request\n"); in __dwc3_gadget_ep0_queue()
|
/openbmc/linux/drivers/i2c/ |
H A D | i2c-core.h | 56 dev_WARN(&adap->dev, "Transfer while suspended\n"); in __i2c_check_suspended()
|
/openbmc/linux/drivers/soc/tegra/ |
H A D | common.c | 76 dev_WARN(dev, "failed to enable runtime PM\n"); in tegra_core_dev_init_opp_state()
|
/openbmc/linux/drivers/gpu/drm/nouveau/include/nvkm/subdev/ |
H A D | timer.h | 63 dev_WARN(_wait.tmr->subdev.device->dev, "timeout\n"); \
|
/openbmc/linux/drivers/thunderbolt/ |
H A D | nhi.c | 146 dev_WARN(&ring->nhi->pdev->dev, in ring_interrupt_active() 690 dev_WARN(&ring->nhi->pdev->dev, "ring already started\n"); in tb_ring_start() 773 dev_WARN(&ring->nhi->pdev->dev, "%s %d already stopped\n", in tb_ring_stop() 822 dev_WARN(&ring->nhi->pdev->dev, "%s %d still running\n", in tb_ring_free() 1138 dev_WARN(&nhi->pdev->dev, in nhi_shutdown() 1141 dev_WARN(&nhi->pdev->dev, in nhi_shutdown()
|
/openbmc/linux/drivers/pci/endpoint/ |
H A D | pci-epf-core.c | 36 dev_WARN(&epf->dev, "epf device not bound to driver\n"); in pci_epf_unbind() 68 dev_WARN(dev, "epf device not bound to driver\n"); in pci_epf_bind()
|
/openbmc/linux/drivers/usb/core/ |
H A D | urb.c | 503 dev_WARN(&dev->dev, "BOGUS urb xfer, pipe %x != type %x\n", in usb_submit_urb() 527 dev_WARN(&dev->dev, "BOGUS urb flags, %x --> %x\n", in usb_submit_urb()
|
/openbmc/linux/drivers/usb/dwc3/ |
H A 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()
|
H A D | gadget.c | 399 dev_WARN(dwc->dev, "No resource for %s\n", in dwc3_send_gadget_ep_cmd() 418 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() 4381 dev_WARN(dwc->dev, "UNKNOWN IRQ %d\n", event->type); in dwc3_gadget_interrupt()
|
/openbmc/linux/drivers/regulator/ |
H A D | pbias-regulator.c | 182 dev_WARN(&pdev->dev, in pbias_regulator_probe()
|
/openbmc/linux/drivers/usb/typec/tcpm/ |
H A 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()
|
/openbmc/linux/drivers/gpu/drm/tegra/ |
H A 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()
|
/openbmc/linux/drivers/greybus/ |
H A D | core.c | 113 dev_WARN(dev, "uevent for unknown greybus device \"type\"!\n"); in greybus_uevent()
|
/openbmc/linux/include/linux/ |
H A D | dev_printk.h | 271 #define dev_WARN(dev, format, arg...) \ macro
|
/openbmc/linux/drivers/usb/host/ |
H A 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()
|
/openbmc/linux/drivers/gnss/ |
H A D | core.c | 348 dev_WARN(&gdev->dev, "type name not defined\n"); in gnss_type_name()
|
/openbmc/linux/arch/x86/platform/intel-mid/ |
H A D | pwr.c | 200 dev_WARN(&pdev->dev, "No room for device in PWRMU LSS cache\n"); in __find_weakest_power_state()
|
/openbmc/linux/drivers/dma/ |
H A D | tegra210-adma.c | 275 dev_WARN(tdma->dev, "channel %s has invalid transfer type\n", in tegra_adma_request_alloc() 303 dev_WARN(tdma->dev, "channel %s has invalid transfer type\n", in tegra_adma_request_free()
|
/openbmc/linux/drivers/gpu/drm/amd/amdgpu/ |
H A D | amdgpu_xcp.c | 218 dev_WARN( in amdgpu_xcp_query_partition_mode()
|
/openbmc/linux/drivers/gpio/ |
H A D | gpio-npcm-sgpio.c | 152 dev_WARN(gpio->chip.parent, "Getting here is an error condition"); in bank_reg()
|
/openbmc/linux/drivers/clk/tegra/ |
H A D | clk-bpmp.c | 533 dev_WARN(bpmp->dev, in tegra_bpmp_clk_register()
|
/openbmc/linux/drivers/gpu/drm/panfrost/ |
H A D | panfrost_mmu.c | 457 dev_WARN(pfdev->dev, "matching BO is not heap type (GPU VA = %llx)", in panfrost_mmu_map_fault_addr()
|
/openbmc/linux/drivers/media/platform/samsung/exynos4-is/ |
H A D | fimc-is.c | 302 dev_WARN(&is->pdev->dev, "%s() timed out\n", __func__); in fimc_is_wait_event()
|
/openbmc/linux/drivers/phy/ |
H A D | phy-core.c | 754 dev_WARN(dev, "missing string\n"); in phy_get()
|