Lines Matching refs:core

94 		dev_dbg(&dev->core, "%s:%d: ps3_open_hv_device failed: %s\n",  in ps3_ohci_probe()
103 dev_dbg(&dev->core, "%s:%d: ps3_dma_region_create failed: " in ps3_ohci_probe()
112 dev_dbg(&dev->core, "%s:%d: ps3_map_mmio_region failed\n", in ps3_ohci_probe()
118 dev_dbg(&dev->core, "%s:%d: mmio mapped_addr %lxh\n", __func__, in ps3_ohci_probe()
124 dev_dbg(&dev->core, "%s:%d: ps3_construct_io_irq(%d) failed.\n", in ps3_ohci_probe()
130 dev->core.dma_mask = &dummy_mask; /* FIXME: for improper usb code */ in ps3_ohci_probe()
132 hcd = usb_create_hcd(&ps3_ohci_hc_driver, &dev->core, dev_name(&dev->core)); in ps3_ohci_probe()
135 dev_dbg(&dev->core, "%s:%d: usb_create_hcd failed\n", __func__, in ps3_ohci_probe()
145 dev_dbg(&dev->core, "%s:%d: request_mem_region failed\n", in ps3_ohci_probe()
151 dev_dbg(&dev->core, "%s:%d: ioremap failed\n", __func__, in ps3_ohci_probe()
157 dev_dbg(&dev->core, "%s:%d: hcd->rsrc_start %lxh\n", __func__, __LINE__, in ps3_ohci_probe()
159 dev_dbg(&dev->core, "%s:%d: hcd->rsrc_len %lxh\n", __func__, __LINE__, in ps3_ohci_probe()
161 dev_dbg(&dev->core, "%s:%d: hcd->regs %lxh\n", __func__, __LINE__, in ps3_ohci_probe()
163 dev_dbg(&dev->core, "%s:%d: virq %lu\n", __func__, __LINE__, in ps3_ohci_probe()
171 dev_dbg(&dev->core, "%s:%d: usb_add_hcd failed (%d)\n", in ps3_ohci_probe()
204 dev_dbg(&dev->core, "%s:%d: regs %p\n", __func__, __LINE__, hcd->regs); in ps3_ohci_remove()
205 dev_dbg(&dev->core, "%s:%d: irq %u\n", __func__, __LINE__, hcd->irq); in ps3_ohci_remove()
245 .core.name = "ps3-ohci-driver",
246 .core.owner = THIS_MODULE,