Searched refs:dev_WARN_ONCE (Results 1 – 8 of 8) sorted by relevance
/linux-4.1.27/drivers/acpi/ |
D | acpi_ipmi.c | 284 dev_WARN_ONCE(tx_msg->device->dev, true, in acpi_format_ipmi_request() 425 dev_WARN_ONCE(dev, true, in ipmi_msg_handler() 436 dev_WARN_ONCE(dev, true, in ipmi_msg_handler()
|
/linux-4.1.27/drivers/phy/ |
D | phy-core.c | 447 dev_WARN_ONCE(dev, r, "couldn't find PHY resource\n"); in devm_phy_put() 761 dev_WARN_ONCE(dev, r, "couldn't find PHY resource\n"); in devm_phy_destroy() 863 dev_WARN_ONCE(dev, r, "couldn't find PHY provider device resource\n"); in devm_of_phy_provider_unregister()
|
/linux-4.1.27/drivers/usb/phy/ |
D | phy.c | 305 dev_WARN_ONCE(dev, r, "couldn't find PHY resource\n"); in devm_usb_put_phy()
|
/linux-4.1.27/drivers/usb/dwc3/ |
D | gadget.c | 683 dev_WARN_ONCE(dwc->dev, true, "%s is already enabled\n", in dwc3_gadget_ep_enable() 728 dev_WARN_ONCE(dwc->dev, true, "%s is already disabled\n", in dwc3_gadget_ep_disable() 2550 if (dev_WARN_ONCE(dwc->dev, !dwc->has_hibernation, in dwc3_gadget_interrupt()
|
/linux-4.1.27/include/linux/ |
D | device.h | 1230 #define dev_WARN_ONCE(dev, condition, format, arg...) \ macro
|
/linux-4.1.27/drivers/usb/gadget/udc/ |
D | udc-xilinx.c | 1514 dev_WARN_ONCE(udc->dev, condition, in xudc_startup_handler()
|
/linux-4.1.27/drivers/pci/ |
D | pci.c | 1549 dev_WARN_ONCE(&dev->dev, atomic_read(&dev->enable_cnt) <= 0, in pci_disable_device()
|
/linux-4.1.27/drivers/scsi/ufs/ |
D | ufshcd.c | 1293 dev_WARN_ONCE(hba->dev, 1, "%s: invalid state %d\n", in ufshcd_queuecommand()
|