Searched defs:usb_hcd (Results 1 – 9 of 9) sorted by relevance
/drivers/usb/core/ |
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 char irq_descr[24]; /* driver + bus # */ 81 struct timer_list rh_timer; /* drives root-hub polling */ 82 struct urb *status_urb; /* the current status urb */ 84 struct work_struct wakeup_work; /* for remote wakeup */ 90 const struct hc_driver *driver; /* hw-specific hooks */ 93 unsigned long flags; [all …]
|
D | hcd.c | 714 struct usb_hcd *usb_hcd; in usb_host_authorized_default_show() local 730 struct usb_hcd *usb_hcd; in usb_host_authorized_default_store() local
|
D | usb.c | 340 struct usb_hcd *usb_hcd = container_of(bus, struct usb_hcd, self); in usb_alloc_dev() local
|
/drivers/usb/host/whci/ |
D | hcd.c | 31 static int whc_reset(struct usb_hcd *usb_hcd) in whc_reset() 43 static int whc_start(struct usb_hcd *usb_hcd) in whc_start() 87 static void whc_stop(struct usb_hcd *usb_hcd) in whc_stop() 106 static int whc_get_frame_number(struct usb_hcd *usb_hcd) in whc_get_frame_number() 116 static int whc_urb_enqueue(struct usb_hcd *usb_hcd, struct urb *urb, in whc_urb_enqueue() 144 static int whc_urb_dequeue(struct usb_hcd *usb_hcd, struct urb *urb, int status) in whc_urb_dequeue() 171 static void whc_endpoint_disable(struct usb_hcd *usb_hcd, in whc_endpoint_disable() 214 struct usb_hcd *usb_hcd; in whc_probe() local 296 struct usb_hcd *usb_hcd = dev_get_drvdata(&umc->dev); in whc_remove() local
|
/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() 175 static int hwahc_op_suspend(struct usb_hcd *usb_hcd, pm_message_t msg) in hwahc_op_suspend() 184 static int hwahc_op_resume(struct usb_hcd *usb_hcd) in hwahc_op_resume() 200 static void hwahc_op_stop(struct usb_hcd *usb_hcd) in hwahc_op_stop() 209 static int hwahc_op_get_frame_number(struct usb_hcd *usb_hcd) in hwahc_op_get_frame_number() 219 static int hwahc_op_urb_enqueue(struct usb_hcd *usb_hcd, struct urb *urb, in hwahc_op_urb_enqueue() 228 static int hwahc_op_urb_dequeue(struct usb_hcd *usb_hcd, struct urb *urb, in hwahc_op_urb_dequeue() 242 static void hwahc_op_endpoint_disable(struct usb_hcd *usb_hcd, in hwahc_op_endpoint_disable() 788 struct usb_hcd *usb_hcd; in hwahc_probe() local [all …]
|
D | isp1760-hcd.c | 932 static void do_atl_int(struct usb_hcd *usb_hcd) in do_atl_int() 1168 static void do_intl_int(struct usb_hcd *usb_hcd) in do_intl_int() 1709 static irqreturn_t isp1760_irq(struct usb_hcd *usb_hcd) in isp1760_irq() 2108 static void isp1760_endpoint_disable(struct usb_hcd *usb_hcd, in isp1760_endpoint_disable()
|
/drivers/usb/wusbcore/ |
D | rh.c | 139 int wusbhc_rh_status_data(struct usb_hcd *usb_hcd, char *_buf) in wusbhc_rh_status_data() 350 int wusbhc_rh_control(struct usb_hcd *usb_hcd, u16 reqntype, u16 wValue, in wusbhc_rh_control() 394 int wusbhc_rh_suspend(struct usb_hcd *usb_hcd) in wusbhc_rh_suspend() 404 int wusbhc_rh_resume(struct usb_hcd *usb_hcd) in wusbhc_rh_resume() 414 int wusbhc_rh_start_port_reset(struct usb_hcd *usb_hcd, unsigned port_idx) in wusbhc_rh_start_port_reset()
|
D | wusbhc.h | 249 struct usb_hcd usb_hcd; /* HAS TO BE 1st */ member 332 struct usb_hcd *usb_hcd; in usb_hcd_get_by_usb_dev() local 360 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
|