/drivers/usb/host/ |
D | ehci-timer.c | 20 static void ehci_set_command_bit(struct ehci_hcd *ehci, u32 bit) in ehci_set_command_bit() 30 static void ehci_clear_command_bit(struct ehci_hcd *ehci, u32 bit) in ehci_clear_command_bit() 85 static void ehci_enable_event(struct ehci_hcd *ehci, unsigned event, in ehci_enable_event() 104 static void ehci_poll_ASS(struct ehci_hcd *ehci) in ehci_poll_ASS() 143 static void ehci_disable_ASE(struct ehci_hcd *ehci) in ehci_disable_ASE() 150 static void ehci_poll_PSS(struct ehci_hcd *ehci) in ehci_poll_PSS() 189 static void ehci_disable_PSE(struct ehci_hcd *ehci) in ehci_disable_PSE() 196 static void ehci_handle_controller_death(struct ehci_hcd *ehci) in ehci_handle_controller_death() 220 static void ehci_handle_start_intr_unlinks(struct ehci_hcd *ehci) in ehci_handle_start_intr_unlinks() 252 static void ehci_handle_intr_unlinks(struct ehci_hcd *ehci) in ehci_handle_intr_unlinks() [all …]
|
D | ehci-hcd.c | 122 static unsigned ehci_moschip_read_frame_index(struct ehci_hcd *ehci) in ehci_moschip_read_frame_index() 132 static inline unsigned ehci_read_frame_index(struct ehci_hcd *ehci) in ehci_read_frame_index() 160 int ehci_handshake(struct ehci_hcd *ehci, void __iomem *ptr, in ehci_handshake() 180 static int tdi_in_host_mode (struct ehci_hcd *ehci) in tdi_in_host_mode() 192 static int ehci_halt (struct ehci_hcd *ehci) in ehci_halt() 223 static void tdi_reset (struct ehci_hcd *ehci) in tdi_reset() 242 int ehci_reset(struct ehci_hcd *ehci) in ehci_reset() 284 static void ehci_quiesce (struct ehci_hcd *ehci) in ehci_quiesce() 309 static void end_iaa_cycle(struct ehci_hcd *ehci); 310 static void end_unlink_async(struct ehci_hcd *ehci); [all …]
|
D | ehci.h | 124 struct ehci_hcd { /* one per controller */ struct 275 static inline struct ehci_hcd *hcd_to_ehci(struct usb_hcd *hcd) in hcd_to_ehci() argument 277 return (struct ehci_hcd *) (hcd->hcd_priv); in hcd_to_ehci() 279 static inline struct usb_hcd *ehci_to_hcd(struct ehci_hcd *ehci) in ehci_to_hcd() 668 ehci_port_speed(struct ehci_hcd *ehci, unsigned int portsc) in ehci_port_speed() 751 static inline unsigned int ehci_readl(const struct ehci_hcd *ehci, in ehci_readl() 775 static inline void ehci_writel(const struct ehci_hcd *ehci, in ehci_writel() 796 static inline void set_ohci_hcfs(struct ehci_hcd *ehci, int operational) in set_ohci_hcfs() 810 static inline void set_ohci_hcfs(struct ehci_hcd *ehci, int operational) in set_ohci_hcfs() 827 static inline __hc32 cpu_to_hc32(const struct ehci_hcd *ehci, const u32 x) in cpu_to_hc32() [all …]
|
D | ehci-dbg.c | 25 static void dbg_hcs_params(struct ehci_hcd *ehci, char *label) in dbg_hcs_params() 61 static void dbg_hcc_params(struct ehci_hcd *ehci, char *label) in dbg_hcc_params() 90 dbg_qtd(const char *label, struct ehci_hcd *ehci, struct ehci_qtd *qtd) in dbg_qtd() 106 dbg_qh(const char *label, struct ehci_hcd *ehci, struct ehci_qh *qh) in dbg_qh() 116 dbg_itd(const char *label, struct ehci_hcd *ehci, struct ehci_itd *itd) in dbg_itd() 147 dbg_sitd(const char *label, struct ehci_hcd *ehci, struct ehci_sitd *sitd) in dbg_sitd() 271 dbg_status(struct ehci_hcd *ehci, const char *label, u32 status) in dbg_status() 280 dbg_cmd(struct ehci_hcd *ehci, const char *label, u32 command) in dbg_cmd() 289 dbg_port(struct ehci_hcd *ehci, const char *label, int port, u32 status) in dbg_port() 366 static inline char token_mark(struct ehci_hcd *ehci, __hc32 token) in token_mark() [all …]
|
D | ehci-q.c | 50 qtd_fill(struct ehci_hcd *ehci, struct ehci_qtd *qtd, dma_addr_t buf, in qtd_fill() 92 qh_update (struct ehci_hcd *ehci, struct ehci_qh *qh, struct ehci_qtd *qtd) in qh_update() 126 qh_refresh (struct ehci_hcd *ehci, struct ehci_qh *qh) in qh_refresh() 151 static void qh_link_async(struct ehci_hcd *ehci, struct ehci_qh *qh); 156 struct ehci_hcd *ehci = hcd_to_ehci(hcd); in ehci_clear_tt_buffer_complete() 168 static void ehci_clear_tt_buffer(struct ehci_hcd *ehci, struct ehci_qh *qh, in ehci_clear_tt_buffer() 201 struct ehci_hcd *ehci, in qtd_copy_status() 264 ehci_urb_done(struct ehci_hcd *ehci, struct urb *urb, int status) in ehci_urb_done() 294 static int qh_schedule (struct ehci_hcd *ehci, struct ehci_qh *qh); 302 qh_completions (struct ehci_hcd *ehci, struct ehci_qh *qh) in qh_completions() [all …]
|
D | ehci-sysfs.c | 27 struct ehci_hcd *ehci; in show_companion() 54 struct ehci_hcd *ehci; in store_companion() 85 struct ehci_hcd *ehci; in show_uframe_periodic_max() 98 struct ehci_hcd *ehci; in store_uframe_periodic_max() 162 static inline int create_sysfs_files(struct ehci_hcd *ehci) in create_sysfs_files() 178 static inline void remove_sysfs_files(struct ehci_hcd *ehci) in remove_sysfs_files()
|
D | ehci-mem.c | 38 static inline void ehci_qtd_init(struct ehci_hcd *ehci, struct ehci_qtd *qtd, in ehci_qtd_init() 49 static struct ehci_qtd *ehci_qtd_alloc (struct ehci_hcd *ehci, gfp_t flags) in ehci_qtd_alloc() 61 static inline void ehci_qtd_free (struct ehci_hcd *ehci, struct ehci_qtd *qtd) in ehci_qtd_free() 67 static void qh_destroy(struct ehci_hcd *ehci, struct ehci_qh *qh) in qh_destroy() 80 static struct ehci_qh *ehci_qh_alloc (struct ehci_hcd *ehci, gfp_t flags) in ehci_qh_alloc() 120 static void ehci_mem_cleanup (struct ehci_hcd *ehci) in ehci_mem_cleanup() 152 static int ehci_mem_init (struct ehci_hcd *ehci, gfp_t flags) in ehci_mem_init()
|
D | ehci-sched.c | 45 periodic_next_shadow(struct ehci_hcd *ehci, union ehci_shadow *periodic, in periodic_next_shadow() 62 shadow_next_periodic(struct ehci_hcd *ehci, union ehci_shadow *periodic, in shadow_next_periodic() 76 static void periodic_unlink(struct ehci_hcd *ehci, unsigned frame, void *ptr) in periodic_unlink() 149 struct ehci_hcd *ehci = in find_tt() 206 static void bandwidth_dbg(struct ehci_hcd *ehci, int sign, char *type, in bandwidth_dbg() 218 static void reserve_release_intr_bandwidth(struct ehci_hcd *ehci, in reserve_release_intr_bandwidth() 330 static inline unsigned char tt_start_uframe(struct ehci_hcd *ehci, __hc32 mask) in tt_start_uframe() 380 struct ehci_hcd *ehci, in tt_available() 440 struct ehci_hcd *ehci, in tt_no_collision() 516 static void enable_periodic(struct ehci_hcd *ehci) in enable_periodic() [all …]
|
D | ehci-fsl.c | 153 struct ehci_hcd *ehci = hcd_to_ehci(hcd); in fsl_ehci_drv_probe() 189 struct ehci_hcd *ehci = hcd_to_ehci(hcd); in ehci_fsl_setup_phy() 262 static int ehci_fsl_usb_setup(struct ehci_hcd *ehci) in ehci_fsl_usb_setup() 332 static int ehci_fsl_reinit(struct ehci_hcd *ehci) in ehci_fsl_reinit() 343 struct ehci_hcd *ehci = hcd_to_ehci(hcd); in ehci_fsl_setup() 386 struct ehci_hcd ehci; 400 struct ehci_hcd *ehci = hcd_to_ehci(hcd); in ehci_fsl_mpc512x_drv_suspend() 469 struct ehci_hcd *ehci = hcd_to_ehci(hcd); in ehci_fsl_mpc512x_drv_resume() 543 struct ehci_hcd *ehci = hcd_to_ehci(hcd); in hcd_to_ehci_fsl() 572 struct ehci_hcd *ehci = hcd_to_ehci(hcd); in ehci_fsl_drv_resume() [all …]
|
D | ehci-hub.c | 36 static void unlink_empty_async_suspended(struct ehci_hcd *ehci); 47 static void ehci_handover_companion_ports(struct ehci_hcd *ehci) in ehci_handover_companion_ports() 139 static int ehci_port_change(struct ehci_hcd *ehci) in ehci_port_change() 160 void ehci_adjust_port_wakeup_flags(struct ehci_hcd *ehci, in ehci_adjust_port_wakeup_flags() 229 struct ehci_hcd *ehci = hcd_to_ehci (hcd); in ehci_bus_suspend() 389 struct ehci_hcd *ehci = hcd_to_ehci (hcd); in ehci_bus_resume() 540 static void set_owner(struct ehci_hcd *ehci, int portnum, int new_owner) in set_owner() 574 struct ehci_hcd *ehci, in check_reset_complete() 623 struct ehci_hcd *ehci = hcd_to_ehci (hcd); in ehci_hub_status_data() 701 struct ehci_hcd *ehci, in ehci_hub_descriptor() [all …]
|
D | ehci-pmcmsp.c | 43 static void usb_hcd_tdi_set_mode(struct ehci_hcd *ehci) in usb_hcd_tdi_set_mode() 76 struct ehci_hcd *ehci = hcd_to_ehci(hcd); in ehci_msp_setup() 167 struct ehci_hcd *ehci ; in usb_hcd_msp_probe() 251 .hcd_priv_size = sizeof(struct ehci_hcd),
|
D | ehci-ppc-of.c | 27 .hcd_priv_size = sizeof(struct ehci_hcd), 97 struct ehci_hcd *ehci = NULL; in ehci_hcd_ppc_of_probe() 188 struct ehci_hcd *ehci = hcd_to_ehci(hcd); in ehci_hcd_ppc_of_remove()
|
D | ehci-msm.c | 49 struct ehci_hcd *ehci = hcd_to_ehci(hcd); in ehci_msm_reset() 182 struct ehci_hcd *ehci = hcd_to_ehci(hcd); in ehci_msm_pm_suspend() 197 struct ehci_hcd *ehci = hcd_to_ehci(hcd); in ehci_msm_pm_resume()
|
D | ehci-ps3.c | 24 static void ps3_ehci_setup_insnreg(struct ehci_hcd *ehci) in ps3_ehci_setup_insnreg() 55 struct ehci_hcd *ehci = hcd_to_ehci(hcd); in ps3_ehci_hc_reset() 72 .hcd_priv_size = sizeof(struct ehci_hcd),
|
D | ehci-pci.c | 73 static int ehci_pci_reinit(struct ehci_hcd *ehci, struct pci_dev *pdev) in ehci_pci_reinit() 102 struct ehci_hcd *ehci = hcd_to_ehci(hcd); in ehci_pci_setup() 350 struct ehci_hcd *ehci = hcd_to_ehci(hcd); in ehci_pci_resume()
|
D | ehci-xilinx-of.c | 77 .hcd_priv_size = sizeof(struct ehci_hcd), 134 struct ehci_hcd *ehci; in ehci_hcd_xilinx_of_probe()
|
D | ehci-grlib.c | 40 .hcd_priv_size = sizeof(struct ehci_hcd), 89 struct ehci_hcd *ehci = NULL; in ehci_hcd_grlib_probe()
|
D | ehci-tilegx.c | 58 .hcd_priv_size = sizeof(struct ehci_hcd), 103 struct ehci_hcd *ehci; in ehci_hcd_tilegx_drv_probe()
|
D | ehci-sh.c | 23 struct ehci_hcd *ehci = hcd_to_ehci(hcd); in ehci_sh_reset() 33 .hcd_priv_size = sizeof(struct ehci_hcd),
|
D | ehci-tegra.c | 130 struct ehci_hcd *ehci, in tegra_ehci_internal_port_reset() 203 struct ehci_hcd *ehci = hcd_to_ehci(hcd); in tegra_ehci_hub_control() 413 struct ehci_hcd *ehci; in tegra_ehci_probe() 577 struct ehci_hcd *ehci = hcd_to_ehci(hcd); in tegra_ehci_reset()
|
D | ehci-mxc.c | 58 struct ehci_hcd *ehci; in ehci_mxc_drv_probe() 173 struct ehci_hcd *ehci = hcd_to_ehci(hcd); in ehci_mxc_drv_remove()
|
D | ehci-mv.c | 93 .hcd_priv_size = sizeof(struct ehci_hcd), 136 struct ehci_hcd *ehci; in mv_ehci_probe()
|
D | ehci-st.c | 56 struct ehci_hcd *ehci = hcd_to_ehci(hcd); in st_ehci_platform_reset() 157 struct ehci_hcd *ehci; in st_ehci_platform_probe()
|
D | ehci-w90x900.c | 39 struct ehci_hcd *ehci; in ehci_w90x900_probe()
|
/drivers/usb/chipidea/ |
D | host.c | 45 struct ehci_hcd *ehci = hcd_to_ehci(hcd); in ehci_ci_portpower() 86 struct ehci_hcd *ehci = hcd_to_ehci(hcd); in ehci_ci_reset() 121 struct ehci_hcd *ehci; in host_start() 224 struct ehci_hcd *ehci = hcd_to_ehci(hcd); in ci_ehci_bus_suspend()
|