Searched defs:usb_hcd (Results 1 – 7 of 7) sorted by relevance
/linux-4.4.14/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() 240 struct usb_hcd *usb_hcd; in whc_probe() local 323 struct usb_hcd *usb_hcd = dev_get_drvdata(&umc->dev); in whc_remove() local
|
/linux-4.4.14/include/linux/usb/ |
D | hcd.h | 73 struct usb_hcd { struct 78 struct usb_bus self; /* hcd is-a bus */ 79 struct kref kref; /* reference counter */ 81 const char *product_desc; /* product/vendor string */ 82 int speed; /* Speed for this roothub. 86 char irq_descr[24]; /* driver + bus # */ 88 struct timer_list rh_timer; /* drives root-hub polling */ 89 struct urb *status_urb; /* the current status urb */ 91 struct work_struct wakeup_work; /* for remote wakeup */ 97 const struct hc_driver *driver; /* hw-specific hooks */ [all …]
|
/linux-4.4.14/drivers/usb/host/ |
D | hwa-hc.c | 117 static int hwahc_op_reset(struct usb_hcd *usb_hcd) in hwahc_op_reset() 144 static int hwahc_op_start(struct usb_hcd *usb_hcd) in hwahc_op_start() 188 static void hwahc_op_stop(struct usb_hcd *usb_hcd) in hwahc_op_stop() 197 static int hwahc_op_get_frame_number(struct usb_hcd *usb_hcd) in hwahc_op_get_frame_number() 211 static int hwahc_op_urb_enqueue(struct usb_hcd *usb_hcd, struct urb *urb, in hwahc_op_urb_enqueue() 220 static int hwahc_op_urb_dequeue(struct usb_hcd *usb_hcd, struct urb *urb, in hwahc_op_urb_dequeue() 234 static void hwahc_op_endpoint_disable(struct usb_hcd *usb_hcd, in hwahc_op_endpoint_disable() 803 struct usb_hcd *usb_hcd; in hwahc_probe() local 849 struct usb_hcd *usb_hcd; in hwahc_disconnect() local
|
/linux-4.4.14/drivers/usb/wusbcore/ |
D | rh.c | 141 int wusbhc_rh_status_data(struct usb_hcd *usb_hcd, char *_buf) in wusbhc_rh_status_data() 360 int wusbhc_rh_control(struct usb_hcd *usb_hcd, u16 reqntype, u16 wValue, in wusbhc_rh_control() 404 int wusbhc_rh_start_port_reset(struct usb_hcd *usb_hcd, unsigned port_idx) in wusbhc_rh_start_port_reset()
|
D | wusbhc.h | 248 struct usb_hcd usb_hcd; /* HAS TO BE 1st */ member 338 struct usb_hcd *usb_hcd; in usb_hcd_get_by_usb_dev() local 366 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-4.4.14/drivers/usb/core/ |
D | usb.c | 423 struct usb_hcd *usb_hcd = bus_to_hcd(bus); in usb_alloc_dev() local
|