/linux-4.4.14/drivers/usb/host/ |
H A D | xhci-rcar.h | 15 void xhci_rcar_start(struct usb_hcd *hcd); 16 int xhci_rcar_init_quirk(struct usb_hcd *hcd); 18 static inline void xhci_rcar_start(struct usb_hcd *hcd) xhci_rcar_start() 22 static inline int xhci_rcar_init_quirk(struct usb_hcd *hcd) xhci_rcar_init_quirk()
|
H A D | ehci-sead3.c | 25 static int ehci_sead3_setup(struct usb_hcd *hcd) ehci_sead3_setup() 97 struct usb_hcd *hcd; ehci_hcd_sead3_drv_probe() 139 struct usb_hcd *hcd = platform_get_drvdata(pdev); ehci_hcd_sead3_drv_remove() 150 struct usb_hcd *hcd = dev_get_drvdata(dev); ehci_hcd_sead3_drv_suspend() 158 struct usb_hcd *hcd = dev_get_drvdata(dev); ehci_hcd_sead3_drv_resume()
|
H A D | ehci-sh.c | 18 struct usb_hcd *hcd; 21 static int ehci_sh_reset(struct usb_hcd *hcd) ehci_sh_reset() 83 struct usb_hcd *hcd; ehci_hcd_sh_probe() 166 struct usb_hcd *hcd = priv->hcd; ehci_hcd_sh_remove() 180 struct usb_hcd *hcd = priv->hcd; ehci_hcd_sh_shutdown()
|
H A D | hwa-hc.c | 114 * @usb_hcd: Pointer to WUSB Host Controller instance. 117 static int hwahc_op_reset(struct usb_hcd *usb_hcd) hwahc_op_reset() argument 120 struct wusbhc *wusbhc = usb_hcd_to_wusbhc(usb_hcd); hwahc_op_reset() 144 static int hwahc_op_start(struct usb_hcd *usb_hcd) hwahc_op_start() argument 148 struct wusbhc *wusbhc = usb_hcd_to_wusbhc(usb_hcd); hwahc_op_start() 160 usb_hcd->uses_new_polling = 1; hwahc_op_start() 161 set_bit(HCD_FLAG_POLL_RH, &usb_hcd->flags); hwahc_op_start() 162 usb_hcd->state = HC_STATE_RUNNING; hwahc_op_start() 168 pm_runtime_get_noresume(&usb_hcd->self.root_hub->dev); hwahc_op_start() 188 static void hwahc_op_stop(struct usb_hcd *usb_hcd) hwahc_op_stop() argument 190 struct wusbhc *wusbhc = usb_hcd_to_wusbhc(usb_hcd); hwahc_op_stop() 197 static int hwahc_op_get_frame_number(struct usb_hcd *usb_hcd) hwahc_op_get_frame_number() argument 199 struct wusbhc *wusbhc = usb_hcd_to_wusbhc(usb_hcd); hwahc_op_get_frame_number() 211 static int hwahc_op_urb_enqueue(struct usb_hcd *usb_hcd, struct urb *urb, hwahc_op_urb_enqueue() argument 214 struct wusbhc *wusbhc = usb_hcd_to_wusbhc(usb_hcd); hwahc_op_urb_enqueue() 220 static int hwahc_op_urb_dequeue(struct usb_hcd *usb_hcd, struct urb *urb, hwahc_op_urb_dequeue() argument 223 struct wusbhc *wusbhc = usb_hcd_to_wusbhc(usb_hcd); hwahc_op_urb_dequeue() 234 static void hwahc_op_endpoint_disable(struct usb_hcd *usb_hcd, hwahc_op_endpoint_disable() argument 237 struct wusbhc *wusbhc = usb_hcd_to_wusbhc(usb_hcd); hwahc_op_endpoint_disable() 620 .hcd_priv_size = sizeof(struct hwahc) - sizeof(struct usb_hcd), 803 struct usb_hcd *usb_hcd; hwahc_probe() local 809 usb_hcd = usb_create_hcd(&hwahc_hc_driver, &usb_iface->dev, "wusb-hwa"); hwahc_probe() 810 if (usb_hcd == NULL) { hwahc_probe() 814 usb_hcd->wireless = 1; hwahc_probe() 815 usb_hcd->self.sg_tablesize = ~0; hwahc_probe() 816 wusbhc = usb_hcd_to_wusbhc(usb_hcd); hwahc_probe() 824 result = usb_add_hcd(usb_hcd, 0, 0); hwahc_probe() 829 device_wakeup_enable(usb_hcd->self.controller); hwahc_probe() 838 usb_remove_hcd(usb_hcd); hwahc_probe() 842 usb_put_hcd(usb_hcd); hwahc_probe() 849 struct usb_hcd *usb_hcd; hwahc_disconnect() local 853 usb_hcd = usb_get_intfdata(usb_iface); hwahc_disconnect() 854 wusbhc = usb_hcd_to_wusbhc(usb_hcd); hwahc_disconnect() 858 usb_remove_hcd(usb_hcd); hwahc_disconnect() 860 usb_put_hcd(usb_hcd); hwahc_disconnect()
|
H A D | ohci-jz4740.c | 27 static inline struct jz4740_ohci_hcd *hcd_to_jz4740_hcd(struct usb_hcd *hcd) hcd_to_jz4740_hcd() 32 static inline struct usb_hcd *jz4740_hcd_to_hcd(struct jz4740_ohci_hcd *jz4740_ohci) jz4740_hcd_to_hcd() 34 return container_of((void *)jz4740_ohci, struct usb_hcd, hcd_priv); jz4740_hcd_to_hcd() 37 static int ohci_jz4740_start(struct usb_hcd *hcd) ohci_jz4740_start() 81 static int ohci_jz4740_hub_control(struct usb_hcd *hcd, u16 typeReq, u16 wValue, ohci_jz4740_hub_control() 151 struct usb_hcd *hcd; jz4740_ohci_probe() 222 struct usb_hcd *hcd = platform_get_drvdata(pdev); jz4740_ohci_remove()
|
H A D | ohci-pci.c | 34 static int broken_suspend(struct usb_hcd *hcd) broken_suspend() 43 static int ohci_quirk_amd756(struct usb_hcd *hcd) ohci_quirk_amd756() 58 static int ohci_quirk_opti(struct usb_hcd *hcd) ohci_quirk_opti() 71 static int ohci_quirk_ns(struct usb_hcd *hcd) ohci_quirk_ns() 93 static int ohci_quirk_zfmicro(struct usb_hcd *hcd) ohci_quirk_zfmicro() 106 static int ohci_quirk_toshiba_scc(struct usb_hcd *hcd) ohci_quirk_toshiba_scc() 139 static int ohci_quirk_nec(struct usb_hcd *hcd) ohci_quirk_nec() 150 static int ohci_quirk_amd700(struct usb_hcd *hcd) ohci_quirk_amd700() 225 static int ohci_pci_reset (struct usb_hcd *hcd) ohci_pci_reset() 236 int (*quirk)(struct usb_hcd *ohci); ohci_pci_reset()
|
H A D | ehci-atmel.c | 71 struct usb_hcd *hcd = platform_get_drvdata(pdev); atmel_start_ehci() 80 struct usb_hcd *hcd = platform_get_drvdata(pdev); atmel_stop_ehci() 91 struct usb_hcd *hcd; ehci_atmel_drv_probe() 178 struct usb_hcd *hcd = platform_get_drvdata(pdev); ehci_atmel_drv_remove() 191 struct usb_hcd *hcd = dev_get_drvdata(dev); ehci_atmel_drv_suspend() 205 struct usb_hcd *hcd = dev_get_drvdata(dev); ehci_atmel_drv_resume()
|
H A D | ohci-sa1111.c | 45 static void dump_hci_status(struct usb_hcd *hcd, const char *label) 58 static int ohci_sa1111_reset(struct usb_hcd *hcd) ohci_sa1111_reset() 66 static int ohci_sa1111_start(struct usb_hcd *hcd) ohci_sa1111_start() 182 struct usb_hcd *hcd; ohci_hcd_sa1111_probe() 236 struct usb_hcd *hcd = sa1111_get_drvdata(dev); ohci_hcd_sa1111_remove() 248 struct usb_hcd *hcd = sa1111_get_drvdata(dev); ohci_hcd_sa1111_shutdown()
|
H A D | uhci-platform.c | 14 static int uhci_platform_init(struct usb_hcd *hcd) uhci_platform_init() 66 struct usb_hcd *hcd; uhci_hcd_platform_probe() 116 struct usb_hcd *hcd = platform_get_drvdata(pdev); uhci_hcd_platform_remove() 133 struct usb_hcd *hcd = platform_get_drvdata(op); uhci_hcd_platform_shutdown()
|
H A D | max3421-hcd.c | 337 hcd_to_max3421(struct usb_hcd *hcd) hcd_to_max3421() 342 static inline struct usb_hcd * max3421_to_hcd() 345 return container_of((void *) max3421_hcd, struct usb_hcd, hcd_priv); max3421_to_hcd() 349 spi_rd8(struct usb_hcd *hcd, unsigned int reg) spi_rd8() 375 spi_wr8(struct usb_hcd *hcd, unsigned int reg, u8 val) spi_wr8() 399 spi_rd_buf(struct usb_hcd *hcd, unsigned int reg, void *buf, size_t len) spi_rd_buf() 425 spi_wr_buf(struct usb_hcd *hcd, unsigned int reg, void *buf, size_t len) spi_wr_buf() 465 max3421_set_speed(struct usb_hcd *hcd, struct usb_device *dev) max3421_set_speed() 491 max3421_set_address(struct usb_hcd *hcd, struct usb_device *dev, int epnum, max3421_set_address() 536 max3421_ctrl_setup(struct usb_hcd *hcd, struct urb *urb) max3421_ctrl_setup() 543 max3421_transfer_in(struct usb_hcd *hcd, struct urb *urb) max3421_transfer_in() 554 max3421_transfer_out(struct usb_hcd *hcd, struct urb *urb, int fast_retransmit) max3421_transfer_out() 600 max3421_next_transfer(struct usb_hcd *hcd, int fast_retransmit) max3421_next_transfer() 660 max3421_select_and_start_urb(struct usb_hcd *hcd) max3421_select_and_start_urb() 796 max3421_check_unlink(struct usb_hcd *hcd) max3421_check_unlink() 833 max3421_slow_retransmit(struct usb_hcd *hcd) max3421_slow_retransmit() 848 max3421_recv_data_available(struct usb_hcd *hcd) max3421_recv_data_available() 879 max3421_handle_error(struct usb_hcd *hcd, u8 hrsl) max3421_handle_error() 971 max3421_transfer_in_done(struct usb_hcd *hcd, struct urb *urb) max3421_transfer_in_done() 1015 max3421_transfer_out_done(struct usb_hcd *hcd, struct urb *urb) max3421_transfer_out_done() 1042 max3421_host_transfer_done(struct usb_hcd *hcd) max3421_host_transfer_done() 1108 max3421_detect_conn(struct usb_hcd *hcd) max3421_detect_conn() 1167 struct usb_hcd *hcd = dev_id; max3421_irq_handler() 1182 dump_eps(struct usb_hcd *hcd) dump_eps() 1226 max3421_handle_irqs(struct usb_hcd *hcd) max3421_handle_irqs() 1319 max3421_reset_hcd(struct usb_hcd *hcd) max3421_reset_hcd() 1372 max3421_urb_done(struct usb_hcd *hcd) max3421_urb_done() 1399 struct usb_hcd *hcd = dev_id; max3421_spi_thread() 1478 max3421_reset_port(struct usb_hcd *hcd) max3421_reset_port() 1491 max3421_reset(struct usb_hcd *hcd) max3421_reset() 1504 max3421_start(struct usb_hcd *hcd) max3421_start() 1520 max3421_stop(struct usb_hcd *hcd) max3421_stop() 1525 max3421_urb_enqueue(struct usb_hcd *hcd, struct urb *urb, gfp_t mem_flags) max3421_urb_enqueue() 1576 max3421_urb_dequeue(struct usb_hcd *hcd, struct urb *urb, int status) max3421_urb_dequeue() 1598 max3421_endpoint_disable(struct usb_hcd *hcd, struct usb_host_endpoint *ep) max3421_endpoint_disable() 1619 max3421_get_frame_number(struct usb_hcd *hcd) max3421_get_frame_number() 1630 max3421_hub_status_data(struct usb_hcd *hcd, char *buf) max3421_hub_status_data() 1675 max3421_gpout_set_value(struct usb_hcd *hcd, u8 pin_number, u8 value) max3421_gpout_set_value() 1696 max3421_hub_control(struct usb_hcd *hcd, u16 type_req, u16 value, u16 index, max3421_hub_control() 1794 max3421_bus_suspend(struct usb_hcd *hcd) max3421_bus_suspend() 1800 max3421_bus_resume(struct usb_hcd *hcd) max3421_bus_resume() 1810 max3421_map_urb_for_dma(struct usb_hcd *hcd, struct urb *urb, gfp_t mem_flags) max3421_map_urb_for_dma() 1816 max3421_unmap_urb_for_dma(struct usb_hcd *hcd, struct urb *urb) max3421_unmap_urb_for_dma() 1844 struct usb_hcd *hcd = NULL; max3421_probe() 1912 struct usb_hcd *hcd = NULL; max3421_remove()
|
H A D | ohci-tmio.c | 78 struct usb_hcd *hcd = platform_get_drvdata(dev); tmio_write_pm() 94 struct usb_hcd *hcd = platform_get_drvdata(dev); tmio_stop_hc() 119 struct usb_hcd *hcd = platform_get_drvdata(dev); tmio_start_hc() 134 static int ohci_tmio_start(struct usb_hcd *hcd) ohci_tmio_start() 196 struct usb_hcd *hcd; ohci_hcd_tmio_drv_probe() 277 struct usb_hcd *hcd = platform_get_drvdata(dev); ohci_hcd_tmio_drv_remove() 297 struct usb_hcd *hcd = platform_get_drvdata(dev); ohci_hcd_tmio_drv_suspend() 327 struct usb_hcd *hcd = platform_get_drvdata(dev); ohci_hcd_tmio_drv_resume()
|
H A D | xhci-plat.c | 30 static int xhci_plat_setup(struct usb_hcd *hcd); 31 static int xhci_plat_start(struct usb_hcd *hcd); 50 static int xhci_plat_setup(struct usb_hcd *hcd) xhci_plat_setup() 65 static int xhci_plat_start(struct usb_hcd *hcd) xhci_plat_start() 83 struct usb_hcd *hcd; xhci_plat_probe() 209 struct usb_hcd *hcd = platform_get_drvdata(dev); xhci_plat_remove() 229 struct usb_hcd *hcd = dev_get_drvdata(dev); xhci_plat_suspend() 245 struct usb_hcd *hcd = dev_get_drvdata(dev); xhci_plat_resume()
|
H A D | ehci-msm.c | 46 static int ehci_msm_reset(struct usb_hcd *hcd) ehci_msm_reset() 70 struct usb_hcd *hcd; ehci_msm_probe() 149 struct usb_hcd *hcd = platform_get_drvdata(pdev); ehci_msm_remove() 167 struct usb_hcd *hcd = dev_get_drvdata(dev); ehci_msm_pm_suspend() 177 struct usb_hcd *hcd = dev_get_drvdata(dev); ehci_msm_pm_resume()
|
H A D | ohci-da8xx.c | 85 static int ohci_da8xx_init(struct usb_hcd *hcd) ohci_da8xx_init() 129 static void ohci_da8xx_stop(struct usb_hcd *hcd) ohci_da8xx_stop() 135 static int ohci_da8xx_start(struct usb_hcd *hcd) ohci_da8xx_start() 150 static int ohci_da8xx_hub_status_data(struct usb_hcd *hcd, char *buf) ohci_da8xx_hub_status_data() 170 static int ohci_da8xx_hub_control(struct usb_hcd *hcd, u16 typeReq, u16 wValue, ohci_da8xx_hub_control() 296 struct usb_hcd *hcd; usb_hcd_da8xx_probe() 359 usb_hcd_da8xx_remove(struct usb_hcd *hcd, struct platform_device *pdev) usb_hcd_da8xx_remove() 375 struct usb_hcd *hcd = platform_get_drvdata(dev); ohci_hcd_da8xx_drv_remove() 386 struct usb_hcd *hcd = platform_get_drvdata(pdev); ohci_da8xx_suspend() 408 struct usb_hcd *hcd = platform_get_drvdata(dev); ohci_da8xx_resume()
|
H A D | ohci-s3c2410.c | 52 static struct s3c2410_hcd_info *to_s3c2410_info(struct usb_hcd *hcd) to_s3c2410_info() 57 static void s3c2410_start_hc(struct platform_device *dev, struct usb_hcd *hcd) s3c2410_start_hc() 102 ohci_s3c2410_hub_status_data(struct usb_hcd *hcd, char *buf) ohci_s3c2410_hub_status_data() 160 struct usb_hcd *hcd, ohci_s3c2410_hub_control() 293 struct usb_hcd *hcd; s3c2410_hcd_oc() 335 usb_hcd_s3c2410_remove(struct usb_hcd *hcd, struct platform_device *dev) usb_hcd_s3c2410_remove() 354 struct usb_hcd *hcd = NULL; usb_hcd_s3c2410_probe() 416 struct usb_hcd *hcd = platform_get_drvdata(pdev); ohci_hcd_s3c2410_drv_remove() 425 struct usb_hcd *hcd = dev_get_drvdata(dev); ohci_hcd_s3c2410_drv_suspend() 441 struct usb_hcd *hcd = dev_get_drvdata(dev); ohci_hcd_s3c2410_drv_resume()
|
H A D | ehci-st.c | 52 static int st_ehci_platform_reset(struct usb_hcd *hcd) st_ehci_platform_reset() 69 struct usb_hcd *hcd = platform_get_drvdata(dev); st_ehci_platform_power_on() 120 struct usb_hcd *hcd = platform_get_drvdata(dev); st_ehci_platform_power_off() 153 struct usb_hcd *hcd; st_ehci_platform_probe() 263 struct usb_hcd *hcd = platform_get_drvdata(dev); st_ehci_platform_remove() 288 struct usb_hcd *hcd = dev_get_drvdata(dev); st_ehci_suspend() 309 struct usb_hcd *hcd = dev_get_drvdata(dev); st_ehci_resume()
|
H A D | ohci-exynos.c | 83 struct usb_hcd *hcd = dev_get_drvdata(dev); exynos_ohci_phy_enable() 101 struct usb_hcd *hcd = dev_get_drvdata(dev); exynos_ohci_phy_disable() 113 struct usb_hcd *hcd; exynos_ohci_probe() 200 struct usb_hcd *hcd = platform_get_drvdata(pdev); exynos_ohci_remove() 216 struct usb_hcd *hcd = platform_get_drvdata(pdev); exynos_ohci_shutdown() 225 struct usb_hcd *hcd = dev_get_drvdata(dev); exynos_ohci_suspend() 242 struct usb_hcd *hcd = dev_get_drvdata(dev); exynos_ohci_resume()
|
H A D | ehci-w90x900.c | 39 struct usb_hcd *hcd; usb_w90x900_probe() 95 static void usb_w90x900_remove(struct usb_hcd *hcd, usb_w90x900_remove() 112 struct usb_hcd *hcd = platform_get_drvdata(pdev); ehci_w90x900_remove()
|
H A D | ehci-spear.c | 43 struct usb_hcd *hcd = dev_get_drvdata(dev); ehci_spear_drv_suspend() 51 struct usb_hcd *hcd = dev_get_drvdata(dev); ehci_spear_drv_resume() 63 struct usb_hcd *hcd ; spear_ehci_hcd_drv_probe() 136 struct usb_hcd *hcd = platform_get_drvdata(pdev); spear_ehci_hcd_drv_remove()
|
H A D | ohci-ps3.c | 24 static int ps3_ohci_hc_reset(struct usb_hcd *hcd) ps3_ohci_hc_reset() 33 static int ps3_ohci_hc_start(struct usb_hcd *hcd) ps3_ohci_hc_start() 82 struct usb_hcd *hcd; ps3_ohci_probe() 200 struct usb_hcd *hcd = ps3_system_bus_get_drvdata(dev); ps3_ohci_remove()
|
H A D | ohci-spear.c | 42 struct usb_hcd *hcd = NULL; spear_ohci_hcd_drv_probe() 110 struct usb_hcd *hcd = platform_get_drvdata(pdev); spear_ohci_hcd_drv_remove() 125 struct usb_hcd *hcd = platform_get_drvdata(pdev); spear_ohci_hcd_drv_suspend() 146 struct usb_hcd *hcd = platform_get_drvdata(dev); spear_ohci_hcd_drv_resume()
|
H A D | uhci-grlib.c | 25 static int uhci_grlib_init(struct usb_hcd *hcd) uhci_grlib_init() 92 struct usb_hcd *hcd; uhci_hcd_grlib_probe() 151 struct usb_hcd *hcd = platform_get_drvdata(op); uhci_hcd_grlib_remove() 172 struct usb_hcd *hcd = platform_get_drvdata(op); uhci_hcd_grlib_shutdown()
|
H A D | ehci-exynos.c | 94 struct usb_hcd *hcd = dev_get_drvdata(dev); exynos_ehci_phy_enable() 112 struct usb_hcd *hcd = dev_get_drvdata(dev); exynos_ehci_phy_disable() 142 struct usb_hcd *hcd; exynos_ehci_probe() 240 struct usb_hcd *hcd = platform_get_drvdata(pdev); exynos_ehci_remove() 257 struct usb_hcd *hcd = dev_get_drvdata(dev); exynos_ehci_suspend() 276 struct usb_hcd *hcd = dev_get_drvdata(dev); exynos_ehci_resume()
|
H A D | ohci-platform.c | 49 struct usb_hcd *hcd = platform_get_drvdata(dev); ohci_platform_power_on() 86 struct usb_hcd *hcd = platform_get_drvdata(dev); ohci_platform_power_off() 115 struct usb_hcd *hcd; ohci_platform_probe() 284 struct usb_hcd *hcd = platform_get_drvdata(dev); ohci_platform_remove() 311 struct usb_hcd *hcd = dev_get_drvdata(dev); ohci_platform_suspend() 330 struct usb_hcd *hcd = dev_get_drvdata(dev); ohci_platform_resume()
|
H A D | ohci-sm501.c | 21 static int ohci_sm501_init(struct usb_hcd *hcd) ohci_sm501_init() 26 static int ohci_sm501_start(struct usb_hcd *hcd) ohci_sm501_start() 93 struct usb_hcd *hcd = NULL; ohci_hcd_sm501_drv_probe() 195 struct usb_hcd *hcd = platform_get_drvdata(pdev); ohci_hcd_sm501_drv_remove() 220 struct usb_hcd *hcd = platform_get_drvdata(pdev); ohci_sm501_suspend() 240 struct usb_hcd *hcd = platform_get_drvdata(pdev); ohci_sm501_resume()
|
H A D | ohci-st.c | 50 struct usb_hcd *hcd = platform_get_drvdata(dev); st_ohci_platform_power_on() 101 struct usb_hcd *hcd = platform_get_drvdata(dev); st_ohci_platform_power_off() 134 struct usb_hcd *hcd; st_ohci_platform_probe() 245 struct usb_hcd *hcd = platform_get_drvdata(dev); st_ohci_platform_remove() 271 struct usb_hcd *hcd = dev_get_drvdata(dev); st_ohci_suspend() 290 struct usb_hcd *hcd = dev_get_drvdata(dev); st_ohci_resume()
|
H A D | ehci-platform.c | 54 static int ehci_platform_reset(struct usb_hcd *hcd) ehci_platform_reset() 81 struct usb_hcd *hcd = platform_get_drvdata(dev); ehci_platform_power_on() 118 struct usb_hcd *hcd = platform_get_drvdata(dev); ehci_platform_power_off() 147 struct usb_hcd *hcd; ehci_platform_probe() 319 struct usb_hcd *hcd = platform_get_drvdata(dev); ehci_platform_remove() 346 struct usb_hcd *hcd = dev_get_drvdata(dev); ehci_platform_suspend() 365 struct usb_hcd *hcd = dev_get_drvdata(dev); ehci_platform_resume()
|
H A D | ohci-omap.c | 178 struct usb_hcd *hcd = ohci_to_hcd(ohci); start_hnp() 198 static int ohci_omap_reset(struct usb_hcd *hcd) ohci_omap_reset() 311 struct usb_hcd *hcd = 0; usb_hcd_omap_probe() 397 usb_hcd_omap_remove (struct usb_hcd *hcd, struct platform_device *pdev) usb_hcd_omap_remove() 424 struct usb_hcd *hcd = platform_get_drvdata(dev); ohci_hcd_omap_drv_remove() 437 struct usb_hcd *hcd = platform_get_drvdata(pdev); ohci_omap_suspend() 456 struct usb_hcd *hcd = platform_get_drvdata(dev); ohci_omap_resume()
|
H A D | ohci-at91.c | 98 struct usb_hcd *hcd = platform_get_drvdata(pdev); at91_start_hc() 117 struct usb_hcd *hcd = platform_get_drvdata(pdev); at91_stop_hc() 137 static void usb_hcd_at91_remove (struct usb_hcd *, struct platform_device *); 157 struct usb_hcd *hcd; usb_hcd_at91_probe() 234 static void usb_hcd_at91_remove(struct usb_hcd *hcd, usb_hcd_at91_remove() 270 static int ohci_at91_hub_status_data(struct usb_hcd *hcd, char *buf) ohci_at91_hub_status_data() 290 static int ohci_at91_hub_control(struct usb_hcd *hcd, u16 typeReq, u16 wValue, ohci_at91_hub_control() 591 struct usb_hcd *hcd = dev_get_drvdata(dev); ohci_hcd_at91_drv_suspend() 635 struct usb_hcd *hcd = dev_get_drvdata(dev); ohci_hcd_at91_drv_resume()
|
H A D | ehci-mv.c | 23 struct usb_hcd *hcd; 70 static int mv_ehci_reset(struct usb_hcd *hcd) mv_ehci_reset() 135 struct usb_hcd *hcd; mv_ehci_probe() 270 struct usb_hcd *hcd = ehci_mv->hcd; mv_ehci_remove() 303 struct usb_hcd *hcd = ehci_mv->hcd; mv_ehci_shutdown()
|
H A D | uhci-pci.c | 113 static int uhci_pci_init(struct usb_hcd *hcd) uhci_pci_init() 158 struct usb_hcd *hcd = pci_get_drvdata(pdev); uhci_shutdown() 165 static int uhci_pci_resume(struct usb_hcd *hcd, bool hibernated); 167 static int uhci_pci_suspend(struct usb_hcd *hcd, bool do_wakeup) uhci_pci_suspend() 206 static int uhci_pci_resume(struct usb_hcd *hcd, bool hibernated) uhci_pci_resume()
|
H A D | ehci-fsl.c | 61 struct usb_hcd *hcd; fsl_ehci_drv_probe() 183 static int ehci_fsl_setup_phy(struct usb_hcd *hcd, ehci_fsl_setup_phy() 262 struct usb_hcd *hcd = ehci_to_hcd(ehci); ehci_fsl_usb_setup() 334 static int ehci_fsl_setup(struct usb_hcd *hcd) ehci_fsl_setup() 392 struct usb_hcd *hcd = dev_get_drvdata(dev); ehci_fsl_mpc512x_drv_suspend() 461 struct usb_hcd *hcd = dev_get_drvdata(dev); ehci_fsl_mpc512x_drv_resume() 534 static struct ehci_fsl *hcd_to_ehci_fsl(struct usb_hcd *hcd) hcd_to_ehci_fsl() 543 struct usb_hcd *hcd = dev_get_drvdata(dev); ehci_fsl_drv_suspend() 563 struct usb_hcd *hcd = dev_get_drvdata(dev); ehci_fsl_drv_resume() 590 struct usb_hcd *hcd = dev_get_drvdata(dev); ehci_fsl_drv_restore() 608 static int ehci_start_port_reset(struct usb_hcd *hcd, unsigned port) ehci_start_port_reset() 655 struct usb_hcd *hcd = platform_get_drvdata(pdev); fsl_ehci_drv_remove()
|
H A D | ehci-tilegx.c | 37 static int tilegx_ehci_setup(struct usb_hcd *hcd) tilegx_ehci_setup() 102 struct usb_hcd *hcd; ehci_hcd_tilegx_drv_probe() 189 struct usb_hcd *hcd = platform_get_drvdata(pdev); ehci_hcd_tilegx_drv_remove()
|
H A D | ohci-ppc-of.c | 25 ohci_ppc_of_start(struct usb_hcd *hcd) ohci_ppc_of_start() 89 struct usb_hcd *hcd; ohci_hcd_ppc_of_probe() 182 struct usb_hcd *hcd = platform_get_drvdata(op); ohci_hcd_ppc_of_remove()
|
H A D | ohci-tilegx.c | 37 static int tilegx_ohci_start(struct usb_hcd *hcd) tilegx_ohci_start() 97 struct usb_hcd *hcd; ohci_hcd_tilegx_drv_probe() 178 struct usb_hcd *hcd = platform_get_drvdata(pdev); ohci_hcd_tilegx_drv_remove()
|
H A D | ehci-tegra.c | 81 struct usb_hcd *hcd = platform_get_drvdata(pdev); tegra_reset_usb_controller() 185 struct usb_hcd *hcd, tegra_ehci_hub_control() 361 static int tegra_ehci_map_urb_for_dma(struct usb_hcd *hcd, struct urb *urb, tegra_ehci_map_urb_for_dma() 377 static void tegra_ehci_unmap_urb_for_dma(struct usb_hcd *hcd, struct urb *urb) tegra_ehci_unmap_urb_for_dma() 402 struct usb_hcd *hcd; tegra_ehci_probe() 531 struct usb_hcd *hcd = platform_get_drvdata(pdev); tegra_ehci_remove() 549 struct usb_hcd *hcd = platform_get_drvdata(pdev); tegra_ehci_hcd_shutdown() 565 static int tegra_ehci_reset(struct usb_hcd *hcd) tegra_ehci_reset()
|
H A D | ohci-pxa27x.c | 194 static int pxa27x_ohci_hub_control(struct usb_hcd *hcd, u16 typeReq, u16 wValue, pxa27x_ohci_hub_control() 280 struct usb_hcd *hcd = dev_get_drvdata(dev); pxa27x_start_hc() 317 struct usb_hcd *hcd = dev_get_drvdata(dev); pxa27x_stop_hc() 418 struct usb_hcd *hcd; usb_hcd_pxa27x_probe() 515 void usb_hcd_pxa27x_remove (struct usb_hcd *hcd, struct platform_device *pdev) usb_hcd_pxa27x_remove() 543 struct usb_hcd *hcd = platform_get_drvdata(pdev); ohci_hcd_pxa27x_drv_remove() 552 struct usb_hcd *hcd = dev_get_drvdata(dev); ohci_hcd_pxa27x_drv_suspend() 573 struct usb_hcd *hcd = dev_get_drvdata(dev); ohci_hcd_pxa27x_drv_resume()
|
H A D | xhci-rcar.c | 59 void xhci_rcar_start(struct usb_hcd *hcd) xhci_rcar_start() 141 int xhci_rcar_init_quirk(struct usb_hcd *hcd) xhci_rcar_init_quirk()
|
H A D | ehci-orion.c | 66 static void orion_usb_phy_v1_setup(struct usb_hcd *hcd) orion_usb_phy_v1_setup() 134 ehci_orion_conf_mbus_windows(struct usb_hcd *hcd, ehci_orion_conf_mbus_windows() 163 struct usb_hcd *hcd; ehci_orion_drv_probe() 293 struct usb_hcd *hcd = platform_get_drvdata(pdev); ehci_orion_drv_remove()
|
H A D | ehci-pmcmsp.c | 74 static int ehci_msp_setup(struct usb_hcd *hcd) ehci_msp_setup() 165 struct usb_hcd *hcd; usb_hcd_msp_probe() 240 void usb_hcd_msp_remove(struct usb_hcd *hcd, struct platform_device *dev) usb_hcd_msp_remove() 311 struct usb_hcd *hcd = platform_get_drvdata(pdev); ehci_hcd_msp_drv_remove()
|
H A D | ehci-xilinx-of.c | 38 * @hcd: Pointer to the usb_hcd device to which the host controller bound 50 static int ehci_xilinx_port_handed_over(struct usb_hcd *hcd, int portnum) ehci_xilinx_port_handed_over() 133 struct usb_hcd *hcd; ehci_hcd_xilinx_of_probe() 216 struct usb_hcd *hcd = platform_get_drvdata(op); ehci_hcd_xilinx_of_remove()
|
H A D | xhci.h | 1489 static inline unsigned int hcd_index(struct usb_hcd *hcd) hcd_index() 1507 struct usb_hcd *main_hcd; 1508 struct usb_hcd *shared_hcd; 1665 int (*reset)(struct usb_hcd *hcd); 1666 int (*start)(struct usb_hcd *hcd); 1672 static inline struct xhci_hcd *hcd_to_xhci(struct usb_hcd *hcd) hcd_to_xhci() 1674 struct usb_hcd *primary_hcd; hcd_to_xhci() 1684 static inline struct usb_hcd *xhci_to_hcd(struct xhci_hcd *xhci) xhci_to_hcd() 1822 int xhci_init(struct usb_hcd *hcd); 1823 int xhci_run(struct usb_hcd *hcd); 1824 void xhci_stop(struct usb_hcd *hcd); 1825 void xhci_shutdown(struct usb_hcd *hcd); 1826 int xhci_gen_setup(struct usb_hcd *hcd, xhci_get_quirks_t get_quirks); 1838 int xhci_get_frame(struct usb_hcd *hcd); 1839 irqreturn_t xhci_irq(struct usb_hcd *hcd); 1841 int xhci_alloc_dev(struct usb_hcd *hcd, struct usb_device *udev); 1842 void xhci_free_dev(struct usb_hcd *hcd, struct usb_device *udev); 1847 int xhci_alloc_streams(struct usb_hcd *hcd, struct usb_device *udev, 1850 int xhci_free_streams(struct usb_hcd *hcd, struct usb_device *udev, 1853 int xhci_address_device(struct usb_hcd *hcd, struct usb_device *udev); 1854 int xhci_enable_device(struct usb_hcd *hcd, struct usb_device *udev); 1855 int xhci_update_device(struct usb_hcd *hcd, struct usb_device *udev); 1856 int xhci_set_usb2_hardware_lpm(struct usb_hcd *hcd, 1858 int xhci_update_hub_device(struct usb_hcd *hcd, struct usb_device *hdev, 1860 int xhci_urb_enqueue(struct usb_hcd *hcd, struct urb *urb, gfp_t mem_flags); 1861 int xhci_urb_dequeue(struct usb_hcd *hcd, struct urb *urb, int status); 1862 int xhci_add_endpoint(struct usb_hcd *hcd, struct usb_device *udev, struct usb_host_endpoint *ep); 1863 int xhci_drop_endpoint(struct usb_hcd *hcd, struct usb_device *udev, struct usb_host_endpoint *ep); 1864 void xhci_endpoint_reset(struct usb_hcd *hcd, struct usb_host_endpoint *ep); 1865 int xhci_discover_or_reset_device(struct usb_hcd *hcd, struct usb_device *udev); 1866 int xhci_check_bandwidth(struct usb_hcd *hcd, struct usb_device *udev); 1867 void xhci_reset_bandwidth(struct usb_hcd *hcd, struct usb_device *udev); 1924 int xhci_enable_usb3_lpm_timeout(struct usb_hcd *hcd, 1926 int xhci_disable_usb3_lpm_timeout(struct usb_hcd *hcd, 1930 int xhci_hub_control(struct usb_hcd *hcd, u16 typeReq, u16 wValue, u16 wIndex, 1932 int xhci_hub_status_data(struct usb_hcd *hcd, char *buf); 1933 int xhci_find_raw_port_number(struct usb_hcd *hcd, int port1); 1936 int xhci_bus_suspend(struct usb_hcd *hcd); 1937 int xhci_bus_resume(struct usb_hcd *hcd); 1944 int xhci_find_slot_id_by_port(struct usb_hcd *hcd, struct xhci_hcd *xhci,
|
H A D | imx21-hcd.c | 78 static inline struct imx21 *hcd_to_imx21(struct usb_hcd *hcd) hcd_to_imx21() 138 static int imx21_hc_get_frame(struct usb_hcd *hcd) imx21_hc_get_frame() 520 static void urb_done(struct usb_hcd *hcd, struct urb *urb, int status) 564 static void schedule_isoc_etds(struct usb_hcd *hcd, schedule_isoc_etds() 631 static void isoc_etd_done(struct usb_hcd *hcd, int etd_num) isoc_etd_done() 739 static int imx21_hc_urb_enqueue_isoc(struct usb_hcd *hcd, imx21_hc_urb_enqueue_isoc() 1043 static void nonisoc_etd_done(struct usb_hcd *hcd, int etd_num) nonisoc_etd_done() 1164 static int imx21_hc_urb_enqueue(struct usb_hcd *hcd, imx21_hc_urb_enqueue() 1260 static int imx21_hc_urb_dequeue(struct usb_hcd *hcd, struct urb *urb, imx21_hc_urb_dequeue() 1313 static void process_etds(struct usb_hcd *hcd, struct imx21 *imx21, int sof) process_etds() 1410 static irqreturn_t imx21_irq(struct usb_hcd *hcd) imx21_irq() 1428 static void imx21_hc_endpoint_disable(struct usb_hcd *hcd, imx21_hc_endpoint_disable() 1473 static int get_hub_descriptor(struct usb_hcd *hcd, get_hub_descriptor() 1493 static int imx21_hc_hub_status_data(struct usb_hcd *hcd, char *buf) imx21_hc_hub_status_data() 1527 static int imx21_hc_hub_control(struct usb_hcd *hcd, imx21_hc_hub_control() 1667 static int imx21_hc_reset(struct usb_hcd *hcd) imx21_hc_reset() 1696 static int imx21_hc_start(struct usb_hcd *hcd) imx21_hc_start() 1764 static void imx21_hc_stop(struct usb_hcd *hcd) imx21_hc_stop() 1819 struct usb_hcd *hcd = platform_get_drvdata(pdev); imx21_remove() 1840 struct usb_hcd *hcd; imx21_probe()
|
H A D | ohci.h | 478 static inline struct ohci_hcd *hcd_to_ohci (struct usb_hcd *hcd) hcd_to_ohci() 482 static inline struct usb_hcd *ohci_to_hcd (const struct ohci_hcd *ohci) ohci_to_hcd() 484 return container_of ((void *) ohci, struct usb_hcd, hcd_priv); ohci_to_hcd() 731 int (*reset)(struct usb_hcd *hcd); 737 extern int ohci_setup(struct usb_hcd *hcd); 739 extern int ohci_suspend(struct usb_hcd *hcd, bool do_wakeup); 740 extern int ohci_resume(struct usb_hcd *hcd, bool hibernated); 742 extern int ohci_hub_control(struct usb_hcd *hcd, u16 typeReq, u16 wValue, 744 extern int ohci_hub_status_data(struct usb_hcd *hcd, char *buf);
|
H A D | ohci-hcd.c | 81 static void ohci_stop(struct usb_hcd *hcd); 145 struct usb_hcd *hcd, ohci_urb_enqueue() 311 static int ohci_urb_dequeue(struct usb_hcd *hcd, struct urb *urb, int status) ohci_urb_dequeue() 346 ohci_endpoint_disable (struct usb_hcd *hcd, struct usb_host_endpoint *ep) ohci_endpoint_disable() 399 static int ohci_get_frame (struct usb_hcd *hcd) ohci_get_frame() 419 ohci_shutdown (struct usb_hcd *hcd) ohci_shutdown() 444 struct usb_hcd *hcd = ohci_to_hcd(ohci); ohci_init() 529 struct usb_hcd *hcd = ohci_to_hcd(ohci); ohci_run() 689 int ohci_setup(struct usb_hcd *hcd) ohci_setup() 700 static int ohci_start(struct usb_hcd *hcd) ohci_start() 853 static irqreturn_t ohci_irq (struct usb_hcd *hcd) ohci_irq() 967 static void ohci_stop (struct usb_hcd *hcd) ohci_stop() 1067 int ohci_suspend(struct usb_hcd *hcd, bool do_wakeup) ohci_suspend() 1095 int ohci_resume(struct usb_hcd *hcd, bool hibernated) ohci_resume()
|
H A D | xhci-pci.c | 57 static int xhci_pci_setup(struct usb_hcd *hcd); 208 static int xhci_pci_setup(struct usb_hcd *hcd) xhci_pci_setup() 244 struct usb_hcd *hcd; xhci_pci_probe() 326 static void xhci_pme_quirk(struct usb_hcd *hcd, bool suspend) xhci_pme_quirk() 370 static int xhci_pci_suspend(struct usb_hcd *hcd, bool do_wakeup) xhci_pci_suspend() 388 static int xhci_pci_resume(struct usb_hcd *hcd, bool hibernated) xhci_pci_resume()
|
H A D | ehci-grlib.c | 88 struct usb_hcd *hcd; ehci_hcd_grlib_probe() 158 struct usb_hcd *hcd = platform_get_drvdata(op); ehci_hcd_grlib_remove()
|
H A D | ehci-mxc.c | 53 struct usb_hcd *hcd; ehci_mxc_drv_probe() 172 struct usb_hcd *hcd = platform_get_drvdata(pdev); ehci_mxc_drv_remove()
|
H A D | ehci-ppc-of.c | 96 struct usb_hcd *hcd; ehci_hcd_ppc_of_probe() 187 struct usb_hcd *hcd = platform_get_drvdata(op); ehci_hcd_ppc_of_remove()
|
H A D | fhci-hcd.c | 327 static int fhci_start(struct usb_hcd *hcd) fhci_start() 378 static void fhci_stop(struct usb_hcd *hcd) fhci_stop() 390 static int fhci_urb_enqueue(struct usb_hcd *hcd, struct urb *urb, fhci_urb_enqueue() 470 static int fhci_urb_dequeue(struct usb_hcd *hcd, struct urb *urb, int status) fhci_urb_dequeue() 512 static void fhci_endpoint_disable(struct usb_hcd *hcd, fhci_endpoint_disable() 533 static int fhci_get_frame_number(struct usb_hcd *hcd) fhci_get_frame_number() 570 struct usb_hcd *hcd; of_fhci_probe() 789 struct usb_hcd *hcd = dev_get_drvdata(dev); fhci_remove()
|
H A D | ohci-omap3.c | 65 struct usb_hcd *hcd = NULL; ohci_hcd_omap3_probe() 163 struct usb_hcd *hcd = dev_get_drvdata(dev); ohci_hcd_omap3_remove()
|
H A D | sl811-hcd.c | 79 struct usb_hcd *hcd = sl811_to_hcd(sl811); port_power() 619 static irqreturn_t sl811h_irq(struct usb_hcd *hcd) sl811h_irq() 790 struct usb_hcd *hcd, sl811h_urb_enqueue() 957 static int sl811h_urb_dequeue(struct usb_hcd *hcd, struct urb *urb, int status) sl811h_urb_dequeue() 1028 sl811h_endpoint_disable(struct usb_hcd *hcd, struct usb_host_endpoint *hep) sl811h_endpoint_disable() 1046 sl811h_get_frame(struct usb_hcd *hcd) sl811h_get_frame() 1062 sl811h_hub_status_data(struct usb_hcd *hcd, char *buf) sl811h_hub_status_data() 1212 struct usb_hcd *hcd, sl811h_hub_control() 1347 sl811h_bus_suspend(struct usb_hcd *hcd) sl811h_bus_suspend() 1355 sl811h_bus_resume(struct usb_hcd *hcd) sl811h_bus_resume() 1522 sl811h_stop(struct usb_hcd *hcd) sl811h_stop() 1535 sl811h_start(struct usb_hcd *hcd) sl811h_start() 1597 struct usb_hcd *hcd = platform_get_drvdata(dev); sl811h_remove() 1620 struct usb_hcd *hcd; sl811h_probe() 1759 struct usb_hcd *hcd = platform_get_drvdata(dev); sl811h_suspend() 1779 struct usb_hcd *hcd = platform_get_drvdata(dev); sl811h_resume()
|
H A D | ehci-ps3.c | 52 static int ps3_ehci_hc_reset(struct usb_hcd *hcd) ps3_ehci_hc_reset() 99 struct usb_hcd *hcd; ps3_ehci_probe() 216 struct usb_hcd *hcd = ps3_system_bus_get_drvdata(dev); ps3_ehci_remove()
|
H A D | r8a66597.h | 137 static inline struct r8a66597 *hcd_to_r8a66597(struct usb_hcd *hcd) hcd_to_r8a66597() 142 static inline struct usb_hcd *r8a66597_to_hcd(struct r8a66597 *r8a66597) r8a66597_to_hcd() 144 return container_of((void *)r8a66597, struct usb_hcd, hcd_priv); r8a66597_to_hcd()
|
H A D | sl811.h | 158 static inline struct sl811 *hcd_to_sl811(struct usb_hcd *hcd) hcd_to_sl811() 163 static inline struct usb_hcd *sl811_to_hcd(struct sl811 *sl811) sl811_to_hcd() 165 return container_of((void *) sl811, struct usb_hcd, hcd_priv); sl811_to_hcd()
|
H A D | ehci-hub.c | 51 struct usb_hcd *hcd = ehci_to_hcd(ehci); ehci_handover_companion_ports() 225 static int ehci_bus_suspend (struct usb_hcd *hcd) ehci_bus_suspend() 375 static int ehci_bus_resume (struct usb_hcd *hcd) ehci_bus_resume() 609 ehci_hub_status_data (struct usb_hcd *hcd, char *buf) ehci_hub_status_data() 732 struct usb_hcd *hcd, 750 struct usb_hcd *hcd = bus_to_hcd(udev->bus); request_single_step_set_feature_urb() 791 static int ehset_single_step_set_feature(struct usb_hcd *hcd, int port) ehset_single_step_set_feature() 862 struct usb_hcd *hcd, ehci_hub_control() 1294 static void ehci_relinquish_port(struct usb_hcd *hcd, int portnum) ehci_relinquish_port() 1303 static int ehci_port_handed_over(struct usb_hcd *hcd, int portnum) ehci_port_handed_over() 1316 struct usb_hcd *hcd = ehci_to_hcd(ehci); ehci_port_power()
|
H A D | ehci-hcd.c | 367 static void ehci_shutdown(struct usb_hcd *hcd) ehci_shutdown() 422 static void ehci_stop (struct usb_hcd *hcd) ehci_stop() 456 static int ehci_init(struct usb_hcd *hcd) ehci_init() 572 static int ehci_run (struct usb_hcd *hcd) ehci_run() 657 int ehci_setup(struct usb_hcd *hcd) ehci_setup() 689 static irqreturn_t ehci_irq (struct usb_hcd *hcd) ehci_irq() 852 struct usb_hcd *hcd, ehci_urb_enqueue() 892 static int ehci_urb_dequeue(struct usb_hcd *hcd, struct urb *urb, int status) ehci_urb_dequeue() 943 ehci_endpoint_disable (struct usb_hcd *hcd, struct usb_host_endpoint *ep) ehci_endpoint_disable() 1014 ehci_endpoint_reset(struct usb_hcd *hcd, struct usb_host_endpoint *ep) ehci_endpoint_reset() 1053 static int ehci_get_frame (struct usb_hcd *hcd) ehci_get_frame() 1063 static void ehci_remove_device(struct usb_hcd *hcd, struct usb_device *udev) ehci_remove_device() 1080 int ehci_suspend(struct usb_hcd *hcd, bool do_wakeup) ehci_suspend() 1114 int ehci_resume(struct usb_hcd *hcd, bool force_reset) ehci_resume()
|
H A D | isp116x-hcd.c | 590 static irqreturn_t isp116x_irq(struct usb_hcd *hcd) isp116x_irq() 680 static int isp116x_urb_enqueue(struct usb_hcd *hcd, isp116x_urb_enqueue() 836 static int isp116x_urb_dequeue(struct usb_hcd *hcd, struct urb *urb, isp116x_urb_dequeue() 873 static void isp116x_endpoint_disable(struct usb_hcd *hcd, isp116x_endpoint_disable() 892 static int isp116x_get_frame(struct usb_hcd *hcd) isp116x_get_frame() 907 static int isp116x_hub_status_data(struct usb_hcd *hcd, char *buf) isp116x_hub_status_data() 1002 static int isp116x_hub_control(struct usb_hcd *hcd, isp116x_hub_control() 1260 static int isp116x_reset(struct usb_hcd *hcd) isp116x_reset() 1290 static void isp116x_stop(struct usb_hcd *hcd) isp116x_stop() 1313 static int isp116x_start(struct usb_hcd *hcd) isp116x_start() 1407 static int isp116x_bus_suspend(struct usb_hcd *hcd) isp116x_bus_suspend() 1446 static int isp116x_bus_resume(struct usb_hcd *hcd) isp116x_bus_resume() 1542 struct usb_hcd *hcd = platform_get_drvdata(pdev); isp116x_remove() 1565 struct usb_hcd *hcd; isp116x_probe()
|
H A D | u132-hcd.c | 230 static inline struct u132 *hcd_to_u132(struct usb_hcd *hcd) hcd_to_u132() 235 static inline struct usb_hcd *u132_to_hcd(struct u132 *u132) u132_to_hcd() 237 return container_of((void *)u132, struct usb_hcd, hcd_priv); u132_to_hcd() 258 struct usb_hcd *hcd = u132_to_hcd(u132); u132_hcd_delete() 495 struct usb_hcd *hcd = u132_to_hcd(u132); u132_hcd_monitor_work() 516 struct usb_hcd *hcd = u132_to_hcd(u132); u132_hcd_giveback_urb() 555 struct usb_hcd *hcd = u132_to_hcd(u132); u132_hcd_abandon_urb() 1519 struct usb_hcd *hcd = u132_to_hcd(u132) u132_power() 1777 static void u132_hcd_stop(struct usb_hcd *hcd) u132_hcd_stop() 1794 static int u132_hcd_start(struct usb_hcd *hcd) u132_hcd_start() 1835 static int u132_hcd_reset(struct usb_hcd *hcd) u132_hcd_reset() 2242 static int u132_urb_enqueue(struct usb_hcd *hcd, struct urb *urb, u132_urb_enqueue() 2402 struct usb_hcd *hcd = u132_to_hcd(u132); list_for_each() 2474 struct usb_hcd *hcd = u132_to_hcd(u132); u132_endp_urb_dequeue() 2516 static int u132_urb_dequeue(struct usb_hcd *hcd, struct urb *urb, int status) u132_urb_dequeue() 2540 static void u132_endpoint_disable(struct usb_hcd *hcd, u132_endpoint_disable() 2555 static int u132_get_frame(struct usb_hcd *hcd) u132_get_frame() 2768 static int u132_hub_status_data(struct usb_hcd *hcd, char *buf) u132_hub_status_data() 2819 static int u132_hub_control(struct usb_hcd *hcd, u16 typeReq, u16 wValue, u132_hub_control() 2902 static int u132_start_port_reset(struct usb_hcd *hcd, unsigned port_num) u132_start_port_reset() 2918 static int u132_bus_suspend(struct usb_hcd *hcd) u132_bus_suspend() 2932 static int u132_bus_resume(struct usb_hcd *hcd) u132_bus_resume() 2977 struct usb_hcd *hcd = platform_get_drvdata(pdev); u132_remove() 3071 struct usb_hcd *hcd; u132_probe() 3133 struct usb_hcd *hcd = platform_get_drvdata(pdev); u132_suspend() 3163 struct usb_hcd *hcd = platform_get_drvdata(pdev); u132_resume()
|
H A D | r8a66597-hcd.c | 55 static int r8a66597_get_frame(struct usb_hcd *hcd); 1287 struct usb_hcd *hcd = r8a66597_to_hcd(r8a66597); 1615 static irqreturn_t r8a66597_irq(struct usb_hcd *hcd) r8a66597_irq() 1835 static int r8a66597_start(struct usb_hcd *hcd) r8a66597_start() 1843 static void r8a66597_stop(struct usb_hcd *hcd) r8a66597_stop() 1894 static int r8a66597_urb_enqueue(struct usb_hcd *hcd, r8a66597_urb_enqueue() 1964 static int r8a66597_urb_dequeue(struct usb_hcd *hcd, struct urb *urb, r8a66597_urb_dequeue() 1989 static void r8a66597_endpoint_disable(struct usb_hcd *hcd, r8a66597_endpoint_disable() 2022 static int r8a66597_get_frame(struct usb_hcd *hcd) r8a66597_get_frame() 2095 struct usb_hcd *hcd) r8a66597_check_detect_child() 2114 static int r8a66597_hub_status_data(struct usb_hcd *hcd, char *buf) r8a66597_hub_status_data() 2151 static int r8a66597_hub_control(struct usb_hcd *hcd, u16 typeReq, u16 wValue, r8a66597_hub_control() 2255 static int r8a66597_bus_suspend(struct usb_hcd *hcd) r8a66597_bus_suspend() 2286 static int r8a66597_bus_resume(struct usb_hcd *hcd) r8a66597_bus_resume() 2372 struct usb_hcd *hcd = r8a66597_to_hcd(r8a66597); r8a66597_resume() 2397 struct usb_hcd *hcd = r8a66597_to_hcd(r8a66597); r8a66597_remove() 2414 struct usb_hcd *hcd = NULL; r8a66597_probe()
|
H A D | fhci.h | 468 static inline struct fhci_hcd *hcd_to_fhci(struct usb_hcd *hcd) hcd_to_fhci() 473 static inline struct usb_hcd *fhci_to_hcd(struct fhci_hcd *fhci) fhci_to_hcd() 475 return container_of((void *)fhci, struct usb_hcd, hcd_priv); fhci_to_hcd() 536 int fhci_hub_status_data(struct usb_hcd *hcd, char *buf); 537 int fhci_hub_control(struct usb_hcd *hcd, u16 typeReq, u16 wValue, 566 irqreturn_t fhci_irq(struct usb_hcd *hcd);
|
H A D | ohci-hub.c | 152 struct usb_hcd *hcd = ohci_to_hcd (ohci); 300 static int ohci_bus_suspend (struct usb_hcd *hcd) ohci_bus_suspend() 318 static int ohci_bus_resume (struct usb_hcd *hcd) ohci_bus_resume() 462 int ohci_hub_status_data(struct usb_hcd *hcd, char *buf) ohci_hub_status_data() 574 static int ohci_start_port_reset (struct usb_hcd *hcd, unsigned port) ohci_start_port_reset() 671 struct usb_hcd *hcd, ohci_hub_control()
|
H A D | ehci.h | 271 static inline struct ehci_hcd *hcd_to_ehci (struct usb_hcd *hcd) hcd_to_ehci() 275 static inline struct usb_hcd *ehci_to_hcd (struct ehci_hcd *ehci) ehci_to_hcd() 277 return container_of ((void *) ehci, struct usb_hcd, hcd_priv); ehci_to_hcd() 873 int (*reset)(struct usb_hcd *hcd); 874 int (*port_power)(struct usb_hcd *hcd, 880 extern int ehci_setup(struct usb_hcd *hcd); 886 extern int ehci_suspend(struct usb_hcd *hcd, bool do_wakeup); 887 extern int ehci_resume(struct usb_hcd *hcd, bool force_reset); 892 extern int ehci_hub_control(struct usb_hcd *hcd, u16 typeReq, u16 wValue,
|
H A D | xhci-hub.c | 178 static void xhci_usb2_hub_descriptor(struct usb_hcd *hcd, struct xhci_hcd *xhci, xhci_usb2_hub_descriptor() 231 static void xhci_usb3_hub_descriptor(struct usb_hcd *hcd, struct xhci_hcd *xhci, xhci_usb3_hub_descriptor() 261 static void xhci_hub_descriptor(struct usb_hcd *hcd, struct xhci_hcd *xhci, xhci_hub_descriptor() 342 int xhci_find_slot_id_by_port(struct usb_hcd *hcd, struct xhci_hcd *xhci, xhci_find_slot_id_by_port() 439 static void xhci_disable_port(struct usb_hcd *hcd, struct xhci_hcd *xhci, xhci_disable_port() 506 static int xhci_get_ports(struct usb_hcd *hcd, __le32 __iomem ***port_array) xhci_get_ports() 688 static u32 xhci_get_port_status(struct usb_hcd *hcd, 863 int xhci_hub_control(struct usb_hcd *hcd, u16 typeReq, u16 wValue, xhci_hub_control() 1221 int xhci_hub_status_data(struct usb_hcd *hcd, char *buf) xhci_hub_status_data() 1276 int xhci_bus_suspend(struct usb_hcd *hcd) xhci_bus_suspend() 1346 int xhci_bus_resume(struct usb_hcd *hcd) xhci_bus_resume()
|
H A D | xhci.c | 281 struct usb_hcd *hcd = xhci_to_hcd(xhci); xhci_setup_msix() 338 struct usb_hcd *hcd = xhci_to_hcd(xhci); xhci_cleanup_msix() 368 static int xhci_try_enable_msi(struct usb_hcd *hcd) xhci_try_enable_msi() 424 static inline int xhci_try_enable_msi(struct usb_hcd *hcd) xhci_try_enable_msi() 442 struct usb_hcd *hcd; compliance_mode_recovery() 539 int xhci_init(struct usb_hcd *hcd) xhci_init() 598 int xhci_run(struct usb_hcd *hcd) xhci_run() 678 void xhci_stop(struct usb_hcd *hcd) xhci_stop() 735 * This will only ever be called with the main usb_hcd (the USB3 roothub). 737 void xhci_shutdown(struct usb_hcd *hcd) xhci_shutdown() 897 struct usb_hcd *hcd = xhci_to_hcd(xhci); xhci_suspend() 984 struct usb_hcd *hcd = xhci_to_hcd(xhci); xhci_resume() 985 struct usb_hcd *secondary_hcd; xhci_resume() 1198 static int xhci_check_args(struct usb_hcd *hcd, struct usb_device *udev, xhci_check_args() 1323 int xhci_urb_enqueue(struct usb_hcd *hcd, struct urb *urb, gfp_t mem_flags) xhci_urb_enqueue() 1529 int xhci_urb_dequeue(struct usb_hcd *hcd, struct urb *urb, int status) xhci_urb_dequeue() 1644 int xhci_drop_endpoint(struct usb_hcd *hcd, struct usb_device *udev, xhci_drop_endpoint() 1725 int xhci_add_endpoint(struct usb_hcd *hcd, struct usb_device *udev, xhci_add_endpoint() 2743 int xhci_check_bandwidth(struct usb_hcd *hcd, struct usb_device *udev) xhci_check_bandwidth() 2847 void xhci_reset_bandwidth(struct usb_hcd *hcd, struct usb_device *udev) xhci_reset_bandwidth() 2973 void xhci_endpoint_reset(struct usb_hcd *hcd, xhci_endpoint_reset() 3149 int xhci_alloc_streams(struct usb_hcd *hcd, struct usb_device *udev, xhci_alloc_streams() 3310 int xhci_free_streams(struct usb_hcd *hcd, struct usb_device *udev, xhci_free_streams() 3442 int xhci_discover_or_reset_device(struct usb_hcd *hcd, struct usb_device *udev) xhci_discover_or_reset_device() 3605 void xhci_free_dev(struct usb_hcd *hcd, struct usb_device *udev) xhci_free_dev() 3698 int xhci_alloc_dev(struct usb_hcd *hcd, struct usb_device *udev) xhci_alloc_dev() 3790 static int xhci_setup_device(struct usb_hcd *hcd, struct usb_device *udev, xhci_setup_device() 3967 int xhci_address_device(struct usb_hcd *hcd, struct usb_device *udev) xhci_address_device() 3972 int xhci_enable_device(struct usb_hcd *hcd, struct usb_device *udev) xhci_enable_device() 3983 int xhci_find_raw_port_number(struct usb_hcd *hcd, int port1) xhci_find_raw_port_number() 4129 int xhci_set_usb2_hardware_lpm(struct usb_hcd *hcd, xhci_set_usb2_hardware_lpm() 4253 int xhci_update_device(struct usb_hcd *hcd, struct usb_device *udev) xhci_update_device() 4551 static u16 xhci_calculate_lpm_timeout(struct usb_hcd *hcd, xhci_calculate_lpm_timeout() 4662 int xhci_enable_usb3_lpm_timeout(struct usb_hcd *hcd, xhci_enable_usb3_lpm_timeout() 4693 int xhci_disable_usb3_lpm_timeout(struct usb_hcd *hcd, xhci_disable_usb3_lpm_timeout() 4709 int xhci_set_usb2_hardware_lpm(struct usb_hcd *hcd, xhci_set_usb2_hardware_lpm() 4715 int xhci_update_device(struct usb_hcd *hcd, struct usb_device *udev) xhci_update_device() 4720 int xhci_enable_usb3_lpm_timeout(struct usb_hcd *hcd, xhci_enable_usb3_lpm_timeout() 4726 int xhci_disable_usb3_lpm_timeout(struct usb_hcd *hcd, xhci_disable_usb3_lpm_timeout() 4738 int xhci_update_hub_device(struct usb_hcd *hcd, struct usb_device *hdev, xhci_update_hub_device() 4844 int xhci_get_frame(struct usb_hcd *hcd) xhci_get_frame() 4851 int xhci_gen_setup(struct usb_hcd *hcd, xhci_get_quirks_t get_quirks) xhci_gen_setup()
|
H A D | ehci-omap.c | 105 struct usb_hcd *hcd; ehci_hcd_omap_probe() 264 struct usb_hcd *hcd = dev_get_drvdata(dev); ehci_hcd_omap_remove()
|
H A D | fhci-hub.c | 181 int fhci_hub_status_data(struct usb_hcd *hcd, char *buf) fhci_hub_status_data() 206 int fhci_hub_control(struct usb_hcd *hcd, u16 typeReq, u16 wValue, fhci_hub_control()
|
H A D | ohci-nxp.c | 166 struct usb_hcd *hcd = 0; ohci_hcd_nxp_probe() 298 struct usb_hcd *hcd = platform_get_drvdata(pdev); ohci_hcd_nxp_remove()
|
H A D | uhci-hcd.c | 438 static irqreturn_t uhci_irq(struct usb_hcd *hcd) uhci_irq() 563 static int uhci_start(struct usb_hcd *hcd) uhci_start() 707 static void uhci_stop(struct usb_hcd *hcd) uhci_stop() 723 static int uhci_rh_suspend(struct usb_hcd *hcd) uhci_rh_suspend() 750 static int uhci_rh_resume(struct usb_hcd *hcd) uhci_rh_resume() 767 static void uhci_hcd_endpoint_disable(struct usb_hcd *hcd, uhci_hcd_endpoint_disable() 792 static int uhci_hcd_get_frame_number(struct usb_hcd *hcd) uhci_hcd_get_frame_number() 807 static int uhci_count_ports(struct usb_hcd *hcd) uhci_count_ports()
|
H A D | isp1362-hcd.c | 106 static void isp1362_hc_stop(struct usb_hcd *hcd); 107 static int isp1362_hc_start(struct usb_hcd *hcd); 1005 static irqreturn_t isp1362_irq(struct usb_hcd *hcd) isp1362_irq() 1214 static int isp1362_urb_enqueue(struct usb_hcd *hcd, isp1362_urb_enqueue() 1395 static int isp1362_urb_dequeue(struct usb_hcd *hcd, struct urb *urb, int status) isp1362_urb_dequeue() 1447 static void isp1362_endpoint_disable(struct usb_hcd *hcd, struct usb_host_endpoint *hep) isp1362_endpoint_disable() 1477 static int isp1362_get_frame(struct usb_hcd *hcd) isp1362_get_frame() 1493 static int isp1362_hub_status_data(struct usb_hcd *hcd, char *buf) isp1362_hub_status_data() 1561 static int isp1362_hub_control(struct usb_hcd *hcd, u16 typeReq, u16 wValue, isp1362_hub_control() 1730 static int isp1362_bus_suspend(struct usb_hcd *hcd) isp1362_bus_suspend() 1828 static int isp1362_bus_resume(struct usb_hcd *hcd) isp1362_bus_resume() 2211 static int isp1362_mem_config(struct usb_hcd *hcd) isp1362_mem_config() 2322 static int isp1362_hc_reset(struct usb_hcd *hcd) isp1362_hc_reset() 2362 static void isp1362_hc_stop(struct usb_hcd *hcd) isp1362_hc_stop() 2487 static int isp1362_hc_start(struct usb_hcd *hcd) isp1362_hc_start() 2621 struct usb_hcd *hcd = platform_get_drvdata(pdev); isp1362_remove() 2636 struct usb_hcd *hcd; isp1362_probe() 2731 struct usb_hcd *hcd = platform_get_drvdata(pdev); isp1362_suspend() 2754 struct usb_hcd *hcd = platform_get_drvdata(pdev); isp1362_resume()
|
H A D | oxu210hp-hcd.c | 66 static inline struct usb_hcd *oxu_to_hcd(struct oxu_hcd *oxu) oxu_to_hcd() 68 return container_of((void *) oxu, struct usb_hcd, hcd_priv); oxu_to_hcd() 71 static inline struct oxu_hcd *hcd_to_oxu(struct usb_hcd *hcd) hcd_to_oxu() 244 static int oxu_hub_control(struct usb_hcd *hcd, 2440 static irqreturn_t oxu210_hcd_irq(struct usb_hcd *hcd) oxu210_hcd_irq() 2541 static irqreturn_t oxu_irq(struct usb_hcd *hcd) oxu_irq() 2593 static int oxu_hcd_init(struct usb_hcd *hcd) oxu_hcd_init() 2670 static int oxu_reset(struct usb_hcd *hcd) oxu_reset() 2701 static int oxu_run(struct usb_hcd *hcd) oxu_run() 2760 static void oxu_stop(struct usb_hcd *hcd) oxu_stop() 2795 static void oxu_shutdown(struct usb_hcd *hcd) oxu_shutdown() 2820 static int __oxu_urb_enqueue(struct usb_hcd *hcd, struct urb *urb, __oxu_urb_enqueue() 2852 static int oxu_urb_enqueue(struct usb_hcd *hcd, struct urb *urb, oxu_urb_enqueue() 2945 static int oxu_urb_dequeue(struct usb_hcd *hcd, struct urb *urb, int status) oxu_urb_dequeue() 3005 static void oxu_endpoint_disable(struct usb_hcd *hcd, oxu_endpoint_disable() 3068 static int oxu_get_frame(struct usb_hcd *hcd) oxu_get_frame() 3077 static int oxu_hub_status_data(struct usb_hcd *hcd, char *buf) oxu_hub_status_data() 3153 static int oxu_hub_control(struct usb_hcd *hcd, u16 typeReq, oxu_hub_control() 3446 static int oxu_bus_suspend(struct usb_hcd *hcd) oxu_bus_suspend() 3519 static int oxu_bus_resume(struct usb_hcd *hcd) oxu_bus_resume() 3602 static int oxu_bus_suspend(struct usb_hcd *hcd) oxu_bus_suspend() 3607 static int oxu_bus_resume(struct usb_hcd *hcd) oxu_bus_resume() 3714 static struct usb_hcd *oxu_create(struct platform_device *pdev, oxu_create() 3720 struct usb_hcd *hcd; oxu_create() 3756 struct usb_hcd *hcd; oxu_init() 3864 static void oxu_remove(struct platform_device *pdev, struct usb_hcd *hcd) oxu_remove() 3890 struct usb_hcd *hcd = dev_get_drvdata(dev); 3898 struct usb_hcd *hcd = dev_get_drvdata(dev);
|
H A D | isp116x.h | 291 static inline struct isp116x *hcd_to_isp116x(struct usb_hcd *hcd) hcd_to_isp116x() 296 static inline struct usb_hcd *isp116x_to_hcd(struct isp116x *isp116x) isp116x_to_hcd() 298 return container_of((void *)isp116x, struct usb_hcd, hcd_priv); isp116x_to_hcd()
|
H A D | uhci-hcd.h | 457 /* Convert between a usb_hcd pointer and the corresponding uhci_hcd */ hcd_to_uhci() 458 static inline struct uhci_hcd *hcd_to_uhci(struct usb_hcd *hcd) hcd_to_uhci() 462 static inline struct usb_hcd *uhci_to_hcd(struct uhci_hcd *uhci) uhci_to_hcd() 464 return container_of((void *) uhci, struct usb_hcd, hcd_priv); uhci_to_hcd()
|
H A D | uhci-hub.c | 185 static int uhci_hub_status_data(struct usb_hcd *hcd, char *buf) uhci_hub_status_data() 242 static int uhci_hub_control(struct usb_hcd *hcd, u16 typeReq, u16 wValue, uhci_hub_control()
|
H A D | fotg210.h | 189 static inline struct fotg210_hcd *hcd_to_fotg210(struct usb_hcd *hcd) hcd_to_fotg210() 193 static inline struct usb_hcd *fotg210_to_hcd(struct fotg210_hcd *fotg210) fotg210_to_hcd() 195 return container_of((void *) fotg210, struct usb_hcd, hcd_priv); fotg210_to_hcd()
|
H A D | ehci-pci.c | 100 static int ehci_pci_setup(struct usb_hcd *hcd) ehci_pci_setup() 349 static int ehci_pci_resume(struct usb_hcd *hcd, bool hibernated) ehci_pci_resume()
|
H A D | fotg210-hcd.c | 460 struct usb_hcd *hcd; fill_async_buffer() 527 struct usb_hcd *hcd; fill_periodic_buffer() 652 struct usb_hcd *hcd; fill_registers_buffer() 1418 static int fotg210_hub_status_data(struct usb_hcd *hcd, char *buf) fotg210_hub_status_data() 1485 static int fotg210_hub_control(struct usb_hcd *hcd, u16 typeReq, u16 wValue, fotg210_hub_control() 1806 static void __maybe_unused fotg210_relinquish_port(struct usb_hcd *hcd, fotg210_relinquish_port() 1812 static int __maybe_unused fotg210_port_handed_over(struct usb_hcd *hcd, fotg210_port_handed_over() 2118 static void fotg210_clear_tt_buffer_complete(struct usb_hcd *hcd, fotg210_clear_tt_buffer_complete() 3302 static int fotg210_get_frame(struct usb_hcd *hcd); 4847 static void fotg210_shutdown(struct usb_hcd *hcd) fotg210_shutdown() 4898 static void fotg210_stop(struct usb_hcd *hcd) fotg210_stop() 4937 static int hcd_fotg210_init(struct usb_hcd *hcd) hcd_fotg210_init() 5044 static int fotg210_run(struct usb_hcd *hcd) fotg210_run() 5124 static int fotg210_setup(struct usb_hcd *hcd) fotg210_setup() 5155 static irqreturn_t fotg210_irq(struct usb_hcd *hcd) fotg210_irq() 5302 static int fotg210_urb_enqueue(struct usb_hcd *hcd, struct urb *urb, fotg210_urb_enqueue() 5338 static int fotg210_urb_dequeue(struct usb_hcd *hcd, struct urb *urb, int status) fotg210_urb_dequeue() 5406 static void fotg210_endpoint_disable(struct usb_hcd *hcd, fotg210_endpoint_disable() 5479 static void fotg210_endpoint_reset(struct usb_hcd *hcd, fotg210_endpoint_reset() 5520 static int fotg210_get_frame(struct usb_hcd *hcd) fotg210_get_frame() 5606 struct usb_hcd *hcd; fotg210_hcd_probe() 5680 struct usb_hcd *hcd = dev_get_drvdata(dev); fotg210_hcd_remove()
|
H A D | fhci-sched.c | 510 struct usb_hcd *hcd = _hcd; fhci_frame_limit_timer_irq() 546 irqreturn_t fhci_irq(struct usb_hcd *hcd) fhci_irq()
|
H A D | imx21-hcd.h | 422 struct usb_hcd *hcd;
|
H A D | ehci-dbg.c | 499 struct usb_hcd *hcd; fill_async_buffer() 622 struct usb_hcd *hcd; fill_periodic_buffer() 781 struct usb_hcd *hcd; fill_registers_buffer()
|
H A D | isp1362.h | 569 static inline struct isp1362_hcd *hcd_to_isp1362_hcd(struct usb_hcd *hcd) hcd_to_isp1362_hcd() 574 static inline struct usb_hcd *isp1362_hcd_to_hcd(struct isp1362_hcd *isp1362_hcd) isp1362_hcd_to_hcd() 576 return container_of((void *)isp1362_hcd, struct usb_hcd, hcd_priv); isp1362_hcd_to_hcd()
|
H A D | oxu210hp.h | 349 struct usb_hcd *hcd[2];
|
H A D | ohci-dbg.c | 582 struct usb_hcd *hcd; fill_registers_buffer()
|
H A D | ehci-q.c | 145 static void ehci_clear_tt_buffer_complete(struct usb_hcd *hcd, ehci_clear_tt_buffer_complete() 1164 struct usb_hcd *hcd, submit_single_step_set_feature()
|
H A D | xhci-ring.c | 599 struct usb_hcd *hcd; xhci_giveback_urb_in_irq() 1431 static unsigned int find_faked_portnum_from_hw_portnum(struct usb_hcd *hcd, find_faked_portnum_from_hw_portnum() 1485 struct usb_hcd *hcd; handle_port_status() 1511 /* Figure out which usb_hcd this port is attached to: handle_port_status() 2686 irqreturn_t xhci_irq(struct usb_hcd *hcd) xhci_irq()
|
H A D | uhci-q.c | 1409 static int uhci_urb_enqueue(struct usb_hcd *hcd, uhci_urb_enqueue() 1482 static int uhci_urb_dequeue(struct usb_hcd *hcd, struct urb *urb, int status) uhci_urb_dequeue()
|
H A D | ehci-sched.c | 37 static int ehci_get_frame (struct usb_hcd *hcd);
|
H A D | xhci-mem.c | 1073 struct usb_hcd *hcd; xhci_find_real_port_number()
|
/linux-4.4.14/drivers/usb/host/whci/ |
H A D | hcd.c | 32 static int whc_reset(struct usb_hcd *usb_hcd) whc_reset() argument 44 static int whc_start(struct usb_hcd *usb_hcd) whc_start() argument 46 struct wusbhc *wusbhc = usb_hcd_to_wusbhc(usb_hcd); whc_start() 71 usb_hcd->uses_new_polling = 1; whc_start() 72 set_bit(HCD_FLAG_POLL_RH, &usb_hcd->flags); whc_start() 73 usb_hcd->state = HC_STATE_RUNNING; whc_start() 88 static void whc_stop(struct usb_hcd *usb_hcd) whc_stop() argument 90 struct wusbhc *wusbhc = usb_hcd_to_wusbhc(usb_hcd); whc_stop() 107 static int whc_get_frame_number(struct usb_hcd *usb_hcd) whc_get_frame_number() argument 117 static int whc_urb_enqueue(struct usb_hcd *usb_hcd, struct urb *urb, whc_urb_enqueue() argument 120 struct wusbhc *wusbhc = usb_hcd_to_wusbhc(usb_hcd); whc_urb_enqueue() 145 static int whc_urb_dequeue(struct usb_hcd *usb_hcd, struct urb *urb, int status) whc_urb_dequeue() argument 147 struct wusbhc *wusbhc = usb_hcd_to_wusbhc(usb_hcd); whc_urb_dequeue() 172 static void whc_endpoint_disable(struct usb_hcd *usb_hcd, whc_endpoint_disable() argument 175 struct wusbhc *wusbhc = usb_hcd_to_wusbhc(usb_hcd); whc_endpoint_disable() 190 static void whc_endpoint_reset(struct usb_hcd *usb_hcd, whc_endpoint_reset() argument 193 struct wusbhc *wusbhc = usb_hcd_to_wusbhc(usb_hcd); whc_endpoint_reset() 219 .hcd_priv_size = sizeof(struct whc) - sizeof(struct usb_hcd), 240 struct usb_hcd *usb_hcd; whc_probe() local 245 usb_hcd = usb_create_hcd(&whc_hc_driver, dev, "whci"); whc_probe() 246 if (usb_hcd == NULL) { whc_probe() 251 usb_hcd->wireless = 1; whc_probe() 252 usb_hcd->self.sg_tablesize = 2048; /* somewhat arbitrary */ whc_probe() 254 wusbhc = usb_hcd_to_wusbhc(usb_hcd); whc_probe() 291 ret = usb_add_hcd(usb_hcd, whc->umc->irq, IRQF_SHARED); whc_probe() 296 device_wakeup_enable(usb_hcd->self.controller); whc_probe() 309 usb_remove_hcd(usb_hcd); whc_probe() 316 usb_put_hcd(usb_hcd); whc_probe() 323 struct usb_hcd *usb_hcd = dev_get_drvdata(&umc->dev); whc_remove() local 324 struct wusbhc *wusbhc = usb_hcd_to_wusbhc(usb_hcd); whc_remove() 327 if (usb_hcd) { whc_remove() 330 usb_remove_hcd(usb_hcd); whc_remove() 334 usb_put_hcd(usb_hcd); whc_remove()
|
H A D | int.c | 31 irqreturn_t whc_int_handler(struct usb_hcd *hcd) whc_int_handler()
|
H A D | asl.c | 273 err = usb_hcd_link_urb_to_ep(&whc->wusbhc.usb_hcd, urb); asl_urb_enqueue() 288 usb_hcd_unlink_urb_from_ep(&whc->wusbhc.usb_hcd, urb); asl_urb_enqueue() 319 ret = usb_hcd_check_unlink_urb(&whc->wusbhc.usb_hcd, urb, status); asl_urb_dequeue()
|
H A D | pzl.c | 301 err = usb_hcd_link_urb_to_ep(&whc->wusbhc.usb_hcd, urb); pzl_urb_enqueue() 316 usb_hcd_unlink_urb_from_ep(&whc->wusbhc.usb_hcd, urb); pzl_urb_enqueue() 347 ret = usb_hcd_check_unlink_urb(&whc->wusbhc.usb_hcd, urb, status); pzl_urb_dequeue()
|
H A D | whcd.h | 167 irqreturn_t whc_int_handler(struct usb_hcd *hcd);
|
H A D | qset.c | 713 usb_hcd_unlink_urb_from_ep(&wusbhc->usb_hcd, urb); qset_remove_urb()
|
/linux-4.4.14/include/linux/usb/ |
H A D | ehci-dbgp.h | 50 struct usb_hcd; 53 extern int xen_dbgp_reset_prep(struct usb_hcd *); 54 extern int xen_dbgp_external_startup(struct usb_hcd *); 56 static inline int xen_dbgp_reset_prep(struct usb_hcd *hcd) xen_dbgp_reset_prep() 61 static inline int xen_dbgp_external_startup(struct usb_hcd *hcd) xen_dbgp_external_startup() 69 extern int dbgp_external_startup(struct usb_hcd *); 70 extern int dbgp_reset_prep(struct usb_hcd *); 72 static inline int dbgp_reset_prep(struct usb_hcd *hcd) dbgp_reset_prep() 77 static inline int dbgp_external_startup(struct usb_hcd *hcd) dbgp_external_startup()
|
H A D | hcd.h | 57 * USB Host Controller Driver (usb_hcd) framework 73 struct usb_hcd { struct 184 struct usb_hcd *shared_hcd; 185 struct usb_hcd *primary_hcd; 219 static inline struct usb_bus *hcd_to_bus(struct usb_hcd *hcd) hcd_to_bus() 224 static inline struct usb_hcd *bus_to_hcd(struct usb_bus *bus) bus_to_hcd() 226 return container_of(bus, struct usb_hcd, self); bus_to_hcd() 243 irqreturn_t (*irq) (struct usb_hcd *hcd); 258 int (*reset) (struct usb_hcd *hcd); 259 int (*start) (struct usb_hcd *hcd); 265 int (*pci_suspend)(struct usb_hcd *hcd, bool do_wakeup); 268 int (*pci_resume)(struct usb_hcd *hcd, bool hibernated); 271 void (*stop) (struct usb_hcd *hcd); 274 void (*shutdown) (struct usb_hcd *hcd); 277 int (*get_frame_number) (struct usb_hcd *hcd); 280 int (*urb_enqueue)(struct usb_hcd *hcd, 282 int (*urb_dequeue)(struct usb_hcd *hcd, 294 int (*map_urb_for_dma)(struct usb_hcd *hcd, struct urb *urb, 296 void (*unmap_urb_for_dma)(struct usb_hcd *hcd, struct urb *urb); 299 void (*endpoint_disable)(struct usb_hcd *hcd, 304 void (*endpoint_reset)(struct usb_hcd *hcd, 308 int (*hub_status_data) (struct usb_hcd *hcd, char *buf); 309 int (*hub_control) (struct usb_hcd *hcd, 312 int (*bus_suspend)(struct usb_hcd *); 313 int (*bus_resume)(struct usb_hcd *); 314 int (*start_port_reset)(struct usb_hcd *, unsigned port_num); 317 void (*relinquish_port)(struct usb_hcd *, int); 319 int (*port_handed_over)(struct usb_hcd *, int); 322 void (*clear_tt_buffer_complete)(struct usb_hcd *, 327 int (*alloc_dev)(struct usb_hcd *, struct usb_device *); 329 void (*free_dev)(struct usb_hcd *, struct usb_device *); 331 int (*alloc_streams)(struct usb_hcd *hcd, struct usb_device *udev, 337 int (*free_streams)(struct usb_hcd *hcd, struct usb_device *udev, 352 int (*add_endpoint)(struct usb_hcd *, struct usb_device *, 355 int (*drop_endpoint)(struct usb_hcd *, struct usb_device *, 362 int (*check_bandwidth)(struct usb_hcd *, struct usb_device *); 370 void (*reset_bandwidth)(struct usb_hcd *, struct usb_device *); 372 int (*address_device)(struct usb_hcd *, struct usb_device *udev); 374 int (*enable_device)(struct usb_hcd *, struct usb_device *udev); 378 int (*update_hub_device)(struct usb_hcd *, struct usb_device *hdev, 380 int (*reset_device)(struct usb_hcd *, struct usb_device *); 384 int (*update_device)(struct usb_hcd *, struct usb_device *); 385 int (*set_usb2_hw_lpm)(struct usb_hcd *, struct usb_device *, int); 388 int (*enable_usb3_lpm_timeout)(struct usb_hcd *, 393 int (*disable_usb3_lpm_timeout)(struct usb_hcd *, 395 int (*find_raw_port_number)(struct usb_hcd *, int); 397 int (*port_power)(struct usb_hcd *hcd, int portnum, bool enable); 401 static inline int hcd_giveback_urb_in_bh(struct usb_hcd *hcd) hcd_giveback_urb_in_bh() 406 static inline bool hcd_periodic_completion_in_progress(struct usb_hcd *hcd, hcd_periodic_completion_in_progress() 412 extern int usb_hcd_link_urb_to_ep(struct usb_hcd *hcd, struct urb *urb); 413 extern int usb_hcd_check_unlink_urb(struct usb_hcd *hcd, struct urb *urb, 415 extern void usb_hcd_unlink_urb_from_ep(struct usb_hcd *hcd, struct urb *urb); 419 extern void usb_hcd_giveback_urb(struct usb_hcd *hcd, struct urb *urb, 421 extern int usb_hcd_map_urb_for_dma(struct usb_hcd *hcd, struct urb *urb, 423 extern void usb_hcd_unmap_urb_setup_for_dma(struct usb_hcd *, struct urb *); 424 extern void usb_hcd_unmap_urb_for_dma(struct usb_hcd *, struct urb *); 438 extern struct usb_hcd *usb_create_hcd(const struct hc_driver *driver, 440 extern struct usb_hcd *usb_create_shared_hcd(const struct hc_driver *driver, 442 struct usb_hcd *shared_hcd); 443 extern struct usb_hcd *usb_get_hcd(struct usb_hcd *hcd); 444 extern void usb_put_hcd(struct usb_hcd *hcd); 445 extern int usb_hcd_is_primary_hcd(struct usb_hcd *hcd); 446 extern int usb_add_hcd(struct usb_hcd *hcd, 448 extern void usb_remove_hcd(struct usb_hcd *hcd); 449 extern int usb_hcd_find_raw_port_number(struct usb_hcd *hcd, int port1); 471 int hcd_buffer_create(struct usb_hcd *hcd); 472 void hcd_buffer_destroy(struct usb_hcd *hcd); 482 extern void usb_hc_died(struct usb_hcd *hcd); 483 extern void usb_hcd_poll_rh_status(struct usb_hcd *hcd); 545 struct usb_hcd *hcd; 644 extern void usb_hcd_resume_root_hub(struct usb_hcd *hcd); 646 static inline void usb_hcd_resume_root_hub(struct usb_hcd *hcd) usb_hcd_resume_root_hub()
|
H A D | ehci_pdriver.h | 23 struct usb_hcd; 60 int (*pre_setup)(struct usb_hcd *hcd);
|
/linux-4.4.14/drivers/xen/ |
H A D | dbgp.c | 9 static int xen_dbgp_op(struct usb_hcd *hcd, int op) xen_dbgp_op() 36 int xen_dbgp_reset_prep(struct usb_hcd *hcd) xen_dbgp_reset_prep() 41 int xen_dbgp_external_startup(struct usb_hcd *hcd) xen_dbgp_external_startup()
|
/linux-4.4.14/drivers/usb/wusbcore/ |
H A D | wusbhc.h | 25 * Controllers (struct wusbhc, embedding a struct usb_hcd) and is used 82 * Note this "complements" the 'struct usb_device' that the usb_hcd 167 * @usb_hcd Instantiation of a USB host controller 245 * calling usb_hcd_add(&wusbhc->usb_hcd). 248 struct usb_hcd usb_hcd; /* HAS TO BE 1st */ member in struct:wusbhc 306 #define usb_hcd_to_wusbhc(u) container_of((u), struct wusbhc, usb_hcd) 328 * Return @usb_dev's @usb_hcd (properly referenced) or NULL if gone 336 struct usb_hcd *usb_hcd_get_by_usb_dev(struct usb_device *usb_dev) usb_hcd_get_by_usb_dev() 338 struct usb_hcd *usb_hcd; usb_hcd_get_by_usb_dev() local 339 usb_hcd = container_of(usb_dev->bus, struct usb_hcd, self); usb_hcd_get_by_usb_dev() 340 return usb_get_hcd(usb_hcd); usb_hcd_get_by_usb_dev() 346 * @wusbhc's life cycle is identical to that of the underlying usb_hcd. 350 return usb_get_hcd(&wusbhc->usb_hcd) ? wusbhc : NULL; wusbhc_get() 359 * WARNING: referenced at the usb_hcd level, unlocked 366 struct usb_hcd *usb_hcd; wusbhc_get_by_usb_dev() local 373 usb_hcd = usb_hcd_get_by_usb_dev(usb_dev); wusbhc_get_by_usb_dev() 374 if (usb_hcd == NULL) wusbhc_get_by_usb_dev() 376 BUG_ON(usb_hcd->wireless == 0); wusbhc_get_by_usb_dev() 377 return wusbhc = usb_hcd_to_wusbhc(usb_hcd); wusbhc_get_by_usb_dev() 383 usb_put_hcd(&wusbhc->usb_hcd); wusbhc_put() 407 extern int wusbhc_rh_status_data(struct usb_hcd *, char *); 408 extern int wusbhc_rh_control(struct usb_hcd *, u16, u16, u16, char *, u16); 409 extern int wusbhc_rh_start_port_reset(struct usb_hcd *, unsigned);
|
H A D | rh.c | 60 * ops defined in the usb_hcd struct: 137 * @usb_hcd is refcounted, so it won't disappear under us 141 int wusbhc_rh_status_data(struct usb_hcd *usb_hcd, char *_buf) wusbhc_rh_status_data() argument 143 struct wusbhc *wusbhc = usb_hcd_to_wusbhc(usb_hcd); wusbhc_rh_status_data() 360 int wusbhc_rh_control(struct usb_hcd *usb_hcd, u16 reqntype, u16 wValue, wusbhc_rh_control() argument 364 struct wusbhc *wusbhc = usb_hcd_to_wusbhc(usb_hcd); wusbhc_rh_control() 395 "UNIMPLEMENTED\n", __func__, usb_hcd, wusbhc, reqntype, wusbhc_rh_control() 404 int wusbhc_rh_start_port_reset(struct usb_hcd *usb_hcd, unsigned port_idx) wusbhc_rh_start_port_reset() argument 406 struct wusbhc *wusbhc = usb_hcd_to_wusbhc(usb_hcd); wusbhc_rh_start_port_reset() 408 __func__, usb_hcd, wusbhc, port_idx); wusbhc_rh_start_port_reset()
|
H A D | wusbhc.c | 40 * wusbhc.usb_hcd.self->class_dev; otherwise, you loose. 45 struct usb_hcd *usb_hcd = bus_to_hcd(usb_bus); usbhc_dev_to_wusbhc() local 46 return usb_hcd_to_wusbhc(usb_hcd); usbhc_dev_to_wusbhc() 260 * - assumes *wusbhc has been zeroed and wusbhc->usb_hcd has been 307 return &wusbhc->usb_hcd.self.controller->kobj; wusbhc_kobj() 313 * Creates fields that depend on wusbhc->usb_hcd having been 317 * NOTE: Assumes wusbhc->usb_hcd has been already added by the upper 323 struct device *dev = wusbhc->usb_hcd.self.controller; wusbhc_b_create() 446 usb_hcd_giveback_urb(&wusbhc->usb_hcd, urb, status); wusbhc_giveback_urb()
|
H A D | pal.c | 41 wusbhc->pal.device = wusbhc->usb_hcd.self.controller; wusbhc_pal_register()
|
H A D | wa-nep.c | 106 if (usb_hcd->state == HC_STATE_QUIESCING) /* Going down? */ wa_notif_dispatch() 173 * instance (part of an 'struct usb_hcd').
|
H A D | wa-xfer.c | 286 usb_hcd_unlink_urb_from_ep(&(xfer->wa->wusb->usb_hcd), xfer->urb); wa_xfer_giveback() 1851 result = usb_hcd_link_urb_to_ep(&(wa->wusb->usb_hcd), urb); wa_urb_enqueue() 1896 usb_hcd_unlink_urb_from_ep(&(wa->wusb->usb_hcd), urb); wa_urb_enqueue() 1907 usb_hcd_unlink_urb_from_ep(&(wa->wusb->usb_hcd), urb); wa_urb_enqueue() 1944 result = usb_hcd_check_unlink_urb(&(wa->wusb->usb_hcd), urb, status); wa_urb_dequeue() 2491 wa->wusb->usb_hcd.driver->get_frame_number(&wa->wusb->usb_hcd); wa_process_iso_packet_status()
|
H A D | wa-hc.h | 23 * This driver implements a USB Host Controller (struct usb_hcd) for a
|
/linux-4.4.14/drivers/usb/c67x00/ |
H A D | c67x00-hcd.h | 101 static inline struct c67x00_hcd *hcd_to_c67x00_hcd(struct usb_hcd *hcd) hcd_to_c67x00_hcd() 106 static inline struct usb_hcd *c67x00_hcd_to_hcd(struct c67x00_hcd *c67x00) c67x00_hcd_to_hcd() 108 return container_of((void *)c67x00, struct usb_hcd, hcd_priv); c67x00_hcd_to_hcd() 121 int c67x00_urb_enqueue(struct usb_hcd *hcd, struct urb *urb, gfp_t mem_flags); 122 int c67x00_urb_dequeue(struct usb_hcd *hcd, struct urb *urb, int status); 123 void c67x00_endpoint_disable(struct usb_hcd *hcd,
|
H A D | c67x00-hcd.c | 61 static int c67x00_hub_status_data(struct usb_hcd *hcd, char *buf) c67x00_hub_status_data() 80 static int c67x00_hub_control(struct usb_hcd *hcd, u16 typeReq, u16 wValue, c67x00_hub_control() 253 struct usb_hcd *hcd = c67x00_hcd_to_hcd(c67x00); c67x00_hcd_irq() 280 static int c67x00_hcd_start(struct usb_hcd *hcd) c67x00_hcd_start() 292 static void c67x00_hcd_stop(struct usb_hcd *hcd) c67x00_hcd_stop() 297 static int c67x00_hcd_get_frame(struct usb_hcd *hcd) c67x00_hcd_get_frame() 346 struct usb_hcd *hcd; c67x00_hcd_probe() 408 struct usb_hcd *hcd = c67x00_hcd_to_hcd(c67x00); c67x00_hcd_remove()
|
H A D | c67x00-sched.c | 319 void c67x00_endpoint_disable(struct usb_hcd *hcd, struct usb_host_endpoint *ep) c67x00_endpoint_disable() 356 int c67x00_urb_enqueue(struct usb_hcd *hcd, c67x00_urb_enqueue() 455 int c67x00_urb_dequeue(struct usb_hcd *hcd, struct urb *urb, int status) c67x00_urb_dequeue()
|
/linux-4.4.14/drivers/usb/usbip/ |
H A D | vhci.h | 114 static inline struct vhci_hcd *hcd_to_vhci(struct usb_hcd *hcd) hcd_to_vhci() 119 static inline struct usb_hcd *vhci_to_hcd(struct vhci_hcd *vhci) vhci_to_hcd() 121 return container_of((void *) vhci, struct usb_hcd, hcd_priv); vhci_to_hcd()
|
H A D | vhci_hcd.c | 46 static int vhci_hub_status(struct usb_hcd *hcd, char *buff); 47 static int vhci_hub_control(struct usb_hcd *hcd, u16 typeReq, u16 wValue, 49 static int vhci_urb_enqueue(struct usb_hcd *hcd, struct urb *urb, 51 static int vhci_urb_dequeue(struct usb_hcd *hcd, struct urb *urb, int status); 52 static int vhci_start(struct usb_hcd *vhci_hcd); 53 static void vhci_stop(struct usb_hcd *hcd); 54 static int vhci_get_frame_number(struct usb_hcd *hcd); 179 static int vhci_hub_status(struct usb_hcd *hcd, char *buf) vhci_hub_status() 228 static int vhci_hub_control(struct usb_hcd *hcd, u16 typeReq, u16 wValue, vhci_hub_control() 458 static int vhci_urb_enqueue(struct usb_hcd *hcd, struct urb *urb, vhci_urb_enqueue() 465 usbip_dbg_vhci_hc("enter, usb_hcd %p urb %p mem_flags %d\n", vhci_urb_enqueue() 620 static int vhci_urb_dequeue(struct usb_hcd *hcd, struct urb *urb, int status) vhci_urb_dequeue() 877 static int vhci_start(struct usb_hcd *hcd) vhci_start() 885 /* initialize private data of usb_hcd */ vhci_start() 910 static void vhci_stop(struct usb_hcd *hcd) vhci_stop() 929 static int vhci_get_frame_number(struct usb_hcd *hcd) vhci_get_frame_number() 938 static int vhci_bus_suspend(struct usb_hcd *hcd) vhci_bus_suspend() 951 static int vhci_bus_resume(struct usb_hcd *hcd) vhci_bus_resume() 997 struct usb_hcd *hcd; vhci_hcd_probe() 1034 struct usb_hcd *hcd; vhci_hcd_remove() 1057 struct usb_hcd *hcd; vhci_hcd_suspend() 1088 struct usb_hcd *hcd; vhci_hcd_resume()
|
/linux-4.4.14/drivers/usb/core/ |
H A D | buffer.c | 60 int hcd_buffer_create(struct usb_hcd *hcd) hcd_buffer_create() 92 void hcd_buffer_destroy(struct usb_hcd *hcd) hcd_buffer_destroy() 118 struct usb_hcd *hcd = bus_to_hcd(bus); hcd_buffer_alloc() 142 struct usb_hcd *hcd = bus_to_hcd(bus); hcd_buffer_free()
|
H A D | hcd-pci.c | 56 typedef void (*companion_fn)(struct pci_dev *pdev, struct usb_hcd *hcd, 57 struct pci_dev *companion, struct usb_hcd *companion_hcd); 60 static void for_each_companion(struct pci_dev *pdev, struct usb_hcd *hcd, for_each_companion() 64 struct usb_hcd *companion_hcd; for_each_companion() 99 static void ehci_pre_add(struct pci_dev *pdev, struct usb_hcd *hcd, ehci_pre_add() 100 struct pci_dev *companion, struct usb_hcd *companion_hcd) ehci_pre_add() 116 static void ehci_post_add(struct pci_dev *pdev, struct usb_hcd *hcd, ehci_post_add() 117 struct pci_dev *companion, struct usb_hcd *companion_hcd) ehci_post_add() 137 static void non_ehci_add(struct pci_dev *pdev, struct usb_hcd *hcd, non_ehci_add() 138 struct pci_dev *companion, struct usb_hcd *companion_hcd) non_ehci_add() 148 static void ehci_remove(struct pci_dev *pdev, struct usb_hcd *hcd, ehci_remove() 149 struct pci_dev *companion, struct usb_hcd *companion_hcd) ehci_remove() 158 static void ehci_wait_for_companions(struct pci_dev *pdev, struct usb_hcd *hcd, ehci_wait_for_companions() 159 struct pci_dev *companion, struct usb_hcd *companion_hcd) ehci_wait_for_companions() 189 struct usb_hcd *hcd; usb_hcd_pci_probe() 332 struct usb_hcd *hcd; usb_hcd_pci_remove() 383 struct usb_hcd *hcd; usb_hcd_pci_shutdown() 425 struct usb_hcd *hcd = pci_get_drvdata(pci_dev); check_root_hub_suspended() 444 struct usb_hcd *hcd = pci_get_drvdata(pci_dev); suspend_common() 499 struct usb_hcd *hcd = pci_get_drvdata(pci_dev); resume_common() 550 struct usb_hcd *hcd = pci_get_drvdata(pci_dev); hcd_pci_suspend_noirq()
|
H A D | hcd.c | 82 * associated cleanup. "usb_hcd" still != "usb_bus". 426 rh_string(int id, struct usb_hcd const *hcd, u8 *data, unsigned len) rh_string() 465 static int rh_call_control (struct usb_hcd *hcd, struct urb *urb) rh_call_control() 727 void usb_hcd_poll_rh_status(struct usb_hcd *hcd) usb_hcd_poll_rh_status() 773 usb_hcd_poll_rh_status((struct usb_hcd *) _hcd); rh_timer_func() 778 static int rh_queue_status (struct usb_hcd *hcd, struct urb *urb) rh_queue_status() 809 static int rh_urb_enqueue (struct usb_hcd *hcd, struct urb *urb) rh_urb_enqueue() 823 static int usb_rh_urb_dequeue(struct usb_hcd *hcd, struct urb *urb, int status) usb_rh_urb_dequeue() 860 struct usb_hcd *hcd; authorized_default_show() 874 struct usb_hcd *hcd; authorized_default_store() 903 struct usb_hcd *hcd = bus_to_hcd(usb_dev->bus); interface_authorized_default_show() 919 struct usb_hcd *hcd = bus_to_hcd(usb_dev->bus); interface_authorized_default_store() 1052 static int register_root_hub(struct usb_hcd *hcd) register_root_hub() 1225 int usb_hcd_link_urb_to_ep(struct usb_hcd *hcd, struct urb *urb) usb_hcd_link_urb_to_ep() 1283 int usb_hcd_check_unlink_urb(struct usb_hcd *hcd, struct urb *urb, usb_hcd_check_unlink_urb() 1316 void usb_hcd_unlink_urb_from_ep(struct usb_hcd *hcd, struct urb *urb) usb_hcd_unlink_urb_from_ep() 1409 void usb_hcd_unmap_urb_setup_for_dma(struct usb_hcd *hcd, struct urb *urb) usb_hcd_unmap_urb_setup_for_dma() 1428 static void unmap_urb_for_dma(struct usb_hcd *hcd, struct urb *urb) unmap_urb_for_dma() 1436 void usb_hcd_unmap_urb_for_dma(struct usb_hcd *hcd, struct urb *urb) usb_hcd_unmap_urb_for_dma() 1471 static int map_urb_for_dma(struct usb_hcd *hcd, struct urb *urb, map_urb_for_dma() 1480 int usb_hcd_map_urb_for_dma(struct usb_hcd *hcd, struct urb *urb, usb_hcd_map_urb_for_dma() 1600 struct usb_hcd *hcd = bus_to_hcd(urb->dev->bus); usb_hcd_submit_urb() 1650 static int unlink1(struct usb_hcd *hcd, struct urb *urb, int status) unlink1() 1674 struct usb_hcd *hcd; usb_hcd_unlink_urb() 1707 struct usb_hcd *hcd = bus_to_hcd(urb->dev->bus); __usb_hcd_giveback_urb() 1795 void usb_hcd_giveback_urb(struct usb_hcd *hcd, struct urb *urb, int status) usb_hcd_giveback_urb() 1840 struct usb_hcd *hcd; usb_hcd_flush_endpoint() 1937 struct usb_hcd *hcd; usb_hcd_alloc_bandwidth() 2054 struct usb_hcd *hcd; usb_hcd_disable_endpoint() 2073 struct usb_hcd *hcd = bus_to_hcd(udev->bus); usb_hcd_reset_endpoint() 2107 struct usb_hcd *hcd; usb_alloc_streams() 2157 struct usb_hcd *hcd; usb_free_streams() 2198 struct usb_hcd *hcd = bus_to_hcd(udev->bus); usb_hcd_get_frame_number() 2211 struct usb_hcd *hcd = container_of(rhdev->bus, struct usb_hcd, self); hcd_bus_suspend() 2260 struct usb_hcd *hcd = container_of(rhdev->bus, struct usb_hcd, self); hcd_bus_resume() 2318 struct usb_hcd *hcd = container_of(work, struct usb_hcd, wakeup_work); hcd_resume_work() 2333 void usb_hcd_resume_root_hub (struct usb_hcd *hcd) usb_hcd_resume_root_hub() 2367 struct usb_hcd *hcd; usb_bus_start_enum() 2374 hcd = container_of (bus, struct usb_hcd, self); usb_bus_start_enum() 2403 struct usb_hcd *hcd = __hcd; usb_hcd_irq() 2429 void usb_hc_died (struct usb_hcd *hcd) usb_hc_died() 2477 * @primary_hcd: a pointer to the usb_hcd structure that is sharing the 2481 * Allocate a struct usb_hcd, with extra space at the end for the 2488 struct usb_hcd *usb_create_shared_hcd(const struct hc_driver *driver, usb_create_shared_hcd() 2490 struct usb_hcd *primary_hcd) usb_create_shared_hcd() 2492 struct usb_hcd *hcd; usb_create_shared_hcd() 2548 * Allocate a struct usb_hcd, with extra space at the end for the 2555 struct usb_hcd *usb_create_hcd(const struct hc_driver *driver, usb_create_hcd() 2564 * Don't deallocate the bandwidth_mutex until the last shared usb_hcd is 2574 struct usb_hcd *hcd = container_of (kref, struct usb_hcd, kref); hcd_release() 2580 struct usb_hcd *peer = hcd->shared_hcd; hcd_release() 2590 struct usb_hcd *usb_get_hcd (struct usb_hcd *hcd) usb_get_hcd() 2598 void usb_put_hcd (struct usb_hcd *hcd) usb_put_hcd() 2605 int usb_hcd_is_primary_hcd(struct usb_hcd *hcd) usb_hcd_is_primary_hcd() 2613 int usb_hcd_find_raw_port_number(struct usb_hcd *hcd, int port1) usb_hcd_find_raw_port_number() 2621 static int usb_hcd_request_irqs(struct usb_hcd *hcd, usb_hcd_request_irqs() 2658 static void usb_put_invalidate_rhdev(struct usb_hcd *hcd) usb_put_invalidate_rhdev() 2671 * @hcd: the usb_hcd structure to initialize 2679 int usb_add_hcd(struct usb_hcd *hcd, usb_add_hcd() 2907 * @hcd: the usb_hcd structure to remove 2913 void usb_remove_hcd(struct usb_hcd *hcd) usb_remove_hcd() 2992 struct usb_hcd *hcd = platform_get_drvdata(dev); usb_hcd_platform_shutdown()
|
H A D | usb.c | 279 struct usb_hcd *hcd; usb_release_dev() 399 struct usb_hcd *hcd = container_of(bus, struct usb_hcd, self); usb_bus_is_wusb() 423 struct usb_hcd *usb_hcd = bus_to_hcd(bus); usb_alloc_dev() local 430 if (!usb_get_hcd(usb_hcd)) { usb_alloc_dev() 435 if (usb_hcd->driver->alloc_dev && parent && usb_alloc_dev() 436 !usb_hcd->driver->alloc_dev(usb_hcd, dev)) { usb_alloc_dev() 513 dev->authorized = !!HCD_DEV_AUTHORIZED(usb_hcd); usb_alloc_dev()
|
H A D | port.c | 318 struct usb_hcd *hcd, *peer_hcd; match_location() 366 struct usb_hcd *hcd = bus_to_hcd(hdev->bus); find_and_link_peer() 367 struct usb_hcd *peer_hcd = hcd->shared_hcd; find_and_link_peer()
|
H A D | quirks.c | 265 struct usb_hcd *hcd; usb_amd_resume_quirk()
|
H A D | usb-acpi.c | 173 struct usb_hcd *hcd = bus_to_hcd(udev->bus); usb_acpi_find_companion()
|
H A D | hub.c | 1030 struct usb_hcd *hcd; hub_activate() 1356 struct usb_hcd *hcd; hub_configure() 2107 struct usb_hcd *hcd = bus_to_hcd(udev->bus); hub_free_dev() 2329 struct usb_hcd *hcd = bus_to_hcd(udev->bus); usb_enumerate_device() 2619 struct usb_hcd *hcd; hub_is_wusb() 2622 hcd = container_of(hub->hdev->bus, struct usb_hcd, self); hub_is_wusb() 2842 struct usb_hcd *hcd = bus_to_hcd(udev->bus); hub_port_reset() 2973 struct usb_hcd *hcd = bus_to_hcd(udev->bus); usb_disable_ltm() 2995 struct usb_hcd *hcd = bus_to_hcd(udev->bus); usb_enable_ltm() 3854 static void usb_enable_link_state(struct usb_hcd *hcd, struct usb_device *udev, usb_enable_link_state() 3939 static int usb_disable_link_state(struct usb_hcd *hcd, struct usb_device *udev, usb_disable_link_state() 3985 struct usb_hcd *hcd; usb_disable_lpm() 4018 struct usb_hcd *hcd = bus_to_hcd(udev->bus); usb_unlocked_disable_lpm() 4042 struct usb_hcd *hcd; usb_enable_lpm() 4070 struct usb_hcd *hcd = bus_to_hcd(udev->bus); usb_unlocked_enable_lpm() 4196 struct usb_hcd *hcd = bus_to_hcd(udev->bus); hub_set_address() 4252 struct usb_hcd *hcd = bus_to_hcd(udev->bus); hub_enable_device() 4279 struct usb_hcd *hcd = bus_to_hcd(hdev->bus); hub_port_init() 4667 struct usb_hcd *hcd = bus_to_hcd(hdev->bus); hub_port_connect() 5353 struct usb_hcd *hcd = bus_to_hcd(udev->bus); usb_reset_and_verify_device()
|
H A D | message.c | 1148 struct usb_hcd *hcd = bus_to_hcd(dev->bus); usb_disable_device() 1293 struct usb_hcd *hcd = bus_to_hcd(dev->bus); usb_set_interface() 1447 struct usb_hcd *hcd = bus_to_hcd(dev->bus); usb_reset_configuration() 1734 struct usb_hcd *hcd = bus_to_hcd(dev->bus); usb_set_configuration()
|
H A D | driver.c | 1872 struct usb_hcd *hcd = bus_to_hcd(udev->bus); usb_set_usb2_hardware_lpm()
|
/linux-4.4.14/drivers/usb/isp1760/ |
H A D | isp1760-hcd.h | 9 struct usb_hcd; 51 struct usb_hcd *hcd;
|
H A D | isp1760-hcd.c | 37 typedef void (packet_enqueue)(struct usb_hcd *hcd, struct isp1760_qh *qh, 40 static inline struct isp1760_hcd *hcd_to_priv(struct usb_hcd *hcd) hcd_to_priv() 335 static void alloc_mem(struct usb_hcd *hcd, struct isp1760_qtd *qtd) alloc_mem() 355 static void free_mem(struct usb_hcd *hcd, struct isp1760_qtd *qtd) free_mem() 378 static int handshake(struct usb_hcd *hcd, u32 reg, handshake() 397 static int ehci_reset(struct usb_hcd *hcd) ehci_reset() 436 static int priv_init(struct usb_hcd *hcd) priv_init() 464 static int isp1760_hc_setup(struct usb_hcd *hcd) isp1760_hc_setup() 670 static void isp1760_urb_done(struct usb_hcd *hcd, struct urb *urb) 720 static void start_bus_transfer(struct usb_hcd *hcd, u32 ptd_offset, int slot, start_bus_transfer() 769 static void collect_qtds(struct usb_hcd *hcd, struct isp1760_qh *qh, collect_qtds() 832 static void enqueue_qtds(struct usb_hcd *hcd, struct isp1760_qh *qh) enqueue_qtds() 911 static void schedule_ptds(struct usb_hcd *hcd) schedule_ptds() 980 static int check_int_transfer(struct usb_hcd *hcd, struct ptd *ptd, check_int_transfer() 1027 static int check_atl_transfer(struct usb_hcd *hcd, struct ptd *ptd, check_atl_transfer() 1069 static void handle_done_ptds(struct usb_hcd *hcd) handle_done_ptds() 1207 static irqreturn_t isp1760_irq(struct usb_hcd *hcd) isp1760_irq() 1266 struct usb_hcd *hcd = (struct usb_hcd *) data; errata2_function() 1293 static int isp1760_run(struct usb_hcd *hcd) isp1760_run() 1391 static void packetize_urb(struct usb_hcd *hcd, packetize_urb() 1492 static int isp1760_urb_enqueue(struct usb_hcd *hcd, struct urb *urb, isp1760_urb_enqueue() 1579 static void kill_transfer(struct usb_hcd *hcd, struct urb *urb, kill_transfer() 1610 static void dequeue_urb_from_qtd(struct usb_hcd *hcd, struct isp1760_qh *qh, dequeue_urb_from_qtd() 1641 static int isp1760_urb_dequeue(struct usb_hcd *hcd, struct urb *urb, isp1760_urb_dequeue() 1676 static void isp1760_endpoint_disable(struct usb_hcd *hcd, isp1760_endpoint_disable() 1708 static int isp1760_hub_status_data(struct usb_hcd *hcd, char *buf) isp1760_hub_status_data() 1787 static int check_reset_complete(struct usb_hcd *hcd, int index, check_reset_complete() 1811 static int isp1760_hub_control(struct usb_hcd *hcd, u16 typeReq, isp1760_hub_control() 2077 static int isp1760_get_frame(struct usb_hcd *hcd) isp1760_get_frame() 2086 static void isp1760_stop(struct usb_hcd *hcd) isp1760_stop() 2107 static void isp1760_shutdown(struct usb_hcd *hcd) isp1760_shutdown() 2120 static void isp1760_clear_tt_buffer_complete(struct usb_hcd *hcd, isp1760_clear_tt_buffer_complete() 2194 struct usb_hcd *hcd; isp1760_hcd_register()
|
/linux-4.4.14/include/linux/platform_data/ |
H A D | usb-ohci-s3c2410.h | 26 struct usb_hcd *hcd;
|
/linux-4.4.14/drivers/usb/chipidea/ |
H A D | host.c | 36 static int (*orig_bus_suspend)(struct usb_hcd *hcd); 42 static int ehci_ci_portpower(struct usb_hcd *hcd, int portnum, bool enable) ehci_ci_portpower() 80 static int ehci_ci_reset(struct usb_hcd *hcd) ehci_ci_reset() 108 struct usb_hcd *hcd; host_start() 184 struct usb_hcd *hcd = ci->hcd; host_stop() 202 static int ci_ehci_bus_suspend(struct usb_hcd *hcd) ci_ehci_bus_suspend()
|
H A D | ci.h | 192 * @hcd: pointer to usb_hcd for ehci host driver 242 struct usb_hcd *hcd;
|
/linux-4.4.14/drivers/usb/musb/ |
H A D | musb_host.h | 80 extern struct musb *hcd_to_musb(struct usb_hcd *); 99 static inline struct musb *hcd_to_musb(struct usb_hcd *hcd) hcd_to_musb() 132 struct usb_hcd; musb_host_finish_resume() 134 extern int musb_hub_status_data(struct usb_hcd *hcd, char *buf); musb_host_finish_resume() 135 extern int musb_hub_control(struct usb_hcd *hcd, musb_host_finish_resume()
|
H A D | musb_virthub.c | 254 int musb_hub_status_data(struct usb_hcd *hcd, char *buf) musb_hub_status_data() 283 struct usb_hcd *hcd, musb_hub_control()
|
H A D | musb_host.c | 97 struct musb *hcd_to_musb(struct usb_hcd *hcd) hcd_to_musb() 2192 struct usb_hcd *hcd, musb_urb_enqueue() 2438 static int musb_urb_dequeue(struct usb_hcd *hcd, struct urb *urb, int status) musb_urb_dequeue() 2498 musb_h_disable(struct usb_hcd *hcd, struct usb_host_endpoint *hep) musb_h_disable() 2550 static int musb_h_get_frame_number(struct usb_hcd *hcd) musb_h_get_frame_number() 2557 static int musb_h_start(struct usb_hcd *hcd) musb_h_start() 2569 static void musb_h_stop(struct usb_hcd *hcd) musb_h_stop() 2575 static int musb_bus_suspend(struct usb_hcd *hcd) musb_bus_suspend() 2609 static int musb_bus_resume(struct usb_hcd *hcd) musb_bus_resume() 2696 static int musb_map_urb_for_dma(struct usb_hcd *hcd, struct urb *urb, musb_map_urb_for_dma() 2722 static void musb_unmap_urb_for_dma(struct usb_hcd *hcd, struct urb *urb) musb_unmap_urb_for_dma() 2800 struct usb_hcd *hcd = musb->hcd; musb_host_setup()
|
H A D | musb_core.h | 424 struct usb_hcd *hcd; /* the usb hcd */
|
H A D | musb_core.c | 488 struct usb_hcd *hcd = musb->hcd; musb_hnp_stop() 773 struct usb_hcd *hcd = musb->hcd; musb_stage0_irq()
|
/linux-4.4.14/drivers/usb/renesas_usbhs/ |
H A D | mod_host.c | 130 container_of((void *)h, struct usb_hcd, hcd_priv) 466 static int usbhsh_connected_to_rhdev(struct usb_hcd *hcd, usbhsh_connected_to_rhdev() 503 struct usb_hcd *hcd = usbhsh_hpriv_to_hcd(hpriv); usbhsh_device_attach() 603 struct usb_hcd *hcd = usbhsh_hpriv_to_hcd(hpriv); usbhsh_device_detach() 648 struct usb_hcd *hcd = usbhsh_hpriv_to_hcd(hpriv); usbhsh_queue_done() 674 static int usbhsh_queue_push(struct usb_hcd *hcd, usbhsh_queue_push() 880 static int usbhsh_dcp_queue_push(struct usb_hcd *hcd, usbhsh_dcp_queue_push() 953 static int usbhsh_host_start(struct usb_hcd *hcd) usbhsh_host_start() 958 static void usbhsh_host_stop(struct usb_hcd *hcd) usbhsh_host_stop() 962 static int usbhsh_urb_enqueue(struct usb_hcd *hcd, usbhsh_urb_enqueue() 1045 static int usbhsh_urb_dequeue(struct usb_hcd *hcd, struct urb *urb, int status) usbhsh_urb_dequeue() 1061 static void usbhsh_endpoint_disable(struct usb_hcd *hcd, usbhsh_endpoint_disable() 1088 static int usbhsh_hub_status_data(struct usb_hcd *hcd, char *buf) usbhsh_hub_status_data() 1248 static int usbhsh_hub_control(struct usb_hcd *hcd, u16 typeReq, u16 wValue, usbhsh_hub_control() 1287 static int usbhsh_bus_nop(struct usb_hcd *hcd) usbhsh_bus_nop() 1464 struct usb_hcd *hcd = usbhsh_hpriv_to_hcd(hpriv); usbhsh_start() 1508 struct usb_hcd *hcd = usbhsh_hpriv_to_hcd(hpriv); usbhsh_stop() 1534 struct usb_hcd *hcd; usbhs_mod_host_probe() 1582 struct usb_hcd *hcd = usbhsh_hpriv_to_hcd(hpriv); usbhs_mod_host_remove()
|
/linux-4.4.14/drivers/usb/gadget/udc/ |
H A D | dummy_hcd.c | 271 static inline struct dummy_hcd *hcd_to_dummy_hcd(struct usb_hcd *hcd) hcd_to_dummy_hcd() 276 static inline struct usb_hcd *dummy_hcd_to_hcd(struct dummy_hcd *dum) dummy_hcd_to_hcd() 278 return container_of((void *) dum, struct usb_hcd, hcd_priv); dummy_hcd_to_hcd() 1209 struct usb_hcd *hcd, dummy_urb_enqueue() 1259 static int dummy_urb_dequeue(struct usb_hcd *hcd, struct urb *urb, int status) dummy_urb_dequeue() 1949 static int dummy_hub_status(struct usb_hcd *hcd, char *buf) dummy_hub_status() 2029 struct usb_hcd *hcd, dummy_hub_control() 2289 static int dummy_bus_suspend(struct usb_hcd *hcd) dummy_bus_suspend() 2303 static int dummy_bus_resume(struct usb_hcd *hcd) dummy_bus_resume() 2373 struct usb_hcd *hcd = dev_get_drvdata(dev); 2413 static int dummy_start(struct usb_hcd *hcd) 2445 static void dummy_stop(struct usb_hcd *hcd) 2456 static int dummy_h_get_frame(struct usb_hcd *hcd) 2461 static int dummy_setup(struct usb_hcd *hcd) 2487 static int dummy_alloc_streams(struct usb_hcd *hcd, struct usb_device *udev, 2534 static int dummy_free_streams(struct usb_hcd *hcd, struct usb_device *udev, 2593 struct usb_hcd *hs_hcd; 2594 struct usb_hcd *ss_hcd; 2657 struct usb_hcd *hcd; 2675 struct usb_hcd *hcd;
|
/linux-4.4.14/drivers/usb/dwc2/ |
H A D | hcd.c | 710 struct usb_hcd *hcd; dwc2_hc_setup_align_buf() 1441 struct usb_hcd *hcd = dwc2_hsotg_to_hcd(hsotg); dwc2_host_is_b_hnp_enabled() 2128 /* Gets the dwc2_hsotg from a usb_hcd */ dwc2_hcd_to_hsotg() 2129 static struct dwc2_hsotg *dwc2_hcd_to_hsotg(struct usb_hcd *hcd) dwc2_hcd_to_hsotg() 2137 static int _dwc2_hcd_start(struct usb_hcd *hcd); 2141 struct usb_hcd *hcd = dwc2_hsotg_to_hcd(hsotg); dwc2_host_start() 2149 struct usb_hcd *hcd = dwc2_hsotg_to_hcd(hsotg); dwc2_host_disconnect() 2173 static void dwc2_allocate_bus_bandwidth(struct usb_hcd *hcd, u16 bw, dwc2_allocate_bus_bandwidth() 2186 static void dwc2_free_bus_bandwidth(struct usb_hcd *hcd, u16 bw, dwc2_free_bus_bandwidth() 2321 static int _dwc2_hcd_start(struct usb_hcd *hcd) _dwc2_hcd_start() 2356 static void _dwc2_hcd_stop(struct usb_hcd *hcd) _dwc2_hcd_stop() 2379 static int _dwc2_hcd_suspend(struct usb_hcd *hcd) _dwc2_hcd_suspend() 2435 static int _dwc2_hcd_resume(struct usb_hcd *hcd) _dwc2_hcd_resume() 2504 static int _dwc2_hcd_get_frame_number(struct usb_hcd *hcd) _dwc2_hcd_get_frame_number() 2511 static void dwc2_dump_urb_info(struct usb_hcd *hcd, struct urb *urb, dwc2_dump_urb_info() 2592 static int _dwc2_hcd_urb_enqueue(struct usb_hcd *hcd, struct urb *urb, _dwc2_hcd_urb_enqueue() 2751 static int _dwc2_hcd_urb_dequeue(struct usb_hcd *hcd, struct urb *urb, _dwc2_hcd_urb_dequeue() 2797 static void _dwc2_hcd_endpoint_disable(struct usb_hcd *hcd, _dwc2_hcd_endpoint_disable() 2813 static void _dwc2_hcd_endpoint_reset(struct usb_hcd *hcd, _dwc2_hcd_endpoint_reset() 2835 static irqreturn_t _dwc2_hcd_irq(struct usb_hcd *hcd) _dwc2_hcd_irq() 2848 static int _dwc2_hcd_hub_status_data(struct usb_hcd *hcd, char *buf) _dwc2_hcd_hub_status_data() 2857 static int _dwc2_hcd_hub_control(struct usb_hcd *hcd, u16 typereq, u16 wvalue, _dwc2_hcd_hub_control() 2866 static void _dwc2_hcd_clear_tt_buffer_complete(struct usb_hcd *hcd, _dwc2_hcd_clear_tt_buffer_complete() 2912 * in the struct usb_hcd field 2986 * static parts of the usb_hcd and dwc2_hsotg structures. It also registers the 2992 struct usb_hcd *hcd; dwc2_hcd_init() 3180 struct usb_hcd *hcd; dwc2_hcd_remove()
|
H A D | hcd.h | 359 /* Gets the struct usb_hcd that contains a struct dwc2_hsotg */ dwc2_hsotg_to_hcd() 360 static inline struct usb_hcd *dwc2_hsotg_to_hcd(struct dwc2_hsotg *hsotg) dwc2_hsotg_to_hcd() 362 return (struct usb_hcd *)hsotg->priv; dwc2_hsotg_to_hcd()
|
H A D | core.h | 592 * @priv: Stores a pointer to the struct usb_hcd
|
/linux-4.4.14/drivers/usb/misc/ |
H A D | lvstest.c | 48 struct usb_hcd *hcd; create_lvs_device() 82 struct usb_hcd *hcd = bus_to_hcd(hdev->bus); destroy_lvs_device() 300 struct usb_hcd *hcd = bus_to_hcd(hdev->bus); lvs_rh_work()
|
/linux-4.4.14/drivers/usb/storage/ |
H A D | uas-detect.h | 59 struct usb_hcd *hcd = bus_to_hcd(udev->bus); uas_use_uas_driver()
|
/linux-4.4.14/drivers/staging/octeon-usb/ |
H A D | octeon-hcd.c | 455 static inline struct usb_hcd *octeon_to_hcd(struct octeon_hcd *p) octeon_to_hcd() 457 return container_of((void *)p, struct usb_hcd, hcd_priv); octeon_to_hcd() 528 static int octeon_map_urb_for_dma(struct usb_hcd *hcd, struct urb *urb, octeon_map_urb_for_dma() 549 static void octeon_unmap_urb_for_dma(struct usb_hcd *hcd, struct urb *urb) octeon_unmap_urb_for_dma() 1381 struct usb_hcd *hcd = octeon_to_hcd(priv); cvmx_usb_start_channel_control() 1998 struct usb_hcd *hcd = octeon_to_hcd(priv); octeon_usb_urb_complete_callback() 2451 struct usb_hcd *hcd = octeon_to_hcd(priv); cvmx_usb_poll_channel() 3069 static inline struct octeon_hcd *hcd_to_octeon(struct usb_hcd *hcd) hcd_to_octeon() 3074 static irqreturn_t octeon_usb_irq(struct usb_hcd *hcd) octeon_usb_irq() 3085 static int octeon_usb_start(struct usb_hcd *hcd) octeon_usb_start() 3091 static void octeon_usb_stop(struct usb_hcd *hcd) octeon_usb_stop() 3096 static int octeon_usb_get_frame_number(struct usb_hcd *hcd) octeon_usb_get_frame_number() 3103 static int octeon_usb_urb_enqueue(struct usb_hcd *hcd, octeon_usb_urb_enqueue() 3281 static int octeon_usb_urb_dequeue(struct usb_hcd *hcd, octeon_usb_urb_dequeue() 3307 static void octeon_usb_endpoint_disable(struct usb_hcd *hcd, octeon_usb_endpoint_disable() 3326 static int octeon_usb_hub_status_data(struct usb_hcd *hcd, char *buf) octeon_usb_hub_status_data() 3341 static int octeon_usb_hub_control(struct usb_hcd *hcd, u16 typeReq, u16 wValue, octeon_usb_hub_control() 3583 struct usb_hcd *hcd; octeon_usb_probe() 3724 struct usb_hcd *hcd = dev_get_drvdata(dev); octeon_usb_remove()
|
/linux-4.4.14/drivers/usb/early/ |
H A D | ehci-dbgp.c | 974 int dbgp_reset_prep(struct usb_hcd *hcd) dbgp_reset_prep() 1002 int dbgp_external_startup(struct usb_hcd *hcd) dbgp_external_startup()
|
/linux-4.4.14/drivers/usb/phy/ |
H A D | phy-mv-usb.c | 206 struct usb_hcd *hcd; mv_otg_start_host()
|
H A D | phy-msm-usb.c | 690 struct usb_hcd *hcd; msm_otg_start_host() 729 struct usb_hcd *hcd; msm_otg_set_host()
|