/linux/drivers/usb/host/ |
A D | ehci-timer.c | 11 static void ehci_set_command_bit(struct ehci_hcd *ehci, u32 bit) in ehci_set_command_bit() 95 static void ehci_poll_ASS(struct ehci_hcd *ehci) in ehci_poll_ASS() 134 static void ehci_disable_ASE(struct ehci_hcd *ehci) in ehci_disable_ASE() 141 static void ehci_poll_PSS(struct ehci_hcd *ehci) in ehci_poll_PSS() 180 static void ehci_disable_PSE(struct ehci_hcd *ehci) in ehci_disable_PSE() 276 static void start_free_itds(struct ehci_hcd *ehci) in start_free_itds() 290 static void end_free_itds(struct ehci_hcd *ehci) in end_free_itds() 320 static void ehci_iaa_watchdog(struct ehci_hcd *ehci) in ehci_iaa_watchdog() 360 static void turn_on_io_watchdog(struct ehci_hcd *ehci) in turn_on_io_watchdog() 383 static void (*event_handlers[])(struct ehci_hcd *) = { [all …]
|
A D | ehci-hcd.c | 181 static int ehci_halt (struct ehci_hcd *ehci) in ehci_halt() 212 static void tdi_reset (struct ehci_hcd *ehci) in tdi_reset() 231 int ehci_reset(struct ehci_hcd *ehci) in ehci_reset() 301 static void ehci_work(struct ehci_hcd *ehci); 358 struct ehci_hcd *ehci = hcd_to_ehci(hcd); in ehci_shutdown() 422 struct ehci_hcd *ehci = hcd_to_ehci (hcd); in ehci_stop() 456 struct ehci_hcd *ehci = hcd_to_ehci(hcd); in ehci_init() 681 struct ehci_hcd *ehci = hcd_to_ehci(hcd); in ehci_setup() 1046 struct ehci_hcd *ehci = hcd_to_ehci(hcd); in ehci_endpoint_reset() 1095 struct ehci_hcd *ehci = hcd_to_ehci(hcd); in ehci_remove_device() [all …]
|
A D | ehci.h | 111 struct ehci_hcd { /* one per controller */ struct 264 static inline struct ehci_hcd *hcd_to_ehci(struct usb_hcd *hcd) in hcd_to_ehci() argument 266 return (struct ehci_hcd *) (hcd->hcd_priv); in hcd_to_ehci() 268 static inline struct usb_hcd *ehci_to_hcd(struct ehci_hcd *ehci) in ehci_to_hcd() 657 ehci_port_speed(struct ehci_hcd *ehci, unsigned int portsc) in ehci_port_speed() 740 static inline unsigned int ehci_readl(const struct ehci_hcd *ehci, in ehci_readl() 764 static inline void ehci_writel(const struct ehci_hcd *ehci, in ehci_writel() 785 static inline void set_ohci_hcfs(struct ehci_hcd *ehci, int operational) in set_ohci_hcfs() 884 extern int ehci_handshake(struct ehci_hcd *ehci, void __iomem *ptr, 886 extern int ehci_reset(struct ehci_hcd *ehci); [all …]
|
A D | ehci-dbg.c | 15 static void dbg_hcs_params(struct ehci_hcd *ehci, char *label) in dbg_hcs_params() 51 static void dbg_hcc_params(struct ehci_hcd *ehci, char *label) in dbg_hcc_params() 270 dbg_cmd(struct ehci_hcd *ehci, const char *label, u32 command) in dbg_cmd() 473 struct ehci_hcd *ehci; in fill_async_buffer() 512 struct ehci_hcd *ehci; in fill_bandwidth_buffer() 624 struct ehci_hcd *ehci; in fill_periodic_buffer() 740 static const char *rh_state_string(struct ehci_hcd *ehci) in rh_state_string() 758 struct ehci_hcd *ehci; in fill_registers_buffer() 1026 static inline void create_debug_files(struct ehci_hcd *ehci) in create_debug_files() 1042 static inline void remove_debug_files(struct ehci_hcd *ehci) in remove_debug_files() [all …]
|
A D | ehci-q.c | 143 struct ehci_hcd *ehci = hcd_to_ehci(hcd); in ehci_clear_tt_buffer_complete() 188 struct ehci_hcd *ehci, in qtd_copy_status() 556 struct ehci_hcd *ehci, in qtd_list_free() 576 struct ehci_hcd *ehci, in qh_urb_transaction() 761 struct ehci_hcd *ehci, in qh_make() 953 static void enable_async(struct ehci_hcd *ehci) in enable_async() 966 static void disable_async(struct ehci_hcd *ehci) in disable_async() 1021 struct ehci_hcd *ehci, in qh_append_tds() 1103 struct ehci_hcd *ehci, in submit_async() 1173 struct ehci_hcd *ehci = hcd_to_ehci(hcd); in ehci_submit_single_step_set_feature() [all …]
|
A D | ehci-sysfs.c | 14 struct ehci_hcd *ehci; in companion_show() 41 struct ehci_hcd *ehci; in companion_store() 72 struct ehci_hcd *ehci; in uframe_periodic_max_show() 85 struct ehci_hcd *ehci; in uframe_periodic_max_store() 149 static inline int create_sysfs_files(struct ehci_hcd *ehci) in create_sysfs_files() 165 static inline void remove_sysfs_files(struct ehci_hcd *ehci) in remove_sysfs_files()
|
A D | ehci-mem.c | 25 static inline void ehci_qtd_init(struct ehci_hcd *ehci, struct ehci_qtd *qtd, in ehci_qtd_init() 36 static struct ehci_qtd *ehci_qtd_alloc (struct ehci_hcd *ehci, gfp_t flags) in ehci_qtd_alloc() 48 static inline void ehci_qtd_free (struct ehci_hcd *ehci, struct ehci_qtd *qtd) in ehci_qtd_free() 54 static void qh_destroy(struct ehci_hcd *ehci, struct ehci_qh *qh) in qh_destroy() 67 static struct ehci_qh *ehci_qh_alloc (struct ehci_hcd *ehci, gfp_t flags) in ehci_qh_alloc() 106 static void ehci_mem_cleanup (struct ehci_hcd *ehci) in ehci_mem_cleanup() 138 static int ehci_mem_init (struct ehci_hcd *ehci, gfp_t flags) in ehci_mem_init()
|
A D | ehci-sched.c | 137 struct ehci_hcd *ehci = in find_tt() 354 struct ehci_hcd *ehci, in tt_available() 414 struct ehci_hcd *ehci, in tt_no_collision() 742 struct ehci_hcd *ehci, in check_period() 768 struct ehci_hcd *ehci, in check_intr_schedule() 904 struct ehci_hcd *ehci, in intr_submit() 1017 struct ehci_hcd *ehci, in iso_stream_init() 1180 struct ehci_hcd *ehci, in itd_sched_init() 1236 struct ehci_hcd *ehci, in itd_urb_transaction() 1366 struct ehci_hcd *ehci, in itd_slot_ok() [all …]
|
A D | ehci-fsl.c | 153 struct ehci_hcd *ehci = hcd_to_ehci(hcd); in fsl_ehci_drv_probe() 202 struct ehci_hcd *ehci = hcd_to_ehci(hcd); in ehci_fsl_setup_phy() 301 static int ehci_fsl_usb_setup(struct ehci_hcd *ehci) in ehci_fsl_usb_setup() 366 static int ehci_fsl_reinit(struct ehci_hcd *ehci) in ehci_fsl_reinit() 377 struct ehci_hcd *ehci = hcd_to_ehci(hcd); in ehci_fsl_setup() 420 struct ehci_hcd ehci; 434 struct ehci_hcd *ehci = hcd_to_ehci(hcd); in ehci_fsl_mpc512x_drv_suspend() 503 struct ehci_hcd *ehci = hcd_to_ehci(hcd); in ehci_fsl_mpc512x_drv_resume() 577 struct ehci_hcd *ehci = hcd_to_ehci(hcd); in hcd_to_ehci_fsl() 606 struct ehci_hcd *ehci = hcd_to_ehci(hcd); in ehci_fsl_drv_resume() [all …]
|
A D | ehci-platform.c | 63 struct ehci_hcd *ehci = hcd_to_ehci(hcd); in ehci_platform_reset() 145 static bool quirk_poll_check_port_status(struct ehci_hcd *ehci) in quirk_poll_check_port_status() 167 static void quirk_poll_rebind_companion(struct ehci_hcd *ehci) in quirk_poll_rebind_companion() 188 struct ehci_hcd *ehci = container_of((void *)priv, struct ehci_hcd, in quirk_poll_work() 205 struct ehci_hcd *ehci = container_of((void *)priv, struct ehci_hcd, in quirk_poll_timer() 245 struct ehci_hcd *ehci; in ehci_platform_probe()
|
A D | ehci-hub.c | 125 static int ehci_port_change(struct ehci_hcd *ehci) in ehci_port_change() 146 void ehci_adjust_port_wakeup_flags(struct ehci_hcd *ehci, in ehci_adjust_port_wakeup_flags() 215 struct ehci_hcd *ehci = hcd_to_ehci (hcd); in ehci_bus_suspend() 378 struct ehci_hcd *ehci = hcd_to_ehci (hcd); in ehci_bus_resume() 519 struct ehci_hcd *ehci = hcd_to_ehci(hcd); in ehci_get_resuming_ports() 571 struct ehci_hcd *ehci, in check_reset_complete() 620 struct ehci_hcd *ehci = hcd_to_ehci (hcd); in ehci_hub_status_data() 698 struct ehci_hcd *ehci, in ehci_hub_descriptor() 739 struct ehci_hcd *ehci = hcd_to_ehci (hcd); in ehci_hub_control() 1181 struct ehci_hcd *ehci = hcd_to_ehci(hcd); in ehci_relinquish_port() [all …]
|
A D | ehci-brcm.c | 27 static inline void ehci_brcm_wait_for_sof(struct ehci_hcd *ehci, u32 delay) in ehci_brcm_wait_for_sof() 60 struct ehci_hcd *ehci = hcd_to_ehci(hcd); in ehci_brcm_hub_control() 95 struct ehci_hcd *ehci = hcd_to_ehci(hcd); in ehci_brcm_reset() 215 struct ehci_hcd *ehci = hcd_to_ehci(hcd); in ehci_brcm_resume()
|
A D | ehci-ppc-of.c | 28 .hcd_priv_size = sizeof(struct ehci_hcd), 98 struct ehci_hcd *ehci = NULL; in ehci_hcd_ppc_of_probe() 189 struct ehci_hcd *ehci = hcd_to_ehci(hcd); in ehci_hcd_ppc_of_remove()
|
A D | ehci-ps3.c | 12 static void ps3_ehci_setup_insnreg(struct ehci_hcd *ehci) in ps3_ehci_setup_insnreg() 43 struct ehci_hcd *ehci = hcd_to_ehci(hcd); in ps3_ehci_hc_reset() 60 .hcd_priv_size = sizeof(struct ehci_hcd),
|
A D | ehci-pci.c | 60 static int ehci_pci_reinit(struct ehci_hcd *ehci, struct pci_dev *pdev) in ehci_pci_reinit() 89 struct ehci_hcd *ehci = hcd_to_ehci(hcd); in ehci_pci_setup() 346 struct ehci_hcd *ehci = hcd_to_ehci(hcd); in ehci_pci_resume()
|
A D | ehci-grlib.c | 27 .hcd_priv_size = sizeof(struct ehci_hcd), 76 struct ehci_hcd *ehci = NULL; in ehci_hcd_grlib_probe()
|
A D | ehci-xilinx-of.c | 63 .hcd_priv_size = sizeof(struct ehci_hcd), 120 struct ehci_hcd *ehci; in ehci_hcd_xilinx_of_probe()
|
A D | ehci-sh.c | 19 struct ehci_hcd *ehci = hcd_to_ehci(hcd); in ehci_sh_reset() 29 .hcd_priv_size = sizeof(struct ehci_hcd),
|
A D | ehci-mv.c | 70 struct ehci_hcd *ehci = hcd_to_ehci(hcd); in mv_ehci_reset() 107 struct ehci_hcd *ehci; in mv_ehci_probe()
|
A D | ehci-atmel.c | 96 struct ehci_hcd *ehci; in ehci_atmel_drv_probe()
|
A D | ehci-orion.c | 213 struct ehci_hcd *ehci; in ehci_orion_drv_probe()
|
/linux/drivers/usb/chipidea/ |
A D | host.c | 40 struct ehci_hcd *ehci = hcd_to_ehci(hcd); in ehci_ci_portpower() 81 struct ehci_hcd *ehci = hcd_to_ehci(hcd); in ehci_ci_reset() 116 struct ehci_hcd *ehci; in host_start() 242 struct ehci_hcd *ehci = hcd_to_ehci(hcd); in ci_ehci_hub_control() 324 struct ehci_hcd *ehci = hcd_to_ehci(hcd); in ci_ehci_bus_suspend()
|
A D | ci_hdrc_tegra.c | 152 struct ehci_hcd *ehci; in tegra_usb_notify_event() 168 static int tegra_usb_internal_port_reset(struct ehci_hcd *ehci, in tegra_usb_internal_port_reset() 236 struct ehci_hcd *ehci = hcd_to_ehci(ci->hcd); in tegra_ehci_hub_control()
|
/linux/Documentation/ABI/testing/ |
A D | sysfs-module | 14 What: /sys/module/ehci_hcd/drivers/.../uframe_periodic_max
|
A D | sysfs-bus-pci-drivers-ehci_hcd | 1 What: /sys/bus/pci/drivers/ehci_hcd/.../companion
|