Searched defs:usb_hcd (Results 1 – 8 of 8) sorted by relevance
/linux-3.3/drivers/usb/host/whci/ |
D | hcd.c | 32 static int whc_reset(struct usb_hcd *usb_hcd) in whc_reset() 44 static int whc_start(struct usb_hcd *usb_hcd) in whc_start() 88 static void whc_stop(struct usb_hcd *usb_hcd) in whc_stop() 107 static int whc_get_frame_number(struct usb_hcd *usb_hcd) in whc_get_frame_number() 117 static int whc_urb_enqueue(struct usb_hcd *usb_hcd, struct urb *urb, in whc_urb_enqueue() 145 static int whc_urb_dequeue(struct usb_hcd *usb_hcd, struct urb *urb, int status) in whc_urb_dequeue() 172 static void whc_endpoint_disable(struct usb_hcd *usb_hcd, in whc_endpoint_disable() 190 static void whc_endpoint_reset(struct usb_hcd *usb_hcd, in whc_endpoint_reset() 242 struct usb_hcd *usb_hcd; in whc_probe() local 325 struct usb_hcd *usb_hcd = dev_get_drvdata(&umc->dev); in whc_remove() local
|
/linux-3.3/include/linux/usb/ |
D | hcd.h | 70 struct usb_hcd { struct 75 struct usb_bus self; /* hcd is-a bus */ 76 struct kref kref; /* reference counter */ 78 const char *product_desc; /* product/vendor string */ 79 int speed; /* Speed for this roothub. 83 char irq_descr[24]; /* driver + bus # */ 85 struct timer_list rh_timer; /* drives root-hub polling */ 86 struct urb *status_urb; /* the current status urb */ 88 struct work_struct wakeup_work; /* for remote wakeup */ 94 const struct hc_driver *driver; /* hw-specific hooks */ [all …]
|
/linux-3.3/drivers/usb/wusbcore/ |
D | rh.c | 141 int wusbhc_rh_status_data(struct usb_hcd *usb_hcd, char *_buf) in wusbhc_rh_status_data() 352 int wusbhc_rh_control(struct usb_hcd *usb_hcd, u16 reqntype, u16 wValue, in wusbhc_rh_control() 396 int wusbhc_rh_suspend(struct usb_hcd *usb_hcd) in wusbhc_rh_suspend() 406 int wusbhc_rh_resume(struct usb_hcd *usb_hcd) in wusbhc_rh_resume() 416 int wusbhc_rh_start_port_reset(struct usb_hcd *usb_hcd, unsigned port_idx) in wusbhc_rh_start_port_reset()
|
D | wusbhc.h | 247 struct usb_hcd usb_hcd; /* HAS TO BE 1st */ member 331 struct usb_hcd *usb_hcd; in usb_hcd_get_by_usb_dev() local 359 struct usb_hcd *usb_hcd; in wusbhc_get_by_usb_dev() local
|
D | wusbhc.c | 45 struct usb_hcd *usb_hcd = bus_to_hcd(usb_bus); in usbhc_dev_to_wusbhc() local
|
/linux-3.3/drivers/usb/host/ |
D | hwa-hc.c | 118 static int hwahc_op_reset(struct usb_hcd *usb_hcd) in hwahc_op_reset() 145 static int hwahc_op_start(struct usb_hcd *usb_hcd) in hwahc_op_start() 182 static void hwahc_op_stop(struct usb_hcd *usb_hcd) in hwahc_op_stop() 191 static int hwahc_op_get_frame_number(struct usb_hcd *usb_hcd) in hwahc_op_get_frame_number() 201 static int hwahc_op_urb_enqueue(struct usb_hcd *usb_hcd, struct urb *urb, in hwahc_op_urb_enqueue() 210 static int hwahc_op_urb_dequeue(struct usb_hcd *usb_hcd, struct urb *urb, in hwahc_op_urb_dequeue() 224 static void hwahc_op_endpoint_disable(struct usb_hcd *usb_hcd, in hwahc_op_endpoint_disable() 767 struct usb_hcd *usb_hcd; in hwahc_probe() local 811 struct usb_hcd *usb_hcd; in hwahc_disconnect() local
|
/linux-3.3/drivers/usb/core/ |
D | usb.c | 373 struct usb_hcd *usb_hcd = container_of(bus, struct usb_hcd, self); in usb_alloc_dev() local
|
D | hcd.c | 829 struct usb_hcd *usb_hcd; in usb_host_authorized_default_show() local 845 struct usb_hcd *usb_hcd; in usb_host_authorized_default_store() local
|