• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/core/

Lines Matching refs:self

402 		s = hcd->self.bus_name;
477 tbuf [0] = (device_may_wakeup(&hcd->self.root_hub->dev)
485 device_set_wakeup_enable(&hcd->self.root_hub->dev, 0);
490 if (device_can_wakeup(&hcd->self.root_hub->dev)
492 device_set_wakeup_enable(&hcd->self.root_hub->dev, 1);
539 if (device_can_wakeup(&hcd->self.root_hub->dev))
561 dev_dbg (hcd->self.controller, "root hub device address %d\n",
577 dev_dbg (hcd->self.controller, "no endpoint features yet\n");
605 dev_dbg (hcd->self.controller,
721 dev_dbg (hcd->self.controller, "not queuing rh status urb\n");
948 struct device *parent_dev = hcd->self.controller;
949 struct usb_device *usb_dev = hcd->self.root_hub;
1150 dev_warn(hcd->self.controller, "Unlink after no-IRQ? "
1267 dma_unmap_single(hcd->self.controller,
1280 dma_unmap_sg(hcd->self.controller,
1285 dma_unmap_page(hcd->self.controller,
1290 dma_unmap_single(hcd->self.controller,
1320 if (hcd->self.uses_dma) {
1322 hcd->self.controller,
1326 if (dma_mapping_error(hcd->self.controller,
1346 if (hcd->self.uses_dma) {
1349 hcd->self.controller,
1365 hcd->self.controller,
1370 if (dma_mapping_error(hcd->self.controller,
1377 hcd->self.controller,
1381 if (dma_mapping_error(hcd->self.controller,
1423 usbmon_urb_submit(&hcd->self, urb);
1445 usbmon_urb_submit_error(&hcd->self, urb, status);
1547 usbmon_urb_complete(&hcd->self, urb, status);
1591 dev_dbg (hcd->self.controller,
1913 struct usb_hcd *hcd = container_of(rhdev->bus, struct usb_hcd, self);
1938 struct usb_hcd *hcd = container_of(rhdev->bus, struct usb_hcd, self);
1977 struct usb_device *udev = hcd->self.root_hub;
2032 hcd = container_of (bus, struct usb_hcd, self);
2100 dev_err (hcd->self.controller, "HC died; cleaning up\n");
2107 usb_set_device_state (hcd->self.root_hub,
2109 usb_kick_khubd (hcd->self.root_hub);
2120 * @dev: device for this HC, stored in hcd->self.controller
2121 * @bus_name: value to store in hcd->self.bus_name
2143 usb_bus_init(&hcd->self);
2144 hcd->self.controller = dev;
2145 hcd->self.bus_name = bus_name;
2146 hcd->self.uses_dma = (dev->dma_mask != NULL);
2201 dev_info(hcd->self.controller, "%s\n", hcd->product_desc);
2211 dev_dbg(hcd->self.controller, "pool alloc failed\n");
2215 if ((retval = usb_register_bus(&hcd->self)) < 0)
2218 if ((rhdev = usb_alloc_dev(NULL, &hcd->self, 0)) == NULL) {
2219 dev_err(hcd->self.controller, "unable to allocate root hub\n");
2223 hcd->self.root_hub = rhdev;
2249 dev_err(hcd->self.controller, "can't setup\n");
2255 if (device_can_wakeup(hcd->self.controller)
2256 && device_can_wakeup(&hcd->self.root_hub->dev))
2257 dev_dbg(hcd->self.controller, "supports USB remote wakeup\n");
2270 hcd->driver->description, hcd->self.busnum);
2273 dev_err(hcd->self.controller,
2278 dev_info(hcd->self.controller, "irq %d, %s 0x%08llx\n", irqnum,
2285 dev_info(hcd->self.controller, "%s 0x%08llx\n",
2292 dev_err(hcd->self.controller, "startup error %d\n", retval);
2338 usb_put_dev(hcd->self.root_hub);
2340 usb_deregister_bus(&hcd->self);
2357 struct usb_device *rhdev = hcd->self.root_hub;
2359 dev_info(hcd->self.controller, "remove, state %x\n", hcd->state);
2367 dev_dbg(hcd->self.controller, "roothub graceful disconnect\n");
2399 usb_put_dev(hcd->self.root_hub);
2400 usb_deregister_bus(&hcd->self);