Lines Matching refs:DBG
48 #define DBG(x) macro
109 DBG(("ocp: binding drivers...\n")); in ocp_bind_drivers()
119 DBG(("ocp: device %s unmatched, trying to match...\n", dev->name)); in ocp_bind_drivers()
126 DBG(("ocp: match with driver %s, calling probe...\n", drv->name)); in ocp_bind_drivers()
128 DBG(("ocp: probe result: %d\n", rc)); in ocp_bind_drivers()
148 DBG(("ocp: binding drivers... done.\n")); in ocp_bind_drivers()
185 DBG(("ocp: ocp_register_driver(%s)...\n", drv->name)); in ocp_register_driver()
196 DBG(("ocp: ocp_register_driver(%s)... done, count: %d.\n", drv->name, rc)); in ocp_register_driver()
215 DBG(("ocp: ocp_unregister_driver(%s)...\n", drv->name)); in ocp_unregister_driver()
234 DBG(("ocp: ocp_unregister_driver(%s)... done.\n", drv->name)); in ocp_unregister_driver()
244 DBG(("ocp: __ocp_find_device(vendor: %x, function: %x, index: %d)...\n", vendor, function, index)); in __ocp_find_device()
258 …DBG(("ocp: __ocp_find_device(vendor: %x, function: %x, index: %d)... done\n", vendor, function, in… in __ocp_find_device()
302 DBG(("ocp: ocp_get_one_device(vendor: %x, function: %x, index: %d)...\n", in ocp_get_one_device()
310 DBG(("ocp: ocp_get_one_device(vendor: %x, function: %x, index: %d)... done.\n", in ocp_get_one_device()
330 …DBG(("ocp: ocp_add_one_device(vendor: %x, function: %x, index: %d)...\n", vendor, function, index)… in ocp_add_one_device()
352 …DBG(("ocp: ocp_add_one_device(vendor: %x, function: %x, index: %d)...done.\n", vendor, function, i… in ocp_add_one_device()
373 …DBG(("ocp: ocp_remove_one_device(vendor: %x, function: %x, index: %d)...\n", vendor, function, ind… in ocp_remove_one_device()
387 …DBG(("ocp: ocp_remove_one_device(vendor: %x, function: %x, index: %d)... done.\n", vendor, functio… in ocp_remove_one_device()
509 DBG(("ocp: ocp_early_init()...\n")); in ocp_early_init()
515 DBG(("ocp: ocp_early_init()... done.\n")); in ocp_early_init()
539 DBG(("ocp: ocp_driver_init()...\n")); in ocp_driver_init()
550 DBG(("ocp: ocp_driver_init()... done.\n")); in ocp_driver_init()