Searched refs:DEBPRINT (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/drivers/ide/ |
D | ide-acpi.c | 48 #define DEBPRINT(fmt, args...) \ macro 51 #define DEBPRINT(fmt, args...) do {} while (0) macro 138 DEBPRINT("ENTER: pci %02x:%02x.%01x\n", bus, devnum, func); in ide_get_dev_handle() 142 DEBPRINT("no acpi handle for device\n"); in ide_get_dev_handle() 148 DEBPRINT("get_object_info for device failed\n"); in ide_get_dev_handle() 156 DEBPRINT("get_object_info for device has wrong " in ide_get_dev_handle() 163 DEBPRINT("for dev=0x%x.%x, addr=0x%llx, *handle=0x%p\n", in ide_get_dev_handle() 187 DEBPRINT("ENTER: device %s\n", hwif->name); in ide_acpi_hwif_get_handle() 190 DEBPRINT("no PCI device for %s\n", hwif->name); in ide_acpi_hwif_get_handle() 196 DEBPRINT("ide_get_dev_handle failed (%d)\n", err); in ide_acpi_hwif_get_handle() [all …]
|