• Home
  • Raw
  • Download

Lines Matching refs:debug

168 	debug("enabling power on all ports\n");  in usb_hub_power_on()
171 debug("port %d returns %lX\n", i + 1, dev->status); in usb_hub_power_on()
193 debug("pgood_delay=%dms\n", pgood_delay); in usb_hub_power_on()
207 debug("devnum=%d poweron: query_delay=%d connect_timeout=%d\n", in usb_hub_power_on()
277 debug("%s: resetting '%s' port %d...\n", __func__, dev->dev->name, in usb_hub_port_reset()
280 debug("%s: resetting port %d...\n", __func__, port + 1); in usb_hub_port_reset()
290 debug("get_port_status failed status %lX\n", in usb_hub_port_reset()
297 debug("portstatus %x, change %x, %s\n", portstatus, portchange, in usb_hub_port_reset()
300 debug("STAT_C_CONNECTION = %d STAT_CONNECTION = %d" \ in usb_hub_port_reset()
331 debug("Cannot enable port %i after %i retries, " \ in usb_hub_port_reset()
333 debug("Maybe the USB cable is bad?\n"); in usb_hub_port_reset()
351 debug("get_port_status failed\n"); in usb_hub_port_connect_change()
356 debug("portstatus %x, change %x, %s\n", in usb_hub_port_connect_change()
368 debug("usb_disconnect(&hub->children[port]);\n"); in usb_hub_port_connect_change()
423 debug("hub: disabling port %d\n", port + 1); in usb_hub_port_connect_change()
453 debug("get_port_status failed\n"); in usb_scan_port()
455 debug("devnum=%d port=%d: timeout\n", in usb_scan_port()
467 debug("Port %d Status %X Change %X\n", i + 1, portstatus, portchange); in usb_scan_port()
479 debug("devnum=%d port=%d: timeout\n", in usb_scan_port()
490 debug("port %d reset change\n", i + 1); in usb_scan_port()
496 debug("port %d BH reset change\n", i + 1); in usb_scan_port()
501 debug("devnum=%d port=%d: USB dev found\n", dev->devnum, i + 1); in usb_scan_port()
506 debug("port %d enable change, status %x\n", i + 1, portstatus); in usb_scan_port()
521 debug("already running port %i disabled by hub (EMI?), re-enabling...\n", in usb_scan_port()
529 debug("port %d suspend change\n", i + 1); in usb_scan_port()
534 debug("port %d over-current change\n", i + 1); in usb_scan_port()
636 debug("usb_hub_configure: failed to get hub " \ in usb_hub_configure()
647 debug("usb_hub_configure: failed to get hub " \ in usb_hub_configure()
672 debug("%d ports detected\n", dev->maxchild); in usb_hub_configure()
677 debug("ganged power switching\n"); in usb_hub_configure()
680 debug("individual port power switching\n"); in usb_hub_configure()
684 debug("unknown reserved power switching mode\n"); in usb_hub_configure()
689 debug("part of a compound device\n"); in usb_hub_configure()
691 debug("standalone hub\n"); in usb_hub_configure()
695 debug("global over-current protection\n"); in usb_hub_configure()
698 debug("individual port over-current protection\n"); in usb_hub_configure()
702 debug("no over-current protection\n"); in usb_hub_configure()
710 debug("Single TT\n"); in usb_hub_configure()
715 debug("TT per port\n"); in usb_hub_configure()
718 debug("Using single TT (err %d)\n", ret); in usb_hub_configure()
725 debug("Unrecognized hub protocol %d\n", in usb_hub_configure()
735 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("TT requires at most %d FS bit times (%d ns)\n", in usb_hub_configure()
756 debug("power on to power good time: %dms\n", in usb_hub_configure()
758 debug("hub controller current requirement: %dmA\n", in usb_hub_configure()
762 debug("port %d is%s removable\n", i + 1, in usb_hub_configure()
767 debug("usb_hub_configure: failed to get Status - " \ in usb_hub_configure()
774 debug("usb_hub_configure: failed to get Status %lX\n", in usb_hub_configure()
781 debug("get_hub_status returned status %X, change %X\n", in usb_hub_configure()
784 debug("local power source is %s\n", in usb_hub_configure()
787 debug("%sover-current condition exists\n", in usb_hub_configure()
798 debug("%s: failed to update hub device for HCD (%x)\n", in usb_hub_configure()
827 debug("set hub (%p) depth to %d\n", dev, depth); in usb_hub_configure()
835 debug("%s: failed to set hub depth (%lX)\n", in usb_hub_configure()
907 debug("USB hub found\n"); in usb_hub_check()
911 debug("USB hub not found: bInterfaceClass=%d, bInterfaceSubClass=%d, bNumEndpoints=%d\n", in usb_hub_check()
915 debug(" bEndpointAddress=%#x, bmAttributes=%d", in usb_hub_check()
943 debug("%s\n", __func__); in usb_hub_post_probe()