Lines Matching refs:debug

175 	debug("enabling power on all ports\n");  in usb_hub_power_on()
178 debug("port %d returns %lX\n", i + 1, dev->status); in usb_hub_power_on()
202 debug("pgood_delay=%dms\n", pgood_delay); in usb_hub_power_on()
216 debug("devnum=%d poweron: query_delay=%d connect_timeout=%d\n", in usb_hub_power_on()
278 debug("%s: resetting '%s' port %d...\n", __func__, dev->dev->name, in usb_hub_port_reset()
281 debug("%s: resetting port %d...\n", __func__, port + 1); in usb_hub_port_reset()
291 debug("get_port_status failed status %lX\n", in usb_hub_port_reset()
298 debug("portstatus %x, change %x, %s\n", portstatus, portchange, in usb_hub_port_reset()
301 debug("STAT_C_CONNECTION = %d STAT_CONNECTION = %d" \ in usb_hub_port_reset()
332 debug("Cannot enable port %i after %i retries, " \ in usb_hub_port_reset()
334 debug("Maybe the USB cable is bad?\n"); in usb_hub_port_reset()
352 debug("get_port_status failed\n"); in usb_hub_port_connect_change()
357 debug("portstatus %x, change %x, %s\n", in usb_hub_port_connect_change()
369 debug("usb_disconnect(&hub->children[port]);\n"); in usb_hub_port_connect_change()
424 debug("hub: disabling port %d\n", port + 1); in usb_hub_port_connect_change()
454 debug("get_port_status failed\n"); in usb_scan_port()
456 debug("devnum=%d port=%d: timeout\n", in usb_scan_port()
468 debug("Port %d Status %X Change %X\n", i + 1, portstatus, portchange); in usb_scan_port()
480 debug("devnum=%d port=%d: timeout\n", in usb_scan_port()
491 debug("port %d reset change\n", i + 1); in usb_scan_port()
497 debug("port %d BH reset change\n", i + 1); in usb_scan_port()
502 debug("devnum=%d port=%d: USB dev found\n", dev->devnum, i + 1); in usb_scan_port()
507 debug("port %d enable change, status %x\n", i + 1, portstatus); in usb_scan_port()
517 debug("already running port %i disabled by hub (EMI?), re-enabling...\n", in usb_scan_port()
524 debug("port %d suspend change\n", i + 1); in usb_scan_port()
529 debug("port %d over-current change\n", i + 1); in usb_scan_port()
631 debug("usb_hub_configure: failed to get hub " \ in usb_hub_configure()
642 debug("usb_hub_configure: failed to get hub " \ in usb_hub_configure()
667 debug("%d ports detected\n", dev->maxchild); in usb_hub_configure()
672 debug("ganged power switching\n"); in usb_hub_configure()
675 debug("individual port power switching\n"); in usb_hub_configure()
679 debug("unknown reserved power switching mode\n"); in usb_hub_configure()
684 debug("part of a compound device\n"); in usb_hub_configure()
686 debug("standalone hub\n"); in usb_hub_configure()
690 debug("global over-current protection\n"); in usb_hub_configure()
693 debug("individual port over-current protection\n"); in usb_hub_configure()
697 debug("no over-current protection\n"); in usb_hub_configure()
705 debug("Single TT\n"); in usb_hub_configure()
710 debug("TT per port\n"); in usb_hub_configure()
713 debug("Using single TT (err %d)\n", ret); in usb_hub_configure()
720 debug("Unrecognized hub protocol %d\n", in usb_hub_configure()
730 debug("TT requires at most %d FS bit times (%d ns)\n", in usb_hub_configure()
736 debug("TT requires at most %d FS bit times (%d ns)\n", in usb_hub_configure()
741 debug("TT requires at most %d FS bit times (%d ns)\n", in usb_hub_configure()
746 debug("TT requires at most %d FS bit times (%d ns)\n", in usb_hub_configure()
751 debug("power on to power good time: %dms\n", in usb_hub_configure()
753 debug("hub controller current requirement: %dmA\n", in usb_hub_configure()
757 debug("port %d is%s removable\n", i + 1, in usb_hub_configure()
762 debug("usb_hub_configure: failed to get Status - " \ in usb_hub_configure()
769 debug("usb_hub_configure: failed to get Status %lX\n", in usb_hub_configure()
776 debug("get_hub_status returned status %X, change %X\n", in usb_hub_configure()
779 debug("local power source is %s\n", in usb_hub_configure()
782 debug("%sover-current condition exists\n", in usb_hub_configure()
793 debug("%s: failed to update hub device for HCD (%x)\n", in usb_hub_configure()
822 debug("set hub (%p) depth to %d\n", dev, depth); in usb_hub_configure()
830 debug("%s: failed to set hub depth (%lX)\n", in usb_hub_configure()
902 debug("USB hub found\n"); in usb_hub_check()
906 debug("USB hub not found: bInterfaceClass=%d, bInterfaceSubClass=%d, bNumEndpoints=%d\n", in usb_hub_check()
910 debug(" bEndpointAddress=%#x, bmAttributes=%d", in usb_hub_check()
938 debug("%s\n", __func__); in usb_hub_post_probe()