Lines Matching refs:debug

171 	debug("enabling power on all ports\n");  in usb_hub_power_on()
174 debug("port %d returns %lX\n", i + 1, dev->status); in usb_hub_power_on()
196 debug("pgood_delay=%dms\n", pgood_delay); in usb_hub_power_on()
210 debug("devnum=%d poweron: query_delay=%d connect_timeout=%d\n", in usb_hub_power_on()
280 debug("%s: resetting '%s' port %d...\n", __func__, dev->dev->name, in usb_hub_port_reset()
283 debug("%s: resetting port %d...\n", __func__, port + 1); in usb_hub_port_reset()
293 debug("get_port_status failed status %lX\n", in usb_hub_port_reset()
300 debug("portstatus %x, change %x, %s\n", portstatus, portchange, in usb_hub_port_reset()
303 debug("STAT_C_CONNECTION = %d STAT_CONNECTION = %d" \ in usb_hub_port_reset()
334 debug("Cannot enable port %i after %i retries, " \ in usb_hub_port_reset()
336 debug("Maybe the USB cable is bad?\n"); in usb_hub_port_reset()
354 debug("get_port_status failed\n"); in usb_hub_port_connect_change()
359 debug("portstatus %x, change %x, %s\n", in usb_hub_port_connect_change()
371 debug("usb_disconnect(&hub->children[port]);\n"); in usb_hub_port_connect_change()
426 debug("hub: disabling port %d\n", port + 1); in usb_hub_port_connect_change()
456 debug("get_port_status failed\n"); in usb_scan_port()
458 debug("devnum=%d port=%d: timeout\n", in usb_scan_port()
470 debug("Port %d Status %X Change %X\n", i + 1, portstatus, portchange); in usb_scan_port()
482 debug("devnum=%d port=%d: timeout\n", in usb_scan_port()
493 debug("port %d reset change\n", i + 1); in usb_scan_port()
499 debug("port %d BH reset change\n", i + 1); in usb_scan_port()
504 debug("devnum=%d port=%d: USB dev found\n", dev->devnum, i + 1); in usb_scan_port()
509 debug("port %d enable change, status %x\n", i + 1, portstatus); in usb_scan_port()
524 debug("already running port %i disabled by hub (EMI?), re-enabling...\n", in usb_scan_port()
532 debug("port %d suspend change\n", i + 1); in usb_scan_port()
537 debug("port %d over-current change\n", i + 1); in usb_scan_port()
639 debug("usb_hub_configure: failed to get hub " \ in usb_hub_configure()
650 debug("usb_hub_configure: failed to get hub " \ in usb_hub_configure()
675 debug("%d ports detected\n", dev->maxchild); in usb_hub_configure()
680 debug("ganged power switching\n"); in usb_hub_configure()
683 debug("individual port power switching\n"); in usb_hub_configure()
687 debug("unknown reserved power switching mode\n"); in usb_hub_configure()
692 debug("part of a compound device\n"); in usb_hub_configure()
694 debug("standalone hub\n"); in usb_hub_configure()
698 debug("global over-current protection\n"); in usb_hub_configure()
701 debug("individual port over-current protection\n"); in usb_hub_configure()
705 debug("no over-current protection\n"); in usb_hub_configure()
713 debug("Single TT\n"); in usb_hub_configure()
718 debug("TT per port\n"); in usb_hub_configure()
721 debug("Using single TT (err %d)\n", ret); in usb_hub_configure()
728 debug("Unrecognized hub protocol %d\n", in usb_hub_configure()
738 debug("TT requires at most %d FS bit times (%d ns)\n", in usb_hub_configure()
744 debug("TT requires at most %d FS bit times (%d ns)\n", in usb_hub_configure()
749 debug("TT requires at most %d FS bit times (%d ns)\n", in usb_hub_configure()
754 debug("TT requires at most %d FS bit times (%d ns)\n", in usb_hub_configure()
759 debug("power on to power good time: %dms\n", in usb_hub_configure()
761 debug("hub controller current requirement: %dmA\n", in usb_hub_configure()
765 debug("port %d is%s removable\n", i + 1, in usb_hub_configure()
770 debug("usb_hub_configure: failed to get Status - " \ in usb_hub_configure()
777 debug("usb_hub_configure: failed to get Status %lX\n", in usb_hub_configure()
784 debug("get_hub_status returned status %X, change %X\n", in usb_hub_configure()
787 debug("local power source is %s\n", in usb_hub_configure()
790 debug("%sover-current condition exists\n", in usb_hub_configure()
801 debug("%s: failed to update hub device for HCD (%x)\n", in usb_hub_configure()
830 debug("set hub (%p) depth to %d\n", dev, depth); in usb_hub_configure()
838 debug("%s: failed to set hub depth (%lX)\n", in usb_hub_configure()
910 debug("USB hub found\n"); in usb_hub_check()
914 debug("USB hub not found: bInterfaceClass=%d, bInterfaceSubClass=%d, bNumEndpoints=%d\n", in usb_hub_check()
918 debug(" bEndpointAddress=%#x, bmAttributes=%d", in usb_hub_check()
946 debug("%s\n", __func__); in usb_hub_post_probe()