/linux-3.3/drivers/usb/core/ |
D | hcd.c | 401 rh_string(int id, struct usb_hcd const *hcd, u8 *data, unsigned len) in rh_string() 440 static int rh_call_control (struct usb_hcd *hcd, struct urb *urb) in rh_call_control() 690 void usb_hcd_poll_rh_status(struct usb_hcd *hcd) in usb_hcd_poll_rh_status() 743 static int rh_queue_status (struct usb_hcd *hcd, struct urb *urb) in rh_queue_status() 774 static int rh_urb_enqueue (struct usb_hcd *hcd, struct urb *urb) in rh_urb_enqueue() 788 static int usb_rh_urb_dequeue(struct usb_hcd *hcd, struct urb *urb, int status) in usb_rh_urb_dequeue() 976 static int register_root_hub(struct usb_hcd *hcd) in register_root_hub() 1094 int usb_hcd_link_urb_to_ep(struct usb_hcd *hcd, struct urb *urb) in usb_hcd_link_urb_to_ep() 1152 int usb_hcd_check_unlink_urb(struct usb_hcd *hcd, struct urb *urb, in usb_hcd_check_unlink_urb() 1185 void usb_hcd_unlink_urb_from_ep(struct usb_hcd *hcd, struct urb *urb) in usb_hcd_unlink_urb_from_ep() [all …]
|
D | hcd-pci.c | 56 static void companion_common(struct pci_dev *pdev, struct usb_hcd *hcd, in companion_common() 113 static void set_hs_companion(struct pci_dev *pdev, struct usb_hcd *hcd) in set_hs_companion() 121 static void clear_hs_companion(struct pci_dev *pdev, struct usb_hcd *hcd) in clear_hs_companion() 136 static void wait_for_companions(struct pci_dev *pdev, struct usb_hcd *hcd) in wait_for_companions() 174 struct usb_hcd *hcd; in usb_hcd_pci_probe() local 291 struct usb_hcd *hcd; in usb_hcd_pci_remove() local 327 struct usb_hcd *hcd; in usb_hcd_pci_shutdown() local 367 struct usb_hcd *hcd = pci_get_drvdata(pci_dev); in check_root_hub_suspended() local 386 struct usb_hcd *hcd = pci_get_drvdata(pci_dev); in suspend_common() local 441 struct usb_hcd *hcd = pci_get_drvdata(pci_dev); in resume_common() local [all …]
|
/linux-3.3/drivers/usb/host/ |
D | ohci-pci.c | 27 static int broken_suspend(struct usb_hcd *hcd) in broken_suspend() 36 static int ohci_quirk_amd756(struct usb_hcd *hcd) in ohci_quirk_amd756() 51 static int ohci_quirk_opti(struct usb_hcd *hcd) in ohci_quirk_opti() 64 static int ohci_quirk_ns(struct usb_hcd *hcd) in ohci_quirk_ns() 86 static int ohci_quirk_zfmicro(struct usb_hcd *hcd) in ohci_quirk_zfmicro() 99 static int ohci_quirk_toshiba_scc(struct usb_hcd *hcd) in ohci_quirk_toshiba_scc() 139 static int ohci_quirk_nec(struct usb_hcd *hcd) in ohci_quirk_nec() 150 static int ohci_quirk_amd700(struct usb_hcd *hcd) in ohci_quirk_amd700() 249 static int ohci_pci_reset (struct usb_hcd *hcd) in ohci_pci_reset() 273 static int __devinit ohci_pci_start (struct usb_hcd *hcd) in ohci_pci_start() [all …]
|
D | ohci-s3c2410.c | 39 static struct s3c2410_hcd_info *to_s3c2410_info(struct usb_hcd *hcd) in to_s3c2410_info() 44 static void s3c2410_start_hc(struct platform_device *dev, struct usb_hcd *hcd) in s3c2410_start_hc() 89 ohci_s3c2410_hub_status_data(struct usb_hcd *hcd, char *buf) in ohci_s3c2410_hub_status_data() 147 struct usb_hcd *hcd, in ohci_s3c2410_hub_control() 280 struct usb_hcd *hcd; in s3c2410_hcd_oc() local 322 usb_hcd_s3c2410_remove(struct usb_hcd *hcd, struct platform_device *dev) in usb_hcd_s3c2410_remove() 343 struct usb_hcd *hcd = NULL; in usb_hcd_s3c2410_probe() local 412 ohci_s3c2410_start(struct usb_hcd *hcd) in ohci_s3c2410_start() 483 struct usb_hcd *hcd = platform_get_drvdata(pdev); in ohci_hcd_s3c2410_drv_remove() local 492 struct usb_hcd *hcd = dev_get_drvdata(dev); in ohci_hcd_s3c2410_drv_suspend() local [all …]
|
D | ohci-da8xx.c | 85 static int ohci_da8xx_init(struct usb_hcd *hcd) in ohci_da8xx_init() 129 static void ohci_da8xx_stop(struct usb_hcd *hcd) in ohci_da8xx_stop() 135 static int ohci_da8xx_start(struct usb_hcd *hcd) in ohci_da8xx_start() 150 static int ohci_da8xx_hub_status_data(struct usb_hcd *hcd, char *buf) in ohci_da8xx_hub_status_data() 170 static int ohci_da8xx_hub_control(struct usb_hcd *hcd, u16 typeReq, u16 wValue, in ohci_da8xx_hub_control() 296 struct usb_hcd *hcd; in usb_hcd_da8xx_probe() local 381 usb_hcd_da8xx_remove(struct usb_hcd *hcd, struct platform_device *pdev) in usb_hcd_da8xx_remove() 401 struct usb_hcd *hcd = platform_get_drvdata(dev); in ohci_hcd_da8xx_drv_remove() local 412 struct usb_hcd *hcd = platform_get_drvdata(dev); in ohci_da8xx_suspend() local 427 struct usb_hcd *hcd = platform_get_drvdata(dev); in ohci_da8xx_resume() local
|
D | ehci-tegra.c | 46 static void tegra_ehci_power_up(struct usb_hcd *hcd) in tegra_ehci_power_up() 56 static void tegra_ehci_power_down(struct usb_hcd *hcd) in tegra_ehci_power_down() 132 struct usb_hcd *hcd, in tegra_ehci_hub_control() 253 static void tegra_ehci_restart(struct usb_hcd *hcd) in tegra_ehci_restart() 274 static int tegra_usb_suspend(struct usb_hcd *hcd) in tegra_usb_suspend() 292 static int tegra_usb_resume(struct usb_hcd *hcd) in tegra_usb_resume() 388 static void tegra_ehci_shutdown(struct usb_hcd *hcd) in tegra_ehci_shutdown() 400 static int tegra_ehci_setup(struct usb_hcd *hcd) in tegra_ehci_setup() 436 static int tegra_ehci_bus_suspend(struct usb_hcd *hcd) in tegra_ehci_bus_suspend() 450 static int tegra_ehci_bus_resume(struct usb_hcd *hcd) in tegra_ehci_bus_resume() [all …]
|
D | ehci-fsl.c | 51 struct usb_hcd *hcd; in usb_hcd_fsl_probe() local 190 static void usb_hcd_fsl_remove(struct usb_hcd *hcd, in usb_hcd_fsl_remove() 244 struct usb_hcd *hcd = ehci_to_hcd(ehci); in ehci_fsl_usb_setup() local 314 static int ehci_fsl_setup(struct usb_hcd *hcd) in ehci_fsl_setup() 367 struct usb_hcd *hcd = dev_get_drvdata(dev); in ehci_fsl_mpc512x_drv_suspend() local 436 struct usb_hcd *hcd = dev_get_drvdata(dev); in ehci_fsl_mpc512x_drv_resume() local 507 static struct ehci_fsl *hcd_to_ehci_fsl(struct usb_hcd *hcd) in hcd_to_ehci_fsl() 516 struct usb_hcd *hcd = dev_get_drvdata(dev); in ehci_fsl_drv_suspend() local 536 struct usb_hcd *hcd = dev_get_drvdata(dev); in ehci_fsl_drv_resume() local 563 struct usb_hcd *hcd = dev_get_drvdata(dev); in ehci_fsl_drv_restore() local [all …]
|
D | ohci-ep93xx.c | 47 struct usb_hcd *hcd; in usb_hcd_ep93xx_probe() local 99 static void usb_hcd_ep93xx_remove(struct usb_hcd *hcd, in usb_hcd_ep93xx_remove() 110 static int __devinit ohci_ep93xx_start(struct usb_hcd *hcd) in ohci_ep93xx_start() 164 struct usb_hcd *hcd = platform_get_drvdata(pdev); in ohci_hcd_ep93xx_drv_remove() local 174 struct usb_hcd *hcd = platform_get_drvdata(pdev); in ohci_hcd_ep93xx_drv_suspend() local 187 struct usb_hcd *hcd = platform_get_drvdata(pdev); in ohci_hcd_ep93xx_drv_resume() local
|
D | ohci-omap3.c | 38 static int ohci_omap3_init(struct usb_hcd *hcd) in ohci_omap3_init() 47 static int ohci_omap3_start(struct usb_hcd *hcd) in ohci_omap3_start() 131 struct usb_hcd *hcd = NULL; in ohci_hcd_omap3_probe() local 215 struct usb_hcd *hcd = dev_get_drvdata(dev); in ohci_hcd_omap3_remove() local 227 struct usb_hcd *hcd = dev_get_drvdata(&pdev->dev); in ohci_hcd_omap3_shutdown() local
|
D | ohci-exynos.c | 21 struct usb_hcd *hcd; member 25 static int ohci_exynos_start(struct usb_hcd *hcd) in ohci_exynos_start() 77 struct usb_hcd *hcd; in exynos_ohci_probe() local 172 struct usb_hcd *hcd = exynos_ohci->hcd; in exynos_ohci_remove() local 193 struct usb_hcd *hcd = exynos_ohci->hcd; in exynos_ohci_shutdown() local 203 struct usb_hcd *hcd = exynos_ohci->hcd; in exynos_ohci_suspend() local 238 struct usb_hcd *hcd = exynos_ohci->hcd; in exynos_ohci_resume() local
|
D | ehci-xilinx-of.c | 40 static int ehci_xilinx_of_setup(struct usb_hcd *hcd) in ehci_xilinx_of_setup() 72 static int ehci_xilinx_port_handed_over(struct usb_hcd *hcd, int portnum) in ehci_xilinx_port_handed_over() 155 struct usb_hcd *hcd; in ehci_hcd_xilinx_of_probe() local 252 struct usb_hcd *hcd = dev_get_drvdata(&op->dev); in ehci_hcd_xilinx_of_remove() local 275 struct usb_hcd *hcd = dev_get_drvdata(&op->dev); in ehci_hcd_xilinx_of_shutdown() local
|
D | ehci-msm.c | 37 static int ehci_msm_reset(struct usb_hcd *hcd) in ehci_msm_reset() 108 struct usb_hcd *hcd; in ehci_msm_probe() local 183 struct usb_hcd *hcd = platform_get_drvdata(pdev); in ehci_msm_remove() local 200 struct usb_hcd *hcd = dev_get_drvdata(dev); in ehci_msm_pm_suspend() local 223 struct usb_hcd *hcd = dev_get_drvdata(dev); in ehci_msm_pm_resume() local
|
D | ohci-au1xxx.c | 29 static int __devinit ohci_au1xxx_start(struct usb_hcd *hcd) in ohci_au1xxx_start() 93 struct usb_hcd *hcd; in ohci_hcd_au1xxx_drv_probe() local 152 struct usb_hcd *hcd = platform_get_drvdata(pdev); in ohci_hcd_au1xxx_drv_remove() local 170 struct usb_hcd *hcd = dev_get_drvdata(dev); in ohci_hcd_au1xxx_drv_suspend() local 201 struct usb_hcd *hcd = dev_get_drvdata(dev); in ohci_hcd_au1xxx_drv_resume() local
|
D | ohci-at91.c | 54 struct usb_hcd *hcd = platform_get_drvdata(pdev); in at91_start_hc() local 72 struct usb_hcd *hcd = platform_get_drvdata(pdev); in at91_stop_hc() local 109 struct usb_hcd *hcd = NULL; in usb_hcd_at91_probe() local 200 static void usb_hcd_at91_remove(struct usb_hcd *hcd, in usb_hcd_at91_remove() 220 ohci_at91_start (struct usb_hcd *hcd) in ohci_at91_start() 266 static int ohci_at91_hub_status_data(struct usb_hcd *hcd, char *buf) in ohci_at91_hub_status_data() 286 static int ohci_at91_hub_control(struct usb_hcd *hcd, u16 typeReq, u16 wValue, in ohci_at91_hub_control() 546 struct usb_hcd *hcd = platform_get_drvdata(pdev); in ohci_hcd_at91_drv_suspend() local 571 struct usb_hcd *hcd = platform_get_drvdata(pdev); in ohci_hcd_at91_drv_resume() local
|
D | ehci-au1xxx.c | 20 static int au1xxx_ehci_setup(struct usb_hcd *hcd) in au1xxx_ehci_setup() 80 struct usb_hcd *hcd; in ehci_hcd_au1xxx_drv_probe() local 145 struct usb_hcd *hcd = platform_get_drvdata(pdev); in ehci_hcd_au1xxx_drv_remove() local 160 struct usb_hcd *hcd = dev_get_drvdata(dev); in ehci_hcd_au1xxx_drv_suspend() local 190 struct usb_hcd *hcd = dev_get_drvdata(dev); in ehci_hcd_au1xxx_drv_resume() local
|
D | ehci-sh.c | 17 struct usb_hcd *hcd; member 20 static int ehci_sh_reset(struct usb_hcd *hcd) in ehci_sh_reset() 103 struct usb_hcd *hcd; in ehci_hcd_sh_probe() local 205 struct usb_hcd *hcd = priv->hcd; in ehci_hcd_sh_remove() local 227 struct usb_hcd *hcd = priv->hcd; in ehci_hcd_sh_shutdown() local
|
D | ohci-spear.c | 23 #define to_spear_ohci(hcd) (struct spear_ohci *)hcd_to_ohci(hcd) argument 35 static int __devinit ohci_spear_start(struct usb_hcd *hcd) in ohci_spear_start() 96 struct usb_hcd *hcd = NULL; in spear_ohci_hcd_drv_probe() local 176 struct usb_hcd *hcd = platform_get_drvdata(pdev); in spear_ohci_hcd_drv_remove() local 197 struct usb_hcd *hcd = platform_get_drvdata(dev); in spear_ohci_hcd_drv_suspend() local 211 struct usb_hcd *hcd = platform_get_drvdata(dev); in spear_ohci_hcd_drv_resume() local
|
D | ehci-s5p.c | 22 struct usb_hcd *hcd; member 61 struct usb_hcd *hcd; in s5p_ehci_probe() local 166 struct usb_hcd *hcd = s5p_ehci->hcd; in s5p_ehci_remove() local 187 struct usb_hcd *hcd = s5p_ehci->hcd; in s5p_ehci_shutdown() local 197 struct usb_hcd *hcd = s5p_ehci->hcd; in s5p_ehci_suspend() local 229 struct usb_hcd *hcd = s5p_ehci->hcd; in s5p_ehci_resume() local
|
D | ohci-ssb.c | 30 struct ssb_ohci_device *hcd_to_ssb_ohci(struct usb_hcd *hcd) in hcd_to_ssb_ohci() 36 static int ssb_ohci_reset(struct usb_hcd *hcd) in ssb_ohci_reset() 48 static int ssb_ohci_start(struct usb_hcd *hcd) in ssb_ohci_start() 94 struct usb_hcd *hcd = ssb_get_drvdata(dev); in ssb_ohci_detach() local 108 struct usb_hcd *hcd; in ssb_ohci_attach() local 231 struct usb_hcd *hcd = ssb_get_drvdata(dev); in ssb_ohci_resume() local
|
D | ohci-sm501.c | 21 static int ohci_sm501_init(struct usb_hcd *hcd) in ohci_sm501_init() 26 static int ohci_sm501_start(struct usb_hcd *hcd) in ohci_sm501_start() 93 struct usb_hcd *hcd = NULL; in ohci_hcd_sm501_drv_probe() local 194 struct usb_hcd *hcd = platform_get_drvdata(pdev); in ohci_hcd_sm501_drv_remove() local 233 struct usb_hcd *hcd = platform_get_drvdata(pdev); in ohci_sm501_resume() local
|
D | ohci-tmio.c | 73 #define hcd_to_tmio(hcd) ((struct tmio_hcd *)(hcd_to_ohci(hcd) + 1)) argument 79 struct usb_hcd *hcd = platform_get_drvdata(dev); in tmio_write_pm() local 95 struct usb_hcd *hcd = platform_get_drvdata(dev); in tmio_stop_hc() local 120 struct usb_hcd *hcd = platform_get_drvdata(dev); in tmio_start_hc() local 134 static int ohci_tmio_start(struct usb_hcd *hcd) in ohci_tmio_start() 195 struct usb_hcd *hcd; in ohci_hcd_tmio_drv_probe() local 275 struct usb_hcd *hcd = platform_get_drvdata(dev); in ohci_hcd_tmio_drv_remove() local 297 struct usb_hcd *hcd = platform_get_drvdata(dev); in ohci_hcd_tmio_drv_suspend() local 327 struct usb_hcd *hcd = platform_get_drvdata(dev); in ohci_hcd_tmio_drv_resume() local
|
D | uhci-grlib.c | 24 static int uhci_grlib_init(struct usb_hcd *hcd) in uhci_grlib_init() 91 struct usb_hcd *hcd; in uhci_hcd_grlib_probe() local 160 struct usb_hcd *hcd = dev_get_drvdata(&op->dev); in uhci_hcd_grlib_remove() local 186 struct usb_hcd *hcd = dev_get_drvdata(&op->dev); in uhci_hcd_grlib_shutdown() local
|
D | ehci-mxc.c | 36 struct usb_hcd *hcd; member 40 static int ehci_mxc_setup(struct usb_hcd *hcd) in ehci_mxc_setup() 118 struct usb_hcd *hcd; in ehci_mxc_drv_probe() local 294 struct usb_hcd *hcd = priv->hcd; in ehci_mxc_drv_remove() local 327 struct usb_hcd *hcd = priv->hcd; in ehci_mxc_drv_shutdown() local
|
/linux-3.3/drivers/usb/c67x00/ |
D | c67x00-hcd.c | 61 static int c67x00_hub_status_data(struct usb_hcd *hcd, char *buf) in c67x00_hub_status_data() 80 static int c67x00_hub_control(struct usb_hcd *hcd, u16 typeReq, u16 wValue, in c67x00_hub_control() 253 struct usb_hcd *hcd = c67x00_hcd_to_hcd(c67x00); in c67x00_hcd_irq() local 280 static int c67x00_hcd_start(struct usb_hcd *hcd) in c67x00_hcd_start() 292 static void c67x00_hcd_stop(struct usb_hcd *hcd) in c67x00_hcd_stop() 297 static int c67x00_hcd_get_frame(struct usb_hcd *hcd) in c67x00_hcd_get_frame() 346 struct usb_hcd *hcd; in c67x00_hcd_probe() local 406 struct usb_hcd *hcd = c67x00_hcd_to_hcd(c67x00); in c67x00_hcd_remove() local
|
/linux-3.3/drivers/staging/usbip/ |
D | vhci_hcd.c | 201 static int vhci_hub_status(struct usb_hcd *hcd, char *buf) in vhci_hub_status() 261 static int vhci_hub_control(struct usb_hcd *hcd, u16 typeReq, u16 wValue, in vhci_hub_control() 545 static int vhci_urb_enqueue(struct usb_hcd *hcd, struct urb *urb, in vhci_urb_enqueue() 708 static int vhci_urb_dequeue(struct usb_hcd *hcd, struct urb *urb, int status) in vhci_urb_dequeue() 956 static int vhci_start(struct usb_hcd *hcd) in vhci_start() 989 static void vhci_stop(struct usb_hcd *hcd) in vhci_stop() 1008 static int vhci_get_frame_number(struct usb_hcd *hcd) in vhci_get_frame_number() 1017 static int vhci_bus_suspend(struct usb_hcd *hcd) in vhci_bus_suspend() 1032 static int vhci_bus_resume(struct usb_hcd *hcd) in vhci_bus_resume() 1083 struct usb_hcd *hcd; in vhci_hcd_probe() local [all …]
|