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()
357 debug("get_port_status failed\n"); in usb_hub_port_connect_change()
362 debug("portstatus %x, change %x, %s\n", in usb_hub_port_connect_change()
374 debug("usb_disconnect(&hub->children[port]);\n"); in usb_hub_port_connect_change()
435 debug("hub: disabling port %d\n", port + 1); in usb_hub_port_connect_change()
465 debug("get_port_status failed\n"); in usb_scan_port()
467 debug("devnum=%d port=%d: timeout\n", in usb_scan_port()
479 debug("Port %d Status %X Change %X\n", i + 1, portstatus, portchange); in usb_scan_port()
491 debug("devnum=%d port=%d: timeout\n", in usb_scan_port()
502 debug("port %d reset change\n", i + 1); in usb_scan_port()
508 debug("port %d BH reset change\n", i + 1); in usb_scan_port()
513 debug("devnum=%d port=%d: USB dev found\n", dev->devnum, i + 1); in usb_scan_port()
518 debug("port %d enable change, status %x\n", i + 1, portstatus); in usb_scan_port()
533 debug("already running port %i disabled by hub (EMI?), re-enabling...\n", in usb_scan_port()
541 debug("port %d suspend change\n", i + 1); in usb_scan_port()
546 debug("port %d over-current change\n", i + 1); in usb_scan_port()
648 debug("usb_hub_configure: failed to get hub " \ in usb_hub_configure()
659 debug("usb_hub_configure: failed to get hub " \ in usb_hub_configure()
684 debug("%d ports detected\n", dev->maxchild); in usb_hub_configure()
689 debug("ganged power switching\n"); in usb_hub_configure()
692 debug("individual port power switching\n"); in usb_hub_configure()
696 debug("unknown reserved power switching mode\n"); in usb_hub_configure()
701 debug("part of a compound device\n"); in usb_hub_configure()
703 debug("standalone hub\n"); in usb_hub_configure()
707 debug("global over-current protection\n"); in usb_hub_configure()
710 debug("individual port over-current protection\n"); in usb_hub_configure()
714 debug("no over-current protection\n"); in usb_hub_configure()
722 debug("Single TT\n"); in usb_hub_configure()
727 debug("TT per port\n"); in usb_hub_configure()
730 debug("Using single TT (err %d)\n", ret); in usb_hub_configure()
737 debug("Unrecognized hub protocol %d\n", in usb_hub_configure()
747 debug("TT requires at most %d FS bit times (%d ns)\n", in usb_hub_configure()
753 debug("TT requires at most %d FS bit times (%d ns)\n", in usb_hub_configure()
758 debug("TT requires at most %d FS bit times (%d ns)\n", in usb_hub_configure()
763 debug("TT requires at most %d FS bit times (%d ns)\n", in usb_hub_configure()
768 debug("power on to power good time: %dms\n", in usb_hub_configure()
770 debug("hub controller current requirement: %dmA\n", in usb_hub_configure()
774 debug("port %d is%s removable\n", i + 1, in usb_hub_configure()
779 debug("usb_hub_configure: failed to get Status - " \ in usb_hub_configure()
786 debug("usb_hub_configure: failed to get Status %lX\n", in usb_hub_configure()
793 debug("get_hub_status returned status %X, change %X\n", in usb_hub_configure()
796 debug("local power source is %s\n", in usb_hub_configure()
799 debug("%sover-current condition exists\n", in usb_hub_configure()
810 debug("%s: failed to update hub device for HCD (%x)\n", in usb_hub_configure()
839 debug("set hub (%p) depth to %d\n", dev, depth); in usb_hub_configure()
847 debug("%s: failed to set hub depth (%lX)\n", in usb_hub_configure()
919 debug("USB hub found\n"); in usb_hub_check()
923 debug("USB hub not found: bInterfaceClass=%d, bInterfaceSubClass=%d, bNumEndpoints=%d\n", in usb_hub_check()
927 debug(" bEndpointAddress=%#x, bmAttributes=%d", in usb_hub_check()
955 debug("%s\n", __func__); in usb_hub_post_probe()