Searched defs:usb_hcd (Results 1 – 9 of 9) sorted by relevance
/linux-4.1.27/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.1.27/include/linux/usb/ |
D | hcd.h | 79 struct usb_hcd { struct 84 struct usb_bus self; /* hcd is-a bus */ 85 struct kref kref; /* reference counter */ 87 const char *product_desc; /* product/vendor string */ 88 int speed; /* Speed for this roothub. 92 char irq_descr[24]; /* driver + bus # */ 94 struct timer_list rh_timer; /* drives root-hub polling */ 95 struct urb *status_urb; /* the current status urb */ 97 struct work_struct wakeup_work; /* for remote wakeup */ 103 const struct hc_driver *driver; /* hw-specific hooks */ [all …]
|
/linux-4.1.27/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
|
D | xhci.c | 5040 void xhci_init_driver(struct hc_driver *drv, int (*setup_fn)(struct usb_hcd *)) in xhci_init_driver()
|
/linux-4.1.27/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.1.27/drivers/usb/core/ |
D | usb.c | 423 struct usb_hcd *usb_hcd = bus_to_hcd(bus); in usb_alloc_dev() local
|
D | hcd.c | 857 struct usb_hcd *usb_hcd; in authorized_default_show() local 871 struct usb_hcd *usb_hcd; in authorized_default_store() local
|