Home
last modified time | relevance | path

Searched refs:hcd_dev (Results 1 – 6 of 6) sorted by relevance

/linux-2.4.37.9/drivers/usb/
Dhcd.c907 struct hcd_dev *dev; in hcd_alloc_dev()
919 dev = (struct hcd_dev *) kmalloc (sizeof *dev, GFP_KERNEL); in hcd_alloc_dev()
947 struct hcd_dev *dev; in hc_died()
954 dev = list_entry (devlist, struct hcd_dev, dev_list); in hc_died()
1007 struct hcd_dev *dev; in hcd_submit_urb()
1271 struct hcd_dev *dev; in hcd_unlink_urb()
1394 struct hcd_dev *dev; in hcd_free_dev()
Dhcd.h84 struct hcd_dev { /* usb_device.hcpriv points to this */ struct
/linux-2.4.37.9/drivers/usb/host/
Dehci-sched.c452 struct hcd_dev *dev; in intr_submit()
464 dev = (struct hcd_dev *)urb->dev->hcpriv; in intr_submit()
543 stream->dev = (struct hcd_dev *)dev->hcpriv; in iso_stream_init()
613 struct hcd_dev *dev; in iso_stream_find()
623 dev = (struct hcd_dev *)urb->dev->hcpriv; in iso_stream_find()
Dehci-hcd.c891 struct hcd_dev *dev = (struct hcd_dev *)udev->hcpriv; in ehci_free_config()
Dehci.h420 struct hcd_dev *dev;
Dehci-q.c947 struct hcd_dev *dev; in submit_async()
953 dev = (struct hcd_dev *)urb->dev->hcpriv; in submit_async()