/Linux-v4.19/drivers/usb/host/ |
D | ehci-st.c | 50 static int st_ehci_platform_reset(struct usb_hcd *hcd) in st_ehci_platform_reset() 67 struct usb_hcd *hcd = platform_get_drvdata(dev); in st_ehci_platform_power_on() local 118 struct usb_hcd *hcd = platform_get_drvdata(dev); in st_ehci_platform_power_off() local 151 struct usb_hcd *hcd; in st_ehci_platform_probe() local 263 struct usb_hcd *hcd = platform_get_drvdata(dev); in st_ehci_platform_remove() local 288 struct usb_hcd *hcd = dev_get_drvdata(dev); in st_ehci_suspend() local 308 struct usb_hcd *hcd = dev_get_drvdata(dev); in st_ehci_resume() local
|
D | ehci-exynos.c | 45 #define to_exynos_ehci(hcd) (struct exynos_ehci_hcd *)(hcd_to_ehci(hcd)->priv) argument 91 struct usb_hcd *hcd = dev_get_drvdata(dev); in exynos_ehci_phy_enable() local 109 struct usb_hcd *hcd = dev_get_drvdata(dev); in exynos_ehci_phy_disable() local 139 struct usb_hcd *hcd; in exynos_ehci_probe() local 231 struct usb_hcd *hcd = platform_get_drvdata(pdev); in exynos_ehci_remove() local 248 struct usb_hcd *hcd = dev_get_drvdata(dev); in exynos_ehci_suspend() local 267 struct usb_hcd *hcd = dev_get_drvdata(dev); in exynos_ehci_resume() local
|
D | ohci-ps3.c | 12 static int ps3_ohci_hc_reset(struct usb_hcd *hcd) in ps3_ohci_hc_reset() 21 static int ps3_ohci_hc_start(struct usb_hcd *hcd) in ps3_ohci_hc_start() 70 struct usb_hcd *hcd; in ps3_ohci_probe() local 190 struct usb_hcd *hcd = ps3_system_bus_get_drvdata(dev); in ps3_ohci_remove() local
|
D | ohci-spear.c | 31 #define to_spear_ohci(hcd) (struct spear_ohci *)(hcd_to_ohci(hcd)->priv) argument 39 struct usb_hcd *hcd = NULL; in spear_ohci_hcd_drv_probe() local 107 struct usb_hcd *hcd = platform_get_drvdata(pdev); in spear_ohci_hcd_drv_remove() local 122 struct usb_hcd *hcd = platform_get_drvdata(pdev); in spear_ohci_hcd_drv_suspend() local 143 struct usb_hcd *hcd = platform_get_drvdata(dev); in spear_ohci_hcd_drv_resume() local
|
D | ohci-platform.c | 47 struct usb_hcd *hcd = platform_get_drvdata(dev); in ohci_platform_power_on() local 68 struct usb_hcd *hcd = platform_get_drvdata(dev); in ohci_platform_power_off() local 92 struct usb_hcd *hcd; in ohci_platform_probe() local 245 struct usb_hcd *hcd = platform_get_drvdata(dev); in ohci_platform_remove() local 275 struct usb_hcd *hcd = dev_get_drvdata(dev); in ohci_platform_suspend() local 293 struct usb_hcd *hcd = dev_get_drvdata(dev); in ohci_platform_resume() local
|
D | uhci-hcd.c | 450 static irqreturn_t uhci_irq(struct usb_hcd *hcd) in uhci_irq() 575 static int uhci_start(struct usb_hcd *hcd) in uhci_start() 710 static void uhci_stop(struct usb_hcd *hcd) in uhci_stop() 726 static int uhci_rh_suspend(struct usb_hcd *hcd) in uhci_rh_suspend() 753 static int uhci_rh_resume(struct usb_hcd *hcd) in uhci_rh_resume() 770 static void uhci_hcd_endpoint_disable(struct usb_hcd *hcd, in uhci_hcd_endpoint_disable() 795 static int uhci_hcd_get_frame_number(struct usb_hcd *hcd) in uhci_hcd_get_frame_number() 810 static int uhci_count_ports(struct usb_hcd *hcd) in uhci_count_ports()
|
D | ohci-sa1111.c | 57 static int ohci_sa1111_reset(struct usb_hcd *hcd) in ohci_sa1111_reset() 65 static int ohci_sa1111_start(struct usb_hcd *hcd) in ohci_sa1111_start() 181 struct usb_hcd *hcd; in ohci_hcd_sa1111_probe() local 241 struct usb_hcd *hcd = sa1111_get_drvdata(dev); in ohci_hcd_sa1111_remove() local 254 struct usb_hcd *hcd = sa1111_get_drvdata(dev); in ohci_hcd_sa1111_shutdown() local
|
D | imx21-hcd.c | 65 static inline struct imx21 *hcd_to_imx21(struct usb_hcd *hcd) in hcd_to_imx21() 125 static int imx21_hc_get_frame(struct usb_hcd *hcd) in imx21_hc_get_frame() 507 static void urb_done(struct usb_hcd *hcd, struct urb *urb, int status) in urb_done() 551 static void schedule_isoc_etds(struct usb_hcd *hcd, in schedule_isoc_etds() 618 static void isoc_etd_done(struct usb_hcd *hcd, int etd_num) in isoc_etd_done() 726 static int imx21_hc_urb_enqueue_isoc(struct usb_hcd *hcd, in imx21_hc_urb_enqueue_isoc() 1030 static void nonisoc_etd_done(struct usb_hcd *hcd, int etd_num) in nonisoc_etd_done() 1151 static int imx21_hc_urb_enqueue(struct usb_hcd *hcd, in imx21_hc_urb_enqueue() 1247 static int imx21_hc_urb_dequeue(struct usb_hcd *hcd, struct urb *urb, in imx21_hc_urb_dequeue() 1300 static void process_etds(struct usb_hcd *hcd, struct imx21 *imx21, int sof) in process_etds() [all …]
|
D | ohci-st.c | 47 struct usb_hcd *hcd = platform_get_drvdata(dev); in st_ohci_platform_power_on() local 98 struct usb_hcd *hcd = platform_get_drvdata(dev); in st_ohci_platform_power_off() local 131 struct usb_hcd *hcd; in st_ohci_platform_probe() local 244 struct usb_hcd *hcd = platform_get_drvdata(dev); in st_ohci_platform_remove() local 270 struct usb_hcd *hcd = dev_get_drvdata(dev); in st_ohci_suspend() local 288 struct usb_hcd *hcd = dev_get_drvdata(dev); in st_ohci_resume() local
|
D | xhci-rcar.h | 20 static inline void xhci_rcar_start(struct usb_hcd *hcd) in xhci_rcar_start() 24 static inline int xhci_rcar_init_quirk(struct usb_hcd *hcd) in xhci_rcar_init_quirk() 29 static inline int xhci_rcar_resume_quirk(struct usb_hcd *hcd) in xhci_rcar_resume_quirk()
|
D | xhci-histb.c | 35 struct usb_hcd *hcd; member 44 static inline struct xhci_hcd_histb *hcd_to_histb(struct usb_hcd *hcd) in hcd_to_histb() 178 static int xhci_histb_setup(struct usb_hcd *hcd) in xhci_histb_setup() 202 struct usb_hcd *hcd; in xhci_histb_probe() local 326 struct usb_hcd *hcd = histb->hcd; in xhci_histb_remove() local 348 struct usb_hcd *hcd = histb->hcd; in xhci_histb_suspend() local 363 struct usb_hcd *hcd = histb->hcd; in xhci_histb_resume() local
|
D | ehci-tegra.c | 56 struct usb_hcd *hcd = platform_get_drvdata(pdev); in tegra_reset_usb_controller() local 171 struct usb_hcd *hcd, in tegra_ehci_hub_control() 347 static int tegra_ehci_map_urb_for_dma(struct usb_hcd *hcd, struct urb *urb, in tegra_ehci_map_urb_for_dma() 363 static void tegra_ehci_unmap_urb_for_dma(struct usb_hcd *hcd, struct urb *urb) in tegra_ehci_unmap_urb_for_dma() 388 struct usb_hcd *hcd; in tegra_ehci_probe() local 520 struct usb_hcd *hcd = platform_get_drvdata(pdev); in tegra_ehci_remove() local 541 struct usb_hcd *hcd = platform_get_drvdata(pdev); in tegra_ehci_hcd_shutdown() local 557 static int tegra_ehci_reset(struct usb_hcd *hcd) in tegra_ehci_reset()
|
D | isp116x-hcd.c | 591 static irqreturn_t isp116x_irq(struct usb_hcd *hcd) in isp116x_irq() 681 static int isp116x_urb_enqueue(struct usb_hcd *hcd, in isp116x_urb_enqueue() 837 static int isp116x_urb_dequeue(struct usb_hcd *hcd, struct urb *urb, in isp116x_urb_dequeue() 874 static void isp116x_endpoint_disable(struct usb_hcd *hcd, in isp116x_endpoint_disable() 893 static int isp116x_get_frame(struct usb_hcd *hcd) in isp116x_get_frame() 908 static int isp116x_hub_status_data(struct usb_hcd *hcd, char *buf) in isp116x_hub_status_data() 1003 static int isp116x_hub_control(struct usb_hcd *hcd, in isp116x_hub_control() 1248 static int isp116x_reset(struct usb_hcd *hcd) in isp116x_reset() 1278 static void isp116x_stop(struct usb_hcd *hcd) in isp116x_stop() 1301 static int isp116x_start(struct usb_hcd *hcd) in isp116x_start() [all …]
|
D | xhci-rcar.c | 87 static void xhci_rcar_start_gen2(struct usb_hcd *hcd) in xhci_rcar_start_gen2() 119 void xhci_rcar_start(struct usb_hcd *hcd) in xhci_rcar_start() 133 static int xhci_rcar_download_firmware(struct usb_hcd *hcd) in xhci_rcar_download_firmware() 210 static bool xhci_rcar_wait_for_pll_active(struct usb_hcd *hcd) in xhci_rcar_wait_for_pll_active() 227 int xhci_rcar_init_quirk(struct usb_hcd *hcd) in xhci_rcar_init_quirk() 252 int xhci_rcar_resume_quirk(struct usb_hcd *hcd) in xhci_rcar_resume_quirk()
|
D | ehci-npcm7xx.c | 43 struct usb_hcd *hcd = dev_get_drvdata(dev); in ehci_npcm7xx_drv_suspend() local 51 struct usb_hcd *hcd = dev_get_drvdata(dev); in ehci_npcm7xx_drv_resume() local 63 struct usb_hcd *hcd; in npcm7xx_ehci_hcd_drv_probe() local 164 struct usb_hcd *hcd = platform_get_drvdata(pdev); in npcm7xx_ehci_hcd_drv_remove() local
|
D | xhci.c | 326 struct usb_hcd *hcd = xhci_to_hcd(xhci); in xhci_setup_msix() local 368 struct usb_hcd *hcd = xhci_to_hcd(xhci); in xhci_cleanup_msix() local 393 struct usb_hcd *hcd = xhci_to_hcd(xhci); in xhci_msix_sync_irqs() local 404 static int xhci_try_enable_msi(struct usb_hcd *hcd) in xhci_try_enable_msi() 461 static inline int xhci_try_enable_msi(struct usb_hcd *hcd) in xhci_try_enable_msi() 479 struct usb_hcd *hcd; in compliance_mode_recovery() local 576 static int xhci_init(struct usb_hcd *hcd) in xhci_init() 635 int xhci_run(struct usb_hcd *hcd) in xhci_run() 713 static void xhci_stop(struct usb_hcd *hcd) in xhci_stop() 776 static void xhci_shutdown(struct usb_hcd *hcd) in xhci_shutdown() [all …]
|
D | ehci-mv.c | 19 struct usb_hcd *hcd; member 66 static int mv_ehci_reset(struct usb_hcd *hcd) in mv_ehci_reset() 131 struct usb_hcd *hcd; in mv_ehci_probe() local 266 struct usb_hcd *hcd = ehci_mv->hcd; in mv_ehci_remove() local 299 struct usb_hcd *hcd = ehci_mv->hcd; in mv_ehci_shutdown() local
|
D | ohci-omap.c | 175 struct usb_hcd *hcd = ohci_to_hcd(ohci); in start_hnp() local 195 static int ohci_omap_reset(struct usb_hcd *hcd) in ohci_omap_reset() 307 struct usb_hcd *hcd = 0; in ohci_hcd_omap_probe() local 395 struct usb_hcd *hcd = platform_get_drvdata(pdev); in ohci_hcd_omap_remove() local 420 struct usb_hcd *hcd = platform_get_drvdata(pdev); in ohci_omap_suspend() local 439 struct usb_hcd *hcd = platform_get_drvdata(dev); in ohci_omap_resume() local
|
D | fhci-hcd.c | 321 static int fhci_start(struct usb_hcd *hcd) in fhci_start() 372 static void fhci_stop(struct usb_hcd *hcd) in fhci_stop() 384 static int fhci_urb_enqueue(struct usb_hcd *hcd, struct urb *urb, in fhci_urb_enqueue() 464 static int fhci_urb_dequeue(struct usb_hcd *hcd, struct urb *urb, int status) in fhci_urb_dequeue() 506 static void fhci_endpoint_disable(struct usb_hcd *hcd, in fhci_endpoint_disable() 527 static int fhci_get_frame_number(struct usb_hcd *hcd) in fhci_get_frame_number() 564 struct usb_hcd *hcd; in of_fhci_probe() local 783 struct usb_hcd *hcd = dev_get_drvdata(dev); in fhci_remove() local
|
D | uhci-pci.c | 114 static int uhci_pci_init(struct usb_hcd *hcd) in uhci_pci_init() 163 struct usb_hcd *hcd = pci_get_drvdata(pdev); in uhci_shutdown() local 172 static int uhci_pci_suspend(struct usb_hcd *hcd, bool do_wakeup) in uhci_pci_suspend() 211 static int uhci_pci_resume(struct usb_hcd *hcd, bool hibernated) in uhci_pci_resume()
|
D | ehci-xilinx-of.c | 36 static int ehci_xilinx_port_handed_over(struct usb_hcd *hcd, int portnum) in ehci_xilinx_port_handed_over() 119 struct usb_hcd *hcd; in ehci_hcd_xilinx_of_probe() local 202 struct usb_hcd *hcd = platform_get_drvdata(op); in ehci_hcd_xilinx_of_remove() local
|
/Linux-v4.19/drivers/usb/core/ |
D | buffer.c | 63 int hcd_buffer_create(struct usb_hcd *hcd) in hcd_buffer_create() 96 void hcd_buffer_destroy(struct usb_hcd *hcd) in hcd_buffer_destroy() 125 struct usb_hcd *hcd = bus_to_hcd(bus); in hcd_buffer_alloc() local 153 struct usb_hcd *hcd = bus_to_hcd(bus); in hcd_buffer_free() local
|
/Linux-v4.19/drivers/xen/ |
D | dbgp.c | 9 static int xen_dbgp_op(struct usb_hcd *hcd, int op) in xen_dbgp_op() 36 int xen_dbgp_reset_prep(struct usb_hcd *hcd) in xen_dbgp_reset_prep() 41 int xen_dbgp_external_startup(struct usb_hcd *hcd) in xen_dbgp_external_startup()
|
/Linux-v4.19/drivers/usb/chipidea/ |
D | host.c | 30 static int ehci_ci_portpower(struct usb_hcd *hcd, int portnum, bool enable) in ehci_ci_portpower() 68 static int ehci_ci_reset(struct usb_hcd *hcd) in ehci_ci_reset() 106 struct usb_hcd *hcd; in host_start() local 184 struct usb_hcd *hcd = ci->hcd; in host_stop() local 209 static int ci_ehci_bus_suspend(struct usb_hcd *hcd) in ci_ehci_bus_suspend()
|
/Linux-v4.19/include/linux/usb/ |
D | ehci-dbgp.h | 57 static inline int xen_dbgp_reset_prep(struct usb_hcd *hcd) in xen_dbgp_reset_prep() 62 static inline int xen_dbgp_external_startup(struct usb_hcd *hcd) in xen_dbgp_external_startup() 73 static inline int dbgp_reset_prep(struct usb_hcd *hcd) in dbgp_reset_prep() 78 static inline int dbgp_external_startup(struct usb_hcd *hcd) in dbgp_external_startup()
|