/linux-4.4.14/drivers/usb/core/ |
D | hcd.c | 426 rh_string(int id, struct usb_hcd const *hcd, u8 *data, unsigned len) in rh_string() 465 static int rh_call_control (struct usb_hcd *hcd, struct urb *urb) in rh_call_control() 727 void usb_hcd_poll_rh_status(struct usb_hcd *hcd) in usb_hcd_poll_rh_status() 778 static int rh_queue_status (struct usb_hcd *hcd, struct urb *urb) in rh_queue_status() 809 static int rh_urb_enqueue (struct usb_hcd *hcd, struct urb *urb) in rh_urb_enqueue() 823 static int usb_rh_urb_dequeue(struct usb_hcd *hcd, struct urb *urb, int status) in usb_rh_urb_dequeue() 860 struct usb_hcd *hcd; in authorized_default_show() local 874 struct usb_hcd *hcd; in authorized_default_store() local 903 struct usb_hcd *hcd = bus_to_hcd(usb_dev->bus); in interface_authorized_default_show() local 919 struct usb_hcd *hcd = bus_to_hcd(usb_dev->bus); in interface_authorized_default_store() local [all …]
|
D | hcd-pci.c | 60 static void for_each_companion(struct pci_dev *pdev, struct usb_hcd *hcd, in for_each_companion() 99 static void ehci_pre_add(struct pci_dev *pdev, struct usb_hcd *hcd, in ehci_pre_add() 116 static void ehci_post_add(struct pci_dev *pdev, struct usb_hcd *hcd, in ehci_post_add() 137 static void non_ehci_add(struct pci_dev *pdev, struct usb_hcd *hcd, in non_ehci_add() 148 static void ehci_remove(struct pci_dev *pdev, struct usb_hcd *hcd, in ehci_remove() 158 static void ehci_wait_for_companions(struct pci_dev *pdev, struct usb_hcd *hcd, in ehci_wait_for_companions() 189 struct usb_hcd *hcd; in usb_hcd_pci_probe() local 332 struct usb_hcd *hcd; in usb_hcd_pci_remove() local 383 struct usb_hcd *hcd; in usb_hcd_pci_shutdown() local 425 struct usb_hcd *hcd = pci_get_drvdata(pci_dev); in check_root_hub_suspended() local [all …]
|
D | buffer.c | 60 int hcd_buffer_create(struct usb_hcd *hcd) in hcd_buffer_create() 92 void hcd_buffer_destroy(struct usb_hcd *hcd) in hcd_buffer_destroy() 118 struct usb_hcd *hcd = bus_to_hcd(bus); in hcd_buffer_alloc() local 142 struct usb_hcd *hcd = bus_to_hcd(bus); in hcd_buffer_free() local
|
D | hub.c | 1030 struct usb_hcd *hcd; in hub_activate() local 1356 struct usb_hcd *hcd; in hub_configure() local 2107 struct usb_hcd *hcd = bus_to_hcd(udev->bus); in hub_free_dev() local 2329 struct usb_hcd *hcd = bus_to_hcd(udev->bus); in usb_enumerate_device() local 2619 struct usb_hcd *hcd; in hub_is_wusb() local 2842 struct usb_hcd *hcd = bus_to_hcd(udev->bus); in hub_port_reset() local 2973 struct usb_hcd *hcd = bus_to_hcd(udev->bus); in usb_disable_ltm() local 2995 struct usb_hcd *hcd = bus_to_hcd(udev->bus); in usb_enable_ltm() local 3854 static void usb_enable_link_state(struct usb_hcd *hcd, struct usb_device *udev, in usb_enable_link_state() 3939 static int usb_disable_link_state(struct usb_hcd *hcd, struct usb_device *udev, in usb_disable_link_state() [all …]
|
D | port.c | 318 struct usb_hcd *hcd, *peer_hcd; in match_location() local 366 struct usb_hcd *hcd = bus_to_hcd(hdev->bus); in find_and_link_peer() local
|
D | quirks.c | 265 struct usb_hcd *hcd; in usb_amd_resume_quirk() local
|
D | message.c | 1148 struct usb_hcd *hcd = bus_to_hcd(dev->bus); in usb_disable_device() local 1293 struct usb_hcd *hcd = bus_to_hcd(dev->bus); in usb_set_interface() local 1447 struct usb_hcd *hcd = bus_to_hcd(dev->bus); in usb_reset_configuration() local 1734 struct usb_hcd *hcd = bus_to_hcd(dev->bus); in usb_set_configuration() local
|
D | usb-acpi.c | 173 struct usb_hcd *hcd = bus_to_hcd(udev->bus); in usb_acpi_find_companion() local
|
D | usb.c | 279 struct usb_hcd *hcd; in usb_release_dev() local 399 struct usb_hcd *hcd = container_of(bus, struct usb_hcd, self); in usb_bus_is_wusb() local
|
D | driver.c | 1872 struct usb_hcd *hcd = bus_to_hcd(udev->bus); in usb_set_usb2_hardware_lpm() local
|
/linux-4.4.14/drivers/usb/host/ |
D | ohci-pci.c | 34 static int broken_suspend(struct usb_hcd *hcd) in broken_suspend() 43 static int ohci_quirk_amd756(struct usb_hcd *hcd) in ohci_quirk_amd756() 58 static int ohci_quirk_opti(struct usb_hcd *hcd) in ohci_quirk_opti() 71 static int ohci_quirk_ns(struct usb_hcd *hcd) in ohci_quirk_ns() 93 static int ohci_quirk_zfmicro(struct usb_hcd *hcd) in ohci_quirk_zfmicro() 106 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() 225 static int ohci_pci_reset (struct usb_hcd *hcd) in ohci_pci_reset()
|
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 359 usb_hcd_da8xx_remove(struct usb_hcd *hcd, struct platform_device *pdev) in usb_hcd_da8xx_remove() 375 struct usb_hcd *hcd = platform_get_drvdata(dev); in ohci_hcd_da8xx_drv_remove() local 386 struct usb_hcd *hcd = platform_get_drvdata(pdev); in ohci_da8xx_suspend() local 408 struct usb_hcd *hcd = platform_get_drvdata(dev); in ohci_da8xx_resume() local
|
D | ehci-fsl.c | 61 struct usb_hcd *hcd; in fsl_ehci_drv_probe() local 183 static int ehci_fsl_setup_phy(struct usb_hcd *hcd, in ehci_fsl_setup_phy() 262 struct usb_hcd *hcd = ehci_to_hcd(ehci); in ehci_fsl_usb_setup() local 334 static int ehci_fsl_setup(struct usb_hcd *hcd) in ehci_fsl_setup() 392 struct usb_hcd *hcd = dev_get_drvdata(dev); in ehci_fsl_mpc512x_drv_suspend() local 461 struct usb_hcd *hcd = dev_get_drvdata(dev); in ehci_fsl_mpc512x_drv_resume() local 534 static struct ehci_fsl *hcd_to_ehci_fsl(struct usb_hcd *hcd) in hcd_to_ehci_fsl() 543 struct usb_hcd *hcd = dev_get_drvdata(dev); in ehci_fsl_drv_suspend() local 563 struct usb_hcd *hcd = dev_get_drvdata(dev); in ehci_fsl_drv_resume() local 590 struct usb_hcd *hcd = dev_get_drvdata(dev); in ehci_fsl_drv_restore() local [all …]
|
D | ohci-s3c2410.c | 52 static struct s3c2410_hcd_info *to_s3c2410_info(struct usb_hcd *hcd) in to_s3c2410_info() 57 static void s3c2410_start_hc(struct platform_device *dev, struct usb_hcd *hcd) in s3c2410_start_hc() 102 ohci_s3c2410_hub_status_data(struct usb_hcd *hcd, char *buf) in ohci_s3c2410_hub_status_data() 160 struct usb_hcd *hcd, in ohci_s3c2410_hub_control() 293 struct usb_hcd *hcd; in s3c2410_hcd_oc() local 335 usb_hcd_s3c2410_remove(struct usb_hcd *hcd, struct platform_device *dev) in usb_hcd_s3c2410_remove() 354 struct usb_hcd *hcd = NULL; in usb_hcd_s3c2410_probe() local 416 struct usb_hcd *hcd = platform_get_drvdata(pdev); in ohci_hcd_s3c2410_drv_remove() local 425 struct usb_hcd *hcd = dev_get_drvdata(dev); in ohci_hcd_s3c2410_drv_suspend() local 441 struct usb_hcd *hcd = dev_get_drvdata(dev); in ohci_hcd_s3c2410_drv_resume() local
|
D | max3421-hcd.c | 337 hcd_to_max3421(struct usb_hcd *hcd) in hcd_to_max3421() 349 spi_rd8(struct usb_hcd *hcd, unsigned int reg) in spi_rd8() 375 spi_wr8(struct usb_hcd *hcd, unsigned int reg, u8 val) in spi_wr8() 399 spi_rd_buf(struct usb_hcd *hcd, unsigned int reg, void *buf, size_t len) in spi_rd_buf() 425 spi_wr_buf(struct usb_hcd *hcd, unsigned int reg, void *buf, size_t len) in spi_wr_buf() 465 max3421_set_speed(struct usb_hcd *hcd, struct usb_device *dev) in max3421_set_speed() 491 max3421_set_address(struct usb_hcd *hcd, struct usb_device *dev, int epnum, in max3421_set_address() 536 max3421_ctrl_setup(struct usb_hcd *hcd, struct urb *urb) in max3421_ctrl_setup() 543 max3421_transfer_in(struct usb_hcd *hcd, struct urb *urb) in max3421_transfer_in() 554 max3421_transfer_out(struct usb_hcd *hcd, struct urb *urb, int fast_retransmit) in max3421_transfer_out() [all …]
|
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 195 struct usb_hcd *hcd = platform_get_drvdata(pdev); in ohci_hcd_sm501_drv_remove() local 220 struct usb_hcd *hcd = platform_get_drvdata(pdev); in ohci_sm501_suspend() local 240 struct usb_hcd *hcd = platform_get_drvdata(pdev); in ohci_sm501_resume() local
|
D | ehci-sead3.c | 25 static int ehci_sead3_setup(struct usb_hcd *hcd) in ehci_sead3_setup() 97 struct usb_hcd *hcd; in ehci_hcd_sead3_drv_probe() local 139 struct usb_hcd *hcd = platform_get_drvdata(pdev); in ehci_hcd_sead3_drv_remove() local 150 struct usb_hcd *hcd = dev_get_drvdata(dev); in ehci_hcd_sead3_drv_suspend() local 158 struct usb_hcd *hcd = dev_get_drvdata(dev); in ehci_hcd_sead3_drv_resume() local
|
D | ohci-exynos.c | 32 #define to_exynos_ohci(hcd) (struct exynos_ohci_hcd *)(hcd_to_ohci(hcd)->priv) argument 83 struct usb_hcd *hcd = dev_get_drvdata(dev); in exynos_ohci_phy_enable() local 101 struct usb_hcd *hcd = dev_get_drvdata(dev); in exynos_ohci_phy_disable() local 113 struct usb_hcd *hcd; in exynos_ohci_probe() local 200 struct usb_hcd *hcd = platform_get_drvdata(pdev); in exynos_ohci_remove() local 216 struct usb_hcd *hcd = platform_get_drvdata(pdev); in exynos_ohci_shutdown() local 225 struct usb_hcd *hcd = dev_get_drvdata(dev); in exynos_ohci_suspend() local 242 struct usb_hcd *hcd = dev_get_drvdata(dev); in exynos_ohci_resume() local
|
D | ehci-hcd.c | 367 static void ehci_shutdown(struct usb_hcd *hcd) in ehci_shutdown() 422 static void ehci_stop (struct usb_hcd *hcd) in ehci_stop() 456 static int ehci_init(struct usb_hcd *hcd) in ehci_init() 572 static int ehci_run (struct usb_hcd *hcd) in ehci_run() 657 int ehci_setup(struct usb_hcd *hcd) in ehci_setup() 689 static irqreturn_t ehci_irq (struct usb_hcd *hcd) in ehci_irq() 852 struct usb_hcd *hcd, in ehci_urb_enqueue() 892 static int ehci_urb_dequeue(struct usb_hcd *hcd, struct urb *urb, int status) in ehci_urb_dequeue() 943 ehci_endpoint_disable (struct usb_hcd *hcd, struct usb_host_endpoint *ep) in ehci_endpoint_disable() 1014 ehci_endpoint_reset(struct usb_hcd *hcd, struct usb_host_endpoint *ep) in ehci_endpoint_reset() [all …]
|
D | ehci-sh.c | 18 struct usb_hcd *hcd; member 21 static int ehci_sh_reset(struct usb_hcd *hcd) in ehci_sh_reset() 83 struct usb_hcd *hcd; in ehci_hcd_sh_probe() local 166 struct usb_hcd *hcd = priv->hcd; in ehci_hcd_sh_remove() local 180 struct usb_hcd *hcd = priv->hcd; in ehci_hcd_sh_shutdown() local
|
D | ohci-hcd.c | 145 struct usb_hcd *hcd, in ohci_urb_enqueue() 311 static int ohci_urb_dequeue(struct usb_hcd *hcd, struct urb *urb, int status) in ohci_urb_dequeue() 346 ohci_endpoint_disable (struct usb_hcd *hcd, struct usb_host_endpoint *ep) in ohci_endpoint_disable() 399 static int ohci_get_frame (struct usb_hcd *hcd) in ohci_get_frame() 419 ohci_shutdown (struct usb_hcd *hcd) in ohci_shutdown() 444 struct usb_hcd *hcd = ohci_to_hcd(ohci); in ohci_init() local 529 struct usb_hcd *hcd = ohci_to_hcd(ohci); in ohci_run() local 689 int ohci_setup(struct usb_hcd *hcd) in ohci_setup() 700 static int ohci_start(struct usb_hcd *hcd) in ohci_start() 853 static irqreturn_t ohci_irq (struct usb_hcd *hcd) in ohci_irq() [all …]
|
D | ohci-tmio.c | 72 #define hcd_to_tmio(hcd) ((struct tmio_hcd *)(hcd_to_ohci(hcd) + 1)) argument 78 struct usb_hcd *hcd = platform_get_drvdata(dev); in tmio_write_pm() local 94 struct usb_hcd *hcd = platform_get_drvdata(dev); in tmio_stop_hc() local 119 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() 196 struct usb_hcd *hcd; in ohci_hcd_tmio_drv_probe() local 277 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 | xhci-plat.c | 50 static int xhci_plat_setup(struct usb_hcd *hcd) in xhci_plat_setup() 65 static int xhci_plat_start(struct usb_hcd *hcd) in xhci_plat_start() 83 struct usb_hcd *hcd; in xhci_plat_probe() local 209 struct usb_hcd *hcd = platform_get_drvdata(dev); in xhci_plat_remove() local 229 struct usb_hcd *hcd = dev_get_drvdata(dev); in xhci_plat_suspend() local 245 struct usb_hcd *hcd = dev_get_drvdata(dev); in xhci_plat_resume() local
|
D | uhci-platform.c | 14 static int uhci_platform_init(struct usb_hcd *hcd) in uhci_platform_init() 66 struct usb_hcd *hcd; in uhci_hcd_platform_probe() local 116 struct usb_hcd *hcd = platform_get_drvdata(pdev); in uhci_hcd_platform_remove() local 133 struct usb_hcd *hcd = platform_get_drvdata(op); in uhci_hcd_platform_shutdown() local
|
D | ehci-msm.c | 46 static int ehci_msm_reset(struct usb_hcd *hcd) in ehci_msm_reset() 70 struct usb_hcd *hcd; in ehci_msm_probe() local 149 struct usb_hcd *hcd = platform_get_drvdata(pdev); in ehci_msm_remove() local 167 struct usb_hcd *hcd = dev_get_drvdata(dev); in ehci_msm_pm_suspend() local 177 struct usb_hcd *hcd = dev_get_drvdata(dev); in ehci_msm_pm_resume() local
|
D | uhci-grlib.c | 25 static int uhci_grlib_init(struct usb_hcd *hcd) in uhci_grlib_init() 92 struct usb_hcd *hcd; in uhci_hcd_grlib_probe() local 151 struct usb_hcd *hcd = platform_get_drvdata(op); in uhci_hcd_grlib_remove() local 172 struct usb_hcd *hcd = platform_get_drvdata(op); in uhci_hcd_grlib_shutdown() local
|
D | ehci-spear.c | 36 #define to_spear_ehci(hcd) (struct spear_ehci *)(hcd_to_ehci(hcd)->priv) argument 43 struct usb_hcd *hcd = dev_get_drvdata(dev); in ehci_spear_drv_suspend() local 51 struct usb_hcd *hcd = dev_get_drvdata(dev); in ehci_spear_drv_resume() local 63 struct usb_hcd *hcd ; in spear_ehci_hcd_drv_probe() local 136 struct usb_hcd *hcd = platform_get_drvdata(pdev); in spear_ehci_hcd_drv_remove() local
|
D | ehci-atmel.c | 71 struct usb_hcd *hcd = platform_get_drvdata(pdev); in atmel_start_ehci() local 80 struct usb_hcd *hcd = platform_get_drvdata(pdev); in atmel_stop_ehci() local 91 struct usb_hcd *hcd; in ehci_atmel_drv_probe() local 178 struct usb_hcd *hcd = platform_get_drvdata(pdev); in ehci_atmel_drv_remove() local 191 struct usb_hcd *hcd = dev_get_drvdata(dev); in ehci_atmel_drv_suspend() local 205 struct usb_hcd *hcd = dev_get_drvdata(dev); in ehci_atmel_drv_resume() local
|
D | ohci-ps3.c | 24 static int ps3_ohci_hc_reset(struct usb_hcd *hcd) in ps3_ohci_hc_reset() 33 static int ps3_ohci_hc_start(struct usb_hcd *hcd) in ps3_ohci_hc_start() 82 struct usb_hcd *hcd; in ps3_ohci_probe() local 200 struct usb_hcd *hcd = ps3_system_bus_get_drvdata(dev); in ps3_ohci_remove() local
|
D | ehci-exynos.c | 50 #define to_exynos_ehci(hcd) (struct exynos_ehci_hcd *)(hcd_to_ehci(hcd)->priv) argument 94 struct usb_hcd *hcd = dev_get_drvdata(dev); in exynos_ehci_phy_enable() local 112 struct usb_hcd *hcd = dev_get_drvdata(dev); in exynos_ehci_phy_disable() local 142 struct usb_hcd *hcd; in exynos_ehci_probe() local 240 struct usb_hcd *hcd = platform_get_drvdata(pdev); in exynos_ehci_remove() local 257 struct usb_hcd *hcd = dev_get_drvdata(dev); in exynos_ehci_suspend() local 276 struct usb_hcd *hcd = dev_get_drvdata(dev); in exynos_ehci_resume() local
|
D | ehci-st.c | 52 static int st_ehci_platform_reset(struct usb_hcd *hcd) in st_ehci_platform_reset() 69 struct usb_hcd *hcd = platform_get_drvdata(dev); in st_ehci_platform_power_on() local 120 struct usb_hcd *hcd = platform_get_drvdata(dev); in st_ehci_platform_power_off() local 153 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 309 struct usb_hcd *hcd = dev_get_drvdata(dev); in st_ehci_resume() local
|
D | sl811-hcd.c | 79 struct usb_hcd *hcd = sl811_to_hcd(sl811); in port_power() local 619 static irqreturn_t sl811h_irq(struct usb_hcd *hcd) in sl811h_irq() 790 struct usb_hcd *hcd, in sl811h_urb_enqueue() 957 static int sl811h_urb_dequeue(struct usb_hcd *hcd, struct urb *urb, int status) in sl811h_urb_dequeue() 1028 sl811h_endpoint_disable(struct usb_hcd *hcd, struct usb_host_endpoint *hep) in sl811h_endpoint_disable() 1046 sl811h_get_frame(struct usb_hcd *hcd) in sl811h_get_frame() 1062 sl811h_hub_status_data(struct usb_hcd *hcd, char *buf) in sl811h_hub_status_data() 1212 struct usb_hcd *hcd, in sl811h_hub_control() 1347 sl811h_bus_suspend(struct usb_hcd *hcd) in sl811h_bus_suspend() 1355 sl811h_bus_resume(struct usb_hcd *hcd) in sl811h_bus_resume() [all …]
|
D | ohci-jz4740.c | 27 static inline struct jz4740_ohci_hcd *hcd_to_jz4740_hcd(struct usb_hcd *hcd) in hcd_to_jz4740_hcd() 37 static int ohci_jz4740_start(struct usb_hcd *hcd) in ohci_jz4740_start() 81 static int ohci_jz4740_hub_control(struct usb_hcd *hcd, u16 typeReq, u16 wValue, in ohci_jz4740_hub_control() 151 struct usb_hcd *hcd; in jz4740_ohci_probe() local 222 struct usb_hcd *hcd = platform_get_drvdata(pdev); in jz4740_ohci_remove() local
|
D | ohci-sa1111.c | 58 static int ohci_sa1111_reset(struct usb_hcd *hcd) in ohci_sa1111_reset() 66 static int ohci_sa1111_start(struct usb_hcd *hcd) in ohci_sa1111_start() 182 struct usb_hcd *hcd; in ohci_hcd_sa1111_probe() local 236 struct usb_hcd *hcd = sa1111_get_drvdata(dev); in ohci_hcd_sa1111_remove() local 248 struct usb_hcd *hcd = sa1111_get_drvdata(dev); in ohci_hcd_sa1111_shutdown() local
|
D | ohci-spear.c | 34 #define to_spear_ohci(hcd) (struct spear_ohci *)(hcd_to_ohci(hcd)->priv) argument 42 struct usb_hcd *hcd = NULL; in spear_ohci_hcd_drv_probe() local 110 struct usb_hcd *hcd = platform_get_drvdata(pdev); in spear_ohci_hcd_drv_remove() local 125 struct usb_hcd *hcd = platform_get_drvdata(pdev); in spear_ohci_hcd_drv_suspend() local 146 struct usb_hcd *hcd = platform_get_drvdata(dev); in spear_ohci_hcd_drv_resume() local
|
D | ehci-platform.c | 54 static int ehci_platform_reset(struct usb_hcd *hcd) in ehci_platform_reset() 81 struct usb_hcd *hcd = platform_get_drvdata(dev); in ehci_platform_power_on() local 118 struct usb_hcd *hcd = platform_get_drvdata(dev); in ehci_platform_power_off() local 147 struct usb_hcd *hcd; in ehci_platform_probe() local 319 struct usb_hcd *hcd = platform_get_drvdata(dev); in ehci_platform_remove() local 346 struct usb_hcd *hcd = dev_get_drvdata(dev); in ehci_platform_suspend() local 365 struct usb_hcd *hcd = dev_get_drvdata(dev); in ehci_platform_resume() local
|
D | ohci-omap.c | 178 struct usb_hcd *hcd = ohci_to_hcd(ohci); in start_hnp() local 198 static int ohci_omap_reset(struct usb_hcd *hcd) in ohci_omap_reset() 311 struct usb_hcd *hcd = 0; in usb_hcd_omap_probe() local 397 usb_hcd_omap_remove (struct usb_hcd *hcd, struct platform_device *pdev) in usb_hcd_omap_remove() 424 struct usb_hcd *hcd = platform_get_drvdata(dev); in ohci_hcd_omap_drv_remove() local 437 struct usb_hcd *hcd = platform_get_drvdata(pdev); in ohci_omap_suspend() local 456 struct usb_hcd *hcd = platform_get_drvdata(dev); in ohci_omap_resume() local
|
D | ehci-hub.c | 51 struct usb_hcd *hcd = ehci_to_hcd(ehci); in ehci_handover_companion_ports() local 225 static int ehci_bus_suspend (struct usb_hcd *hcd) in ehci_bus_suspend() 375 static int ehci_bus_resume (struct usb_hcd *hcd) in ehci_bus_resume() 609 ehci_hub_status_data (struct usb_hcd *hcd, char *buf) in ehci_hub_status_data() 750 struct usb_hcd *hcd = bus_to_hcd(udev->bus); in request_single_step_set_feature_urb() local 791 static int ehset_single_step_set_feature(struct usb_hcd *hcd, int port) in ehset_single_step_set_feature() 862 struct usb_hcd *hcd, in ehci_hub_control() 1294 static void ehci_relinquish_port(struct usb_hcd *hcd, int portnum) in ehci_relinquish_port() 1303 static int ehci_port_handed_over(struct usb_hcd *hcd, int portnum) in ehci_port_handed_over() 1316 struct usb_hcd *hcd = ehci_to_hcd(ehci); in ehci_port_power() local
|
D | uhci-hcd.c | 438 static irqreturn_t uhci_irq(struct usb_hcd *hcd) in uhci_irq() 563 static int uhci_start(struct usb_hcd *hcd) in uhci_start() 707 static void uhci_stop(struct usb_hcd *hcd) in uhci_stop() 723 static int uhci_rh_suspend(struct usb_hcd *hcd) in uhci_rh_suspend() 750 static int uhci_rh_resume(struct usb_hcd *hcd) in uhci_rh_resume() 767 static void uhci_hcd_endpoint_disable(struct usb_hcd *hcd, in uhci_hcd_endpoint_disable() 792 static int uhci_hcd_get_frame_number(struct usb_hcd *hcd) in uhci_hcd_get_frame_number() 807 static int uhci_count_ports(struct usb_hcd *hcd) in uhci_count_ports()
|
D | ohci-platform.c | 49 struct usb_hcd *hcd = platform_get_drvdata(dev); in ohci_platform_power_on() local 86 struct usb_hcd *hcd = platform_get_drvdata(dev); in ohci_platform_power_off() local 115 struct usb_hcd *hcd; in ohci_platform_probe() local 284 struct usb_hcd *hcd = platform_get_drvdata(dev); in ohci_platform_remove() local 311 struct usb_hcd *hcd = dev_get_drvdata(dev); in ohci_platform_suspend() local 330 struct usb_hcd *hcd = dev_get_drvdata(dev); in ohci_platform_resume() local
|
D | ohci-st.c | 50 struct usb_hcd *hcd = platform_get_drvdata(dev); in st_ohci_platform_power_on() local 101 struct usb_hcd *hcd = platform_get_drvdata(dev); in st_ohci_platform_power_off() local 134 struct usb_hcd *hcd; in st_ohci_platform_probe() local 245 struct usb_hcd *hcd = platform_get_drvdata(dev); in st_ohci_platform_remove() local 271 struct usb_hcd *hcd = dev_get_drvdata(dev); in st_ohci_suspend() local 290 struct usb_hcd *hcd = dev_get_drvdata(dev); in st_ohci_resume() local
|
D | imx21-hcd.c | 78 static inline struct imx21 *hcd_to_imx21(struct usb_hcd *hcd) in hcd_to_imx21() 138 static int imx21_hc_get_frame(struct usb_hcd *hcd) in imx21_hc_get_frame() 520 static void urb_done(struct usb_hcd *hcd, struct urb *urb, int status) in urb_done() 564 static void schedule_isoc_etds(struct usb_hcd *hcd, in schedule_isoc_etds() 631 static void isoc_etd_done(struct usb_hcd *hcd, int etd_num) in isoc_etd_done() 739 static int imx21_hc_urb_enqueue_isoc(struct usb_hcd *hcd, in imx21_hc_urb_enqueue_isoc() 1043 static void nonisoc_etd_done(struct usb_hcd *hcd, int etd_num) in nonisoc_etd_done() 1164 static int imx21_hc_urb_enqueue(struct usb_hcd *hcd, in imx21_hc_urb_enqueue() 1260 static int imx21_hc_urb_dequeue(struct usb_hcd *hcd, struct urb *urb, in imx21_hc_urb_dequeue() 1313 static void process_etds(struct usb_hcd *hcd, struct imx21 *imx21, int sof) in process_etds() [all …]
|
D | ehci-tegra.c | 81 struct usb_hcd *hcd = platform_get_drvdata(pdev); in tegra_reset_usb_controller() local 185 struct usb_hcd *hcd, in tegra_ehci_hub_control() 361 static int tegra_ehci_map_urb_for_dma(struct usb_hcd *hcd, struct urb *urb, in tegra_ehci_map_urb_for_dma() 377 static void tegra_ehci_unmap_urb_for_dma(struct usb_hcd *hcd, struct urb *urb) in tegra_ehci_unmap_urb_for_dma() 402 struct usb_hcd *hcd; in tegra_ehci_probe() local 531 struct usb_hcd *hcd = platform_get_drvdata(pdev); in tegra_ehci_remove() local 549 struct usb_hcd *hcd = platform_get_drvdata(pdev); in tegra_ehci_hcd_shutdown() local 565 static int tegra_ehci_reset(struct usb_hcd *hcd) in tegra_ehci_reset()
|
D | ehci-mv.c | 23 struct usb_hcd *hcd; member 70 static int mv_ehci_reset(struct usb_hcd *hcd) in mv_ehci_reset() 135 struct usb_hcd *hcd; in mv_ehci_probe() local 270 struct usb_hcd *hcd = ehci_mv->hcd; in mv_ehci_remove() local 303 struct usb_hcd *hcd = ehci_mv->hcd; in mv_ehci_shutdown() local
|
D | uhci-pci.c | 113 static int uhci_pci_init(struct usb_hcd *hcd) in uhci_pci_init() 158 struct usb_hcd *hcd = pci_get_drvdata(pdev); in uhci_shutdown() local 167 static int uhci_pci_suspend(struct usb_hcd *hcd, bool do_wakeup) in uhci_pci_suspend() 206 static int uhci_pci_resume(struct usb_hcd *hcd, bool hibernated) in uhci_pci_resume()
|
D | fhci-hcd.c | 327 static int fhci_start(struct usb_hcd *hcd) in fhci_start() 378 static void fhci_stop(struct usb_hcd *hcd) in fhci_stop() 390 static int fhci_urb_enqueue(struct usb_hcd *hcd, struct urb *urb, in fhci_urb_enqueue() 470 static int fhci_urb_dequeue(struct usb_hcd *hcd, struct urb *urb, int status) in fhci_urb_dequeue() 512 static void fhci_endpoint_disable(struct usb_hcd *hcd, in fhci_endpoint_disable() 533 static int fhci_get_frame_number(struct usb_hcd *hcd) in fhci_get_frame_number() 570 struct usb_hcd *hcd; in of_fhci_probe() local 789 struct usb_hcd *hcd = dev_get_drvdata(dev); in fhci_remove() local
|
D | ehci-xilinx-of.c | 50 static int ehci_xilinx_port_handed_over(struct usb_hcd *hcd, int portnum) in ehci_xilinx_port_handed_over() 133 struct usb_hcd *hcd; in ehci_hcd_xilinx_of_probe() local 216 struct usb_hcd *hcd = platform_get_drvdata(op); in ehci_hcd_xilinx_of_remove() local
|
D | xhci.c | 281 struct usb_hcd *hcd = xhci_to_hcd(xhci); in xhci_setup_msix() local 338 struct usb_hcd *hcd = xhci_to_hcd(xhci); in xhci_cleanup_msix() local 368 static int xhci_try_enable_msi(struct usb_hcd *hcd) in xhci_try_enable_msi() 424 static inline int xhci_try_enable_msi(struct usb_hcd *hcd) in xhci_try_enable_msi() 442 struct usb_hcd *hcd; in compliance_mode_recovery() local 539 int xhci_init(struct usb_hcd *hcd) in xhci_init() 598 int xhci_run(struct usb_hcd *hcd) in xhci_run() 678 void xhci_stop(struct usb_hcd *hcd) in xhci_stop() 737 void xhci_shutdown(struct usb_hcd *hcd) in xhci_shutdown() 897 struct usb_hcd *hcd = xhci_to_hcd(xhci); in xhci_suspend() local [all …]
|
D | isp116x-hcd.c | 590 static irqreturn_t isp116x_irq(struct usb_hcd *hcd) in isp116x_irq() 680 static int isp116x_urb_enqueue(struct usb_hcd *hcd, in isp116x_urb_enqueue() 836 static int isp116x_urb_dequeue(struct usb_hcd *hcd, struct urb *urb, in isp116x_urb_dequeue() 873 static void isp116x_endpoint_disable(struct usb_hcd *hcd, in isp116x_endpoint_disable() 892 static int isp116x_get_frame(struct usb_hcd *hcd) in isp116x_get_frame() 907 static int isp116x_hub_status_data(struct usb_hcd *hcd, char *buf) in isp116x_hub_status_data() 1002 static int isp116x_hub_control(struct usb_hcd *hcd, in isp116x_hub_control() 1260 static int isp116x_reset(struct usb_hcd *hcd) in isp116x_reset() 1290 static void isp116x_stop(struct usb_hcd *hcd) in isp116x_stop() 1313 static int isp116x_start(struct usb_hcd *hcd) in isp116x_start() [all …]
|
D | ohci-ppc-of.c | 25 ohci_ppc_of_start(struct usb_hcd *hcd) in ohci_ppc_of_start() 89 struct usb_hcd *hcd; in ohci_hcd_ppc_of_probe() local 182 struct usb_hcd *hcd = platform_get_drvdata(op); in ohci_hcd_ppc_of_remove() local
|
D | ohci-at91.c | 98 struct usb_hcd *hcd = platform_get_drvdata(pdev); in at91_start_hc() local 117 struct usb_hcd *hcd = platform_get_drvdata(pdev); in at91_stop_hc() local 157 struct usb_hcd *hcd; in usb_hcd_at91_probe() local 234 static void usb_hcd_at91_remove(struct usb_hcd *hcd, in usb_hcd_at91_remove() 270 static int ohci_at91_hub_status_data(struct usb_hcd *hcd, char *buf) in ohci_at91_hub_status_data() 290 static int ohci_at91_hub_control(struct usb_hcd *hcd, u16 typeReq, u16 wValue, in ohci_at91_hub_control() 591 struct usb_hcd *hcd = dev_get_drvdata(dev); in ohci_hcd_at91_drv_suspend() local 635 struct usb_hcd *hcd = dev_get_drvdata(dev); in ohci_hcd_at91_drv_resume() local
|
D | ehci-pmcmsp.c | 74 static int ehci_msp_setup(struct usb_hcd *hcd) in ehci_msp_setup() 165 struct usb_hcd *hcd; in usb_hcd_msp_probe() local 240 void usb_hcd_msp_remove(struct usb_hcd *hcd, struct platform_device *dev) in usb_hcd_msp_remove() 311 struct usb_hcd *hcd = platform_get_drvdata(pdev); in ehci_hcd_msp_drv_remove() local
|
D | ehci-tilegx.c | 37 static int tilegx_ehci_setup(struct usb_hcd *hcd) in tilegx_ehci_setup() 102 struct usb_hcd *hcd; in ehci_hcd_tilegx_drv_probe() local 189 struct usb_hcd *hcd = platform_get_drvdata(pdev); in ehci_hcd_tilegx_drv_remove() local
|
D | ohci-tilegx.c | 37 static int tilegx_ohci_start(struct usb_hcd *hcd) in tilegx_ohci_start() 97 struct usb_hcd *hcd; in ohci_hcd_tilegx_drv_probe() local 178 struct usb_hcd *hcd = platform_get_drvdata(pdev); in ohci_hcd_tilegx_drv_remove() local
|
D | ohci-hub.c | 152 struct usb_hcd *hcd = ohci_to_hcd (ohci); in ohci_rh_resume() local 300 static int ohci_bus_suspend (struct usb_hcd *hcd) in ohci_bus_suspend() 318 static int ohci_bus_resume (struct usb_hcd *hcd) in ohci_bus_resume() 462 int ohci_hub_status_data(struct usb_hcd *hcd, char *buf) in ohci_hub_status_data() 574 static int ohci_start_port_reset (struct usb_hcd *hcd, unsigned port) in ohci_start_port_reset() 671 struct usb_hcd *hcd, in ohci_hub_control()
|
D | xhci-hub.c | 178 static void xhci_usb2_hub_descriptor(struct usb_hcd *hcd, struct xhci_hcd *xhci, in xhci_usb2_hub_descriptor() 231 static void xhci_usb3_hub_descriptor(struct usb_hcd *hcd, struct xhci_hcd *xhci, in xhci_usb3_hub_descriptor() 261 static void xhci_hub_descriptor(struct usb_hcd *hcd, struct xhci_hcd *xhci, in xhci_hub_descriptor() 342 int xhci_find_slot_id_by_port(struct usb_hcd *hcd, struct xhci_hcd *xhci, in xhci_find_slot_id_by_port() 439 static void xhci_disable_port(struct usb_hcd *hcd, struct xhci_hcd *xhci, in xhci_disable_port() 506 static int xhci_get_ports(struct usb_hcd *hcd, __le32 __iomem ***port_array) in xhci_get_ports() 688 static u32 xhci_get_port_status(struct usb_hcd *hcd, in xhci_get_port_status() 863 int xhci_hub_control(struct usb_hcd *hcd, u16 typeReq, u16 wValue, in xhci_hub_control() 1221 int xhci_hub_status_data(struct usb_hcd *hcd, char *buf) in xhci_hub_status_data() 1276 int xhci_bus_suspend(struct usb_hcd *hcd) in xhci_bus_suspend() [all …]
|
D | ehci-ps3.c | 52 static int ps3_ehci_hc_reset(struct usb_hcd *hcd) in ps3_ehci_hc_reset() 99 struct usb_hcd *hcd; in ps3_ehci_probe() local 216 struct usb_hcd *hcd = ps3_system_bus_get_drvdata(dev); in ps3_ehci_remove() local
|
D | xhci-rcar.h | 18 static inline void xhci_rcar_start(struct usb_hcd *hcd) in xhci_rcar_start() 22 static inline int xhci_rcar_init_quirk(struct usb_hcd *hcd) in xhci_rcar_init_quirk()
|
D | xhci-pci.c | 208 static int xhci_pci_setup(struct usb_hcd *hcd) in xhci_pci_setup() 244 struct usb_hcd *hcd; in xhci_pci_probe() local 326 static void xhci_pme_quirk(struct usb_hcd *hcd, bool suspend) in xhci_pme_quirk() 370 static int xhci_pci_suspend(struct usb_hcd *hcd, bool do_wakeup) in xhci_pci_suspend() 388 static int xhci_pci_resume(struct usb_hcd *hcd, bool hibernated) in xhci_pci_resume()
|
D | ehci-w90x900.c | 39 struct usb_hcd *hcd; in usb_w90x900_probe() local 95 static void usb_w90x900_remove(struct usb_hcd *hcd, in usb_w90x900_remove() 112 struct usb_hcd *hcd = platform_get_drvdata(pdev); in ehci_w90x900_remove() local
|
D | isp1362-hcd.c | 1005 static irqreturn_t isp1362_irq(struct usb_hcd *hcd) in isp1362_irq() 1214 static int isp1362_urb_enqueue(struct usb_hcd *hcd, in isp1362_urb_enqueue() 1395 static int isp1362_urb_dequeue(struct usb_hcd *hcd, struct urb *urb, int status) in isp1362_urb_dequeue() 1447 static void isp1362_endpoint_disable(struct usb_hcd *hcd, struct usb_host_endpoint *hep) in isp1362_endpoint_disable() 1477 static int isp1362_get_frame(struct usb_hcd *hcd) in isp1362_get_frame() 1493 static int isp1362_hub_status_data(struct usb_hcd *hcd, char *buf) in isp1362_hub_status_data() 1561 static int isp1362_hub_control(struct usb_hcd *hcd, u16 typeReq, u16 wValue, in isp1362_hub_control() 1730 static int isp1362_bus_suspend(struct usb_hcd *hcd) in isp1362_bus_suspend() 1828 static int isp1362_bus_resume(struct usb_hcd *hcd) in isp1362_bus_resume() 2211 static int isp1362_mem_config(struct usb_hcd *hcd) in isp1362_mem_config() [all …]
|
D | ohci-pxa27x.c | 128 #define to_pxa27x_ohci(hcd) (struct pxa27x_ohci *)(hcd_to_ohci(hcd)->priv) argument 194 static int pxa27x_ohci_hub_control(struct usb_hcd *hcd, u16 typeReq, u16 wValue, in pxa27x_ohci_hub_control() 280 struct usb_hcd *hcd = dev_get_drvdata(dev); in pxa27x_start_hc() local 317 struct usb_hcd *hcd = dev_get_drvdata(dev); in pxa27x_stop_hc() local 418 struct usb_hcd *hcd; in usb_hcd_pxa27x_probe() local 515 void usb_hcd_pxa27x_remove (struct usb_hcd *hcd, struct platform_device *pdev) in usb_hcd_pxa27x_remove() 543 struct usb_hcd *hcd = platform_get_drvdata(pdev); in ohci_hcd_pxa27x_drv_remove() local 552 struct usb_hcd *hcd = dev_get_drvdata(dev); in ohci_hcd_pxa27x_drv_suspend() local 573 struct usb_hcd *hcd = dev_get_drvdata(dev); in ohci_hcd_pxa27x_drv_resume() local
|
D | ehci-orion.c | 66 static void orion_usb_phy_v1_setup(struct usb_hcd *hcd) in orion_usb_phy_v1_setup() 134 ehci_orion_conf_mbus_windows(struct usb_hcd *hcd, in ehci_orion_conf_mbus_windows() 163 struct usb_hcd *hcd; in ehci_orion_drv_probe() local 293 struct usb_hcd *hcd = platform_get_drvdata(pdev); in ehci_orion_drv_remove() local
|
D | oxu210hp-hcd.c | 71 static inline struct oxu_hcd *hcd_to_oxu(struct usb_hcd *hcd) in hcd_to_oxu() 2440 static irqreturn_t oxu210_hcd_irq(struct usb_hcd *hcd) in oxu210_hcd_irq() 2541 static irqreturn_t oxu_irq(struct usb_hcd *hcd) in oxu_irq() 2593 static int oxu_hcd_init(struct usb_hcd *hcd) in oxu_hcd_init() 2670 static int oxu_reset(struct usb_hcd *hcd) in oxu_reset() 2701 static int oxu_run(struct usb_hcd *hcd) in oxu_run() 2760 static void oxu_stop(struct usb_hcd *hcd) in oxu_stop() 2795 static void oxu_shutdown(struct usb_hcd *hcd) in oxu_shutdown() 2820 static int __oxu_urb_enqueue(struct usb_hcd *hcd, struct urb *urb, in __oxu_urb_enqueue() 2852 static int oxu_urb_enqueue(struct usb_hcd *hcd, struct urb *urb, in oxu_urb_enqueue() [all …]
|
D | ehci-grlib.c | 88 struct usb_hcd *hcd; in ehci_hcd_grlib_probe() local 158 struct usb_hcd *hcd = platform_get_drvdata(op); in ehci_hcd_grlib_remove() local
|
D | ehci-ppc-of.c | 96 struct usb_hcd *hcd; in ehci_hcd_ppc_of_probe() local 187 struct usb_hcd *hcd = platform_get_drvdata(op); in ehci_hcd_ppc_of_remove() local
|
D | ohci-omap3.c | 65 struct usb_hcd *hcd = NULL; in ohci_hcd_omap3_probe() local 163 struct usb_hcd *hcd = dev_get_drvdata(dev); in ohci_hcd_omap3_remove() local
|
D | r8a66597-hcd.c | 1287 struct usb_hcd *hcd = r8a66597_to_hcd(r8a66597); in finish_request() local 1615 static irqreturn_t r8a66597_irq(struct usb_hcd *hcd) in r8a66597_irq() 1835 static int r8a66597_start(struct usb_hcd *hcd) in r8a66597_start() 1843 static void r8a66597_stop(struct usb_hcd *hcd) in r8a66597_stop() 1894 static int r8a66597_urb_enqueue(struct usb_hcd *hcd, in r8a66597_urb_enqueue() 1964 static int r8a66597_urb_dequeue(struct usb_hcd *hcd, struct urb *urb, in r8a66597_urb_dequeue() 1989 static void r8a66597_endpoint_disable(struct usb_hcd *hcd, in r8a66597_endpoint_disable() 2022 static int r8a66597_get_frame(struct usb_hcd *hcd) in r8a66597_get_frame() 2095 struct usb_hcd *hcd) in r8a66597_check_detect_child() 2114 static int r8a66597_hub_status_data(struct usb_hcd *hcd, char *buf) in r8a66597_hub_status_data() [all …]
|
D | ehci-mxc.c | 53 struct usb_hcd *hcd; in ehci_mxc_drv_probe() local 172 struct usb_hcd *hcd = platform_get_drvdata(pdev); in ehci_mxc_drv_remove() local
|
D | xhci-rcar.c | 59 void xhci_rcar_start(struct usb_hcd *hcd) in xhci_rcar_start() 141 int xhci_rcar_init_quirk(struct usb_hcd *hcd) in xhci_rcar_init_quirk()
|
D | u132-hcd.c | 230 static inline struct u132 *hcd_to_u132(struct usb_hcd *hcd) in hcd_to_u132() 258 struct usb_hcd *hcd = u132_to_hcd(u132); in u132_hcd_delete() local 495 struct usb_hcd *hcd = u132_to_hcd(u132); in u132_hcd_monitor_work() local 516 struct usb_hcd *hcd = u132_to_hcd(u132); in u132_hcd_giveback_urb() local 555 struct usb_hcd *hcd = u132_to_hcd(u132); in u132_hcd_abandon_urb() local 1519 struct usb_hcd *hcd = u132_to_hcd(u132) in u132_power() local 1777 static void u132_hcd_stop(struct usb_hcd *hcd) in u132_hcd_stop() 1794 static int u132_hcd_start(struct usb_hcd *hcd) in u132_hcd_start() 1835 static int u132_hcd_reset(struct usb_hcd *hcd) in u132_hcd_reset() 2242 static int u132_urb_enqueue(struct usb_hcd *hcd, struct urb *urb, in u132_urb_enqueue() [all …]
|
D | ehci-pci.c | 100 static int ehci_pci_setup(struct usb_hcd *hcd) in ehci_pci_setup() 349 static int ehci_pci_resume(struct usb_hcd *hcd, bool hibernated) in ehci_pci_resume()
|
D | fhci-hub.c | 181 int fhci_hub_status_data(struct usb_hcd *hcd, char *buf) in fhci_hub_status_data() 206 int fhci_hub_control(struct usb_hcd *hcd, u16 typeReq, u16 wValue, in fhci_hub_control()
|
D | fotg210-hcd.c | 460 struct usb_hcd *hcd; in fill_async_buffer() local 527 struct usb_hcd *hcd; in fill_periodic_buffer() local 652 struct usb_hcd *hcd; in fill_registers_buffer() local 1418 static int fotg210_hub_status_data(struct usb_hcd *hcd, char *buf) in fotg210_hub_status_data() 1485 static int fotg210_hub_control(struct usb_hcd *hcd, u16 typeReq, u16 wValue, in fotg210_hub_control() 1806 static void __maybe_unused fotg210_relinquish_port(struct usb_hcd *hcd, in fotg210_relinquish_port() 1812 static int __maybe_unused fotg210_port_handed_over(struct usb_hcd *hcd, in fotg210_port_handed_over() 2118 static void fotg210_clear_tt_buffer_complete(struct usb_hcd *hcd, in fotg210_clear_tt_buffer_complete() 4847 static void fotg210_shutdown(struct usb_hcd *hcd) in fotg210_shutdown() 4898 static void fotg210_stop(struct usb_hcd *hcd) in fotg210_stop() [all …]
|
D | ehci-omap.c | 105 struct usb_hcd *hcd; in ehci_hcd_omap_probe() local 264 struct usb_hcd *hcd = dev_get_drvdata(dev); in ehci_hcd_omap_remove() local
|
D | uhci-hub.c | 185 static int uhci_hub_status_data(struct usb_hcd *hcd, char *buf) in uhci_hub_status_data() 242 static int uhci_hub_control(struct usb_hcd *hcd, u16 typeReq, u16 wValue, in uhci_hub_control()
|
D | ohci-nxp.c | 166 struct usb_hcd *hcd = 0; in ohci_hcd_nxp_probe() local 298 struct usb_hcd *hcd = platform_get_drvdata(pdev); in ohci_hcd_nxp_remove() local
|
D | fhci-sched.c | 510 struct usb_hcd *hcd = _hcd; in fhci_frame_limit_timer_irq() local 546 irqreturn_t fhci_irq(struct usb_hcd *hcd) in fhci_irq()
|
D | ehci-dbg.c | 499 struct usb_hcd *hcd; in fill_async_buffer() local 622 struct usb_hcd *hcd; in fill_periodic_buffer() local 781 struct usb_hcd *hcd; in fill_registers_buffer() local
|
D | ehci-q.c | 145 static void ehci_clear_tt_buffer_complete(struct usb_hcd *hcd, in ehci_clear_tt_buffer_complete() 1164 struct usb_hcd *hcd, in submit_single_step_set_feature()
|
D | xhci-ring.c | 599 struct usb_hcd *hcd; in xhci_giveback_urb_in_irq() local 1431 static unsigned int find_faked_portnum_from_hw_portnum(struct usb_hcd *hcd, in find_faked_portnum_from_hw_portnum() 1485 struct usb_hcd *hcd; in handle_port_status() local 2686 irqreturn_t xhci_irq(struct usb_hcd *hcd) in xhci_irq() 2772 irqreturn_t xhci_msi_irq(int irq, void *hcd) in xhci_msi_irq()
|
D | uhci-q.c | 1409 static int uhci_urb_enqueue(struct usb_hcd *hcd, in uhci_urb_enqueue() 1482 static int uhci_urb_dequeue(struct usb_hcd *hcd, struct urb *urb, int status) in uhci_urb_dequeue()
|
D | ohci-dbg.c | 582 struct usb_hcd *hcd; in fill_registers_buffer() local
|
D | sl811.h | 158 static inline struct sl811 *hcd_to_sl811(struct usb_hcd *hcd) in hcd_to_sl811()
|
D | r8a66597.h | 137 static inline struct r8a66597 *hcd_to_r8a66597(struct usb_hcd *hcd) in hcd_to_r8a66597()
|
D | uhci-hcd.h | 458 static inline struct uhci_hcd *hcd_to_uhci(struct usb_hcd *hcd) in hcd_to_uhci()
|
D | oxu210hp.h | 349 struct usb_hcd *hcd[2]; member
|
D | xhci-mem.c | 1073 struct usb_hcd *hcd; in xhci_find_real_port_number() local
|
D | isp116x.h | 291 static inline struct isp116x *hcd_to_isp116x(struct usb_hcd *hcd) in hcd_to_isp116x()
|
D | imx21-hcd.h | 422 struct usb_hcd *hcd; member
|
D | fhci.h | 468 static inline struct fhci_hcd *hcd_to_fhci(struct usb_hcd *hcd) in hcd_to_fhci()
|
D | ohci.h | 478 static inline struct ohci_hcd *hcd_to_ohci (struct usb_hcd *hcd) in hcd_to_ohci()
|
D | isp1362.h | 569 static inline struct isp1362_hcd *hcd_to_isp1362_hcd(struct usb_hcd *hcd) in hcd_to_isp1362_hcd()
|
D | fotg210.h | 189 static inline struct fotg210_hcd *hcd_to_fotg210(struct usb_hcd *hcd) in hcd_to_fotg210()
|
D | xhci.h | 1489 static inline unsigned int hcd_index(struct usb_hcd *hcd) in hcd_index() 1672 static inline struct xhci_hcd *hcd_to_xhci(struct usb_hcd *hcd) in hcd_to_xhci()
|
D | ehci.h | 271 static inline struct ehci_hcd *hcd_to_ehci (struct usb_hcd *hcd) in hcd_to_ehci()
|
/linux-4.4.14/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 408 struct usb_hcd *hcd = c67x00_hcd_to_hcd(c67x00); in c67x00_hcd_remove() local
|
D | c67x00-hcd.h | 101 static inline struct c67x00_hcd *hcd_to_c67x00_hcd(struct usb_hcd *hcd) in hcd_to_c67x00_hcd()
|
D | c67x00-sched.c | 319 void c67x00_endpoint_disable(struct usb_hcd *hcd, struct usb_host_endpoint *ep) in c67x00_endpoint_disable() 356 int c67x00_urb_enqueue(struct usb_hcd *hcd, in c67x00_urb_enqueue() 455 int c67x00_urb_dequeue(struct usb_hcd *hcd, struct urb *urb, int status) in c67x00_urb_dequeue()
|
/linux-4.4.14/drivers/usb/usbip/ |
D | vhci_hcd.c | 179 static int vhci_hub_status(struct usb_hcd *hcd, char *buf) in vhci_hub_status() 228 static int vhci_hub_control(struct usb_hcd *hcd, u16 typeReq, u16 wValue, in vhci_hub_control() 458 static int vhci_urb_enqueue(struct usb_hcd *hcd, struct urb *urb, in vhci_urb_enqueue() 620 static int vhci_urb_dequeue(struct usb_hcd *hcd, struct urb *urb, int status) in vhci_urb_dequeue() 877 static int vhci_start(struct usb_hcd *hcd) in vhci_start() 910 static void vhci_stop(struct usb_hcd *hcd) in vhci_stop() 929 static int vhci_get_frame_number(struct usb_hcd *hcd) in vhci_get_frame_number() 938 static int vhci_bus_suspend(struct usb_hcd *hcd) in vhci_bus_suspend() 951 static int vhci_bus_resume(struct usb_hcd *hcd) in vhci_bus_resume() 997 struct usb_hcd *hcd; in vhci_hcd_probe() local [all …]
|
D | vhci.h | 114 static inline struct vhci_hcd *hcd_to_vhci(struct usb_hcd *hcd) in hcd_to_vhci()
|
/linux-4.4.14/drivers/usb/isp1760/ |
D | isp1760-hcd.c | 40 static inline struct isp1760_hcd *hcd_to_priv(struct usb_hcd *hcd) in hcd_to_priv() 335 static void alloc_mem(struct usb_hcd *hcd, struct isp1760_qtd *qtd) in alloc_mem() 355 static void free_mem(struct usb_hcd *hcd, struct isp1760_qtd *qtd) in free_mem() 378 static int handshake(struct usb_hcd *hcd, u32 reg, in handshake() 397 static int ehci_reset(struct usb_hcd *hcd) in ehci_reset() 436 static int priv_init(struct usb_hcd *hcd) in priv_init() 464 static int isp1760_hc_setup(struct usb_hcd *hcd) in isp1760_hc_setup() 670 static void isp1760_urb_done(struct usb_hcd *hcd, struct urb *urb) in isp1760_urb_done() 720 static void start_bus_transfer(struct usb_hcd *hcd, u32 ptd_offset, int slot, in start_bus_transfer() 769 static void collect_qtds(struct usb_hcd *hcd, struct isp1760_qh *qh, in collect_qtds() [all …]
|
D | isp1760-core.h | 48 struct isp1760_hcd hcd; member
|
D | isp1760-hcd.h | 51 struct usb_hcd *hcd; member
|
/linux-4.4.14/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-4.4.14/drivers/usb/chipidea/ |
D | host.c | 42 static int ehci_ci_portpower(struct usb_hcd *hcd, int portnum, bool enable) in ehci_ci_portpower() 80 static int ehci_ci_reset(struct usb_hcd *hcd) in ehci_ci_reset() 108 struct usb_hcd *hcd; in host_start() local 184 struct usb_hcd *hcd = ci->hcd; in host_stop() local 202 static int ci_ehci_bus_suspend(struct usb_hcd *hcd) in ci_ehci_bus_suspend()
|
D | ci.h | 242 struct usb_hcd *hcd; member
|
/linux-4.4.14/drivers/usb/dwc2/ |
D | hcd.c | 710 struct usb_hcd *hcd; in dwc2_hc_setup_align_buf() local 1441 struct usb_hcd *hcd = dwc2_hsotg_to_hcd(hsotg); in dwc2_host_is_b_hnp_enabled() local 2129 static struct dwc2_hsotg *dwc2_hcd_to_hsotg(struct usb_hcd *hcd) in dwc2_hcd_to_hsotg() 2141 struct usb_hcd *hcd = dwc2_hsotg_to_hcd(hsotg); in dwc2_host_start() local 2149 struct usb_hcd *hcd = dwc2_hsotg_to_hcd(hsotg); in dwc2_host_disconnect() local 2173 static void dwc2_allocate_bus_bandwidth(struct usb_hcd *hcd, u16 bw, in dwc2_allocate_bus_bandwidth() 2186 static void dwc2_free_bus_bandwidth(struct usb_hcd *hcd, u16 bw, in dwc2_free_bus_bandwidth() 2321 static int _dwc2_hcd_start(struct usb_hcd *hcd) in _dwc2_hcd_start() 2356 static void _dwc2_hcd_stop(struct usb_hcd *hcd) in _dwc2_hcd_stop() 2379 static int _dwc2_hcd_suspend(struct usb_hcd *hcd) in _dwc2_hcd_suspend() [all …]
|
/linux-4.4.14/include/linux/usb/ |
D | ehci-dbgp.h | 56 static inline int xen_dbgp_reset_prep(struct usb_hcd *hcd) in xen_dbgp_reset_prep() 61 static inline int xen_dbgp_external_startup(struct usb_hcd *hcd) in xen_dbgp_external_startup() 72 static inline int dbgp_reset_prep(struct usb_hcd *hcd) in dbgp_reset_prep() 77 static inline int dbgp_external_startup(struct usb_hcd *hcd) in dbgp_external_startup()
|
D | hcd.h | 123 #define HCD_HW_ACCESSIBLE(hcd) ((hcd)->flags & (1U << HCD_FLAG_HW_ACCESSIBLE)) argument 124 #define HCD_POLL_RH(hcd) ((hcd)->flags & (1U << HCD_FLAG_POLL_RH)) argument 125 #define HCD_POLL_PENDING(hcd) ((hcd)->flags & (1U << HCD_FLAG_POLL_PENDING)) argument 126 #define HCD_WAKEUP_PENDING(hcd) ((hcd)->flags & (1U << HCD_FLAG_WAKEUP_PENDING)) argument 127 #define HCD_RH_RUNNING(hcd) ((hcd)->flags & (1U << HCD_FLAG_RH_RUNNING)) argument 128 #define HCD_DEAD(hcd) ((hcd)->flags & (1U << HCD_FLAG_DEAD)) argument 135 #define HCD_INTF_AUTHORIZED(hcd) \ argument 143 #define HCD_DEV_AUTHORIZED(hcd) \ argument 219 static inline struct usb_bus *hcd_to_bus(struct usb_hcd *hcd) in hcd_to_bus() 401 static inline int hcd_giveback_urb_in_bh(struct usb_hcd *hcd) in hcd_giveback_urb_in_bh() [all …]
|
/linux-4.4.14/drivers/usb/renesas_usbhs/ |
D | mod_host.c | 466 static int usbhsh_connected_to_rhdev(struct usb_hcd *hcd, in usbhsh_connected_to_rhdev() 503 struct usb_hcd *hcd = usbhsh_hpriv_to_hcd(hpriv); in usbhsh_device_attach() local 603 struct usb_hcd *hcd = usbhsh_hpriv_to_hcd(hpriv); in usbhsh_device_detach() local 648 struct usb_hcd *hcd = usbhsh_hpriv_to_hcd(hpriv); in usbhsh_queue_done() local 674 static int usbhsh_queue_push(struct usb_hcd *hcd, in usbhsh_queue_push() 880 static int usbhsh_dcp_queue_push(struct usb_hcd *hcd, in usbhsh_dcp_queue_push() 953 static int usbhsh_host_start(struct usb_hcd *hcd) in usbhsh_host_start() 958 static void usbhsh_host_stop(struct usb_hcd *hcd) in usbhsh_host_stop() 962 static int usbhsh_urb_enqueue(struct usb_hcd *hcd, in usbhsh_urb_enqueue() 1045 static int usbhsh_urb_dequeue(struct usb_hcd *hcd, struct urb *urb, int status) in usbhsh_urb_dequeue() [all …]
|
/linux-4.4.14/drivers/usb/gadget/udc/ |
D | dummy_hcd.c | 271 static inline struct dummy_hcd *hcd_to_dummy_hcd(struct usb_hcd *hcd) in hcd_to_dummy_hcd() 1209 struct usb_hcd *hcd, in dummy_urb_enqueue() 1259 static int dummy_urb_dequeue(struct usb_hcd *hcd, struct urb *urb, int status) in dummy_urb_dequeue() 1949 static int dummy_hub_status(struct usb_hcd *hcd, char *buf) in dummy_hub_status() 2029 struct usb_hcd *hcd, in dummy_hub_control() 2289 static int dummy_bus_suspend(struct usb_hcd *hcd) in dummy_bus_suspend() 2303 static int dummy_bus_resume(struct usb_hcd *hcd) in dummy_bus_resume() 2373 struct usb_hcd *hcd = dev_get_drvdata(dev); in urbs_show() local 2413 static int dummy_start(struct usb_hcd *hcd) in dummy_start() 2445 static void dummy_stop(struct usb_hcd *hcd) in dummy_stop() [all …]
|
/linux-4.4.14/drivers/staging/octeon-usb/ |
D | octeon-hcd.c | 528 static int octeon_map_urb_for_dma(struct usb_hcd *hcd, struct urb *urb, in octeon_map_urb_for_dma() 549 static void octeon_unmap_urb_for_dma(struct usb_hcd *hcd, struct urb *urb) in octeon_unmap_urb_for_dma() 1381 struct usb_hcd *hcd = octeon_to_hcd(priv); in cvmx_usb_start_channel_control() local 1998 struct usb_hcd *hcd = octeon_to_hcd(priv); in octeon_usb_urb_complete_callback() local 2451 struct usb_hcd *hcd = octeon_to_hcd(priv); in cvmx_usb_poll_channel() local 3069 static inline struct octeon_hcd *hcd_to_octeon(struct usb_hcd *hcd) in hcd_to_octeon() 3074 static irqreturn_t octeon_usb_irq(struct usb_hcd *hcd) in octeon_usb_irq() 3085 static int octeon_usb_start(struct usb_hcd *hcd) in octeon_usb_start() 3091 static void octeon_usb_stop(struct usb_hcd *hcd) in octeon_usb_stop() 3096 static int octeon_usb_get_frame_number(struct usb_hcd *hcd) in octeon_usb_get_frame_number() [all …]
|
/linux-4.4.14/drivers/usb/musb/ |
D | musb_host.c | 97 struct musb *hcd_to_musb(struct usb_hcd *hcd) in hcd_to_musb() 2192 struct usb_hcd *hcd, in musb_urb_enqueue() 2438 static int musb_urb_dequeue(struct usb_hcd *hcd, struct urb *urb, int status) in musb_urb_dequeue() 2498 musb_h_disable(struct usb_hcd *hcd, struct usb_host_endpoint *hep) in musb_h_disable() 2550 static int musb_h_get_frame_number(struct usb_hcd *hcd) in musb_h_get_frame_number() 2557 static int musb_h_start(struct usb_hcd *hcd) in musb_h_start() 2569 static void musb_h_stop(struct usb_hcd *hcd) in musb_h_stop() 2575 static int musb_bus_suspend(struct usb_hcd *hcd) in musb_bus_suspend() 2609 static int musb_bus_resume(struct usb_hcd *hcd) in musb_bus_resume() 2696 static int musb_map_urb_for_dma(struct usb_hcd *hcd, struct urb *urb, in musb_map_urb_for_dma() [all …]
|
D | musb_virthub.c | 254 int musb_hub_status_data(struct usb_hcd *hcd, char *buf) in musb_hub_status_data() 283 struct usb_hcd *hcd, in musb_hub_control()
|
D | musb_host.h | 99 static inline struct musb *hcd_to_musb(struct usb_hcd *hcd) in hcd_to_musb()
|
D | musb_core.c | 488 struct usb_hcd *hcd = musb->hcd; in musb_hnp_stop() local 773 struct usb_hcd *hcd = musb->hcd; in musb_stage0_irq() local
|
D | musb_core.h | 424 struct usb_hcd *hcd; /* the usb hcd */ member
|
/linux-4.4.14/drivers/usb/misc/ |
D | lvstest.c | 48 struct usb_hcd *hcd; in create_lvs_device() local 82 struct usb_hcd *hcd = bus_to_hcd(hdev->bus); in destroy_lvs_device() local 300 struct usb_hcd *hcd = bus_to_hcd(hdev->bus); in lvs_rh_work() local
|
/linux-4.4.14/drivers/usb/host/whci/ |
D | int.c | 31 irqreturn_t whc_int_handler(struct usb_hcd *hcd) in whc_int_handler()
|
/linux-4.4.14/include/linux/platform_data/ |
D | usb-ohci-s3c2410.h | 26 struct usb_hcd *hcd; member
|
/linux-4.4.14/drivers/usb/storage/ |
D | uas-detect.h | 59 struct usb_hcd *hcd = bus_to_hcd(udev->bus); in uas_use_uas_driver() local
|
/linux-4.4.14/drivers/usb/early/ |
D | ehci-dbgp.c | 974 int dbgp_reset_prep(struct usb_hcd *hcd) in dbgp_reset_prep() 1002 int dbgp_external_startup(struct usb_hcd *hcd) in dbgp_external_startup()
|
/linux-4.4.14/drivers/usb/phy/ |
D | phy-msm-usb.c | 690 struct usb_hcd *hcd; in msm_otg_start_host() local 729 struct usb_hcd *hcd; in msm_otg_set_host() local
|
D | phy-mv-usb.c | 206 struct usb_hcd *hcd; in mv_otg_start_host() local
|