Lines Matching refs:printk

113 	printk("tusb: Entered disconnect function\n");  in tusb_disconnect()
119 printk("tusb: Entered probe function\n"); in tusb_probe()
148 printk("Entered test_alloc_dev\n");
154 printk("Entered test_dealloc_dev\n");
160 printk("Entered test_get_current_frame_number\n");
166 printk("Entered test_submit_urb\n");
172 printk("Entered test_unlink_urb\n");
193 printk("tusb: Entered the ioctl call\n"); in tusb_ioctl()
247 printk("Mismatching ioctl command\n"); in tusb_ioctl()
253 printk("tusb: After ioctl call dev DNE\n"); in tusb_ioctl()
264 printk("tpci: Unsuccessful copy_to_user of outparms\n"); in tusb_ioctl()
271 printk("tpci: Unsuccessful copy_to_user of tif\n"); in tusb_ioctl()
313 printk("tusb: Did not allocate a bus\n"); in test_find_usbdev()
316 printk("tusb: Allocated a bus pointer\n"); in test_find_usbdev()
318 printk("test1\n"); in test_find_usbdev()
324 printk("tusb: Found a usb device pointer\n"); in test_find_usbdev()
327 printk("tusb: Failed find usb device pointer\n"); in test_find_usbdev()
358 printk("tusb: WOOT! Found a usb host controller!\n"); in test_find_hcd()
359 printk("tusb: Slot number: %d\n", pdev->devfn); in test_find_hcd()
364 printk("tusb: id_table exists\n"); in test_find_hcd()
368 printk("tusb: Failed to find host controller\n"); in test_find_hcd()
369 printk("tusb: Check kernel options enabled\n"); in test_find_hcd()
392 printk("tusb: pdev pointer not set\n"); in test_hcd_probe()
399 printk("tusb: id_table not set\n"); in test_hcd_probe()
407 printk("tusb: hcd pointer not found\n"); in test_hcd_probe()
417 printk("tusb: retval hcd probe = %d\n", rc); in test_hcd_probe()
419 printk("tusb: Success for usb_hcd_pci_probe\n"); in test_hcd_probe()
440 printk("tusb: pdev pointer not found\n"); in test_hcd_remove()
448 printk("tusb: stop function not found\n"); in test_hcd_remove()
469 printk("tusb: Cant find host controller pci_dev pointer\n"); in test_hcd_suspend()
476 printk("tusb: Suspend retval failure\n"); in test_hcd_suspend()
478 printk("tusb: Suspend success\n"); in test_hcd_suspend()
496 printk("tusb: Cant find host controller pci_dev pointer\n"); in test_hcd_resume()
503 printk("tusb: Resume got retval, failure\n"); in test_hcd_resume()
505 printk("tusb: Resume success\n"); in test_hcd_resume()
518 printk("tusb: Failed to register tusb device\n"); in tusb_init_module()
525 printk("tusb: Registration success at major number %i\n", Major); in tusb_init_module()