Searched refs:pnp_dbg (Results 1 - 6 of 6) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/pnp/
H A Ddriver.c89 pnp_dbg("match found with the PnP device '%s' and the driver '%s'", dev->bus_id,pnp_drv->name);
205 pnp_dbg("the driver '%s' has been registered", drv->name);
216 pnp_dbg("the driver '%s' has been unregistered", drv->name);
H A Dmanager.c454 pnp_dbg("Device %s does not support resource configuration.", dev->dev.bus_id);
485 pnp_dbg("Device %s does not support activation.", dev->dev.bus_id);
509 pnp_dbg("Device %s does not support disabling.", dev->dev.bus_id);
H A Dquirks.c243 pnp_dbg("Calling quirk for %s",
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/pnp/pnpacpi/
H A Drsparser.c753 pnp_dbg("Res cnt %d", res_cnt);
898 pnp_dbg("res cnt %d", res_cnt);
902 pnp_dbg("Encode irq");
909 pnp_dbg("Encode dma");
915 pnp_dbg("Encode io");
921 pnp_dbg("Encode fixed io");
927 pnp_dbg("Encode mem24");
933 pnp_dbg("Encode mem32");
939 pnp_dbg("Encode fixed mem32");
945 pnp_dbg("Encod
[all...]
H A Dcore.c141 pnp_dbg("ACPI device : hid %s", acpi_device_hid(device));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dpnp.h462 #define pnp_dbg(format, arg...) printk(KERN_DEBUG "pnp: " format "\n" , ## arg) macro
464 #define pnp_dbg(format, arg...) do {} while (0) macro

Completed in 107 milliseconds