Home
last modified time | relevance | path

Searched refs:ehci_hcd (Results 1 – 25 of 30) sorted by relevance

12

/openbmc/linux/drivers/usb/host/
H A Dehci-timer.c11 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 …]
H A Dehci-hcd.c181 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()
1050 struct ehci_hcd *ehci = hcd_to_ehci(hcd); in ehci_endpoint_reset()
1099 struct ehci_hcd *ehci = hcd_to_ehci(hcd); in ehci_remove_device()
[all …]
H A Dehci.h111 struct ehci_hcd { /* one per controller */ struct
266 static inline struct ehci_hcd *hcd_to_ehci(struct usb_hcd *hcd) in hcd_to_ehci() argument
268 return (struct ehci_hcd *) (hcd->hcd_priv); in hcd_to_ehci()
270 static inline struct usb_hcd *ehci_to_hcd(struct ehci_hcd *ehci) in ehci_to_hcd()
659 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()
895 extern int ehci_handshake(struct ehci_hcd *ehci, void __iomem *ptr,
897 extern int ehci_reset(struct ehci_hcd *ehci);
[all …]
H A Dehci-sysfs.c14 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()
H A Dehci-mem.c25 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()
H A Dehci-dbg.c15 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 …]
H A Dehci-q.c144 struct ehci_hcd *ehci = hcd_to_ehci(hcd); in ehci_clear_tt_buffer_complete()
189 struct ehci_hcd *ehci, in qtd_copy_status()
557 struct ehci_hcd *ehci, in qtd_list_free()
577 struct ehci_hcd *ehci, in qh_urb_transaction()
762 struct ehci_hcd *ehci, in qh_make()
954 static void enable_async(struct ehci_hcd *ehci) in enable_async()
967 static void disable_async(struct ehci_hcd *ehci) in disable_async()
1022 struct ehci_hcd *ehci, in qh_append_tds()
1104 struct ehci_hcd *ehci, in submit_async()
1174 struct ehci_hcd *ehci = hcd_to_ehci(hcd); in ehci_submit_single_step_set_feature()
[all …]
H A Dehci-sched.c137 struct ehci_hcd *ehci = in find_tt()
354 struct ehci_hcd *ehci, in tt_available()
414 struct ehci_hcd *ehci, in tt_no_collision()
743 struct ehci_hcd *ehci, in check_period()
769 struct ehci_hcd *ehci, in check_intr_schedule()
905 struct ehci_hcd *ehci, in intr_submit()
1018 struct ehci_hcd *ehci, in iso_stream_init()
1179 struct ehci_hcd *ehci, in itd_sched_init()
1235 struct ehci_hcd *ehci, in itd_urb_transaction()
1365 struct ehci_hcd *ehci, in itd_slot_ok()
[all …]
H A Dehci-fsl.c147 struct ehci_hcd *ehci = hcd_to_ehci(hcd); in fsl_ehci_drv_probe()
196 struct ehci_hcd *ehci = hcd_to_ehci(hcd); in ehci_fsl_setup_phy()
295 static int ehci_fsl_usb_setup(struct ehci_hcd *ehci) in ehci_fsl_usb_setup()
360 static int ehci_fsl_reinit(struct ehci_hcd *ehci) in ehci_fsl_reinit()
371 struct ehci_hcd *ehci = hcd_to_ehci(hcd); in ehci_fsl_setup()
414 struct ehci_hcd ehci;
428 struct ehci_hcd *ehci = hcd_to_ehci(hcd); in ehci_fsl_mpc512x_drv_suspend()
497 struct ehci_hcd *ehci = hcd_to_ehci(hcd); in ehci_fsl_mpc512x_drv_resume()
571 struct ehci_hcd *ehci = hcd_to_ehci(hcd); in hcd_to_ehci_fsl()
600 struct ehci_hcd *ehci = hcd_to_ehci(hcd); in ehci_fsl_drv_resume()
[all …]
H A Dehci-platform.c60 struct ehci_hcd *ehci = hcd_to_ehci(hcd); in ehci_platform_reset()
142 static bool quirk_poll_check_port_status(struct ehci_hcd *ehci) in quirk_poll_check_port_status()
164 static void quirk_poll_rebind_companion(struct ehci_hcd *ehci) in quirk_poll_rebind_companion()
185 struct ehci_hcd *ehci = container_of((void *)priv, struct ehci_hcd, in quirk_poll_work()
202 struct ehci_hcd *ehci = container_of((void *)priv, struct ehci_hcd, in quirk_poll_timer()
242 struct ehci_hcd *ehci; in ehci_platform_probe()
H A Dehci-hub.c125 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()
699 struct ehci_hcd *ehci, in ehci_hub_descriptor()
740 struct ehci_hcd *ehci = hcd_to_ehci (hcd); in ehci_hub_control()
1189 struct ehci_hcd *ehci = hcd_to_ehci(hcd); in ehci_relinquish_port()
[all …]
H A Dehci-brcm.c27 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()
99 struct ehci_hcd *ehci = hcd_to_ehci(hcd); in ehci_brcm_reset()
218 struct ehci_hcd *ehci = hcd_to_ehci(hcd); in ehci_brcm_resume()
H A Dehci-ppc-of.c28 .hcd_priv_size = sizeof(struct ehci_hcd),
98 struct ehci_hcd *ehci = NULL; in ehci_hcd_ppc_of_probe()
190 struct ehci_hcd *ehci = hcd_to_ehci(hcd); in ehci_hcd_ppc_of_remove()
H A Dehci-ps3.c12 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),
H A Dehci-grlib.c27 .hcd_priv_size = sizeof(struct ehci_hcd),
76 struct ehci_hcd *ehci = NULL; in ehci_hcd_grlib_probe()
H A Dehci-xilinx-of.c63 .hcd_priv_size = sizeof(struct ehci_hcd),
122 struct ehci_hcd *ehci; in ehci_hcd_xilinx_of_probe()
H A Dehci-pci.c63 static int ehci_pci_reinit(struct ehci_hcd *ehci, struct pci_dev *pdev) in ehci_pci_reinit()
92 struct ehci_hcd *ehci = hcd_to_ehci(hcd); in ehci_pci_setup()
359 struct ehci_hcd *ehci = hcd_to_ehci(hcd); in ehci_pci_resume()
H A Dehci-sh.c19 struct ehci_hcd *ehci = hcd_to_ehci(hcd); in ehci_sh_reset()
29 .hcd_priv_size = sizeof(struct ehci_hcd),
H A Dehci-mv.c70 struct ehci_hcd *ehci = hcd_to_ehci(hcd); in mv_ehci_reset()
107 struct ehci_hcd *ehci; in mv_ehci_probe()
H A Dehci-atmel.c94 struct ehci_hcd *ehci; in ehci_atmel_drv_probe()
H A Dehci-orion.c209 struct ehci_hcd *ehci; in ehci_orion_drv_probe()
/openbmc/linux/drivers/usb/chipidea/
H A Dhost.c39 struct ehci_hcd *ehci = hcd_to_ehci(hcd); in ehci_ci_portpower()
87 struct ehci_hcd *ehci = hcd_to_ehci(hcd); in ehci_ci_reset()
122 struct ehci_hcd *ehci; in host_start()
249 struct ehci_hcd *ehci = hcd_to_ehci(hcd); in ci_ehci_hub_control()
331 struct ehci_hcd *ehci = hcd_to_ehci(hcd); in ci_ehci_bus_suspend()
H A Dci_hdrc_tegra.c156 struct ehci_hcd *ehci; in tegra_usb_notify_event()
172 static int tegra_usb_internal_port_reset(struct ehci_hcd *ehci, in tegra_usb_internal_port_reset()
240 struct ehci_hcd *ehci = hcd_to_ehci(ci->hcd); in tegra_ehci_hub_control()
/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-bus-pci-drivers-ehci_hcd1 What: /sys/bus/pci/drivers/ehci_hcd/.../companion
H A Dsysfs-module14 What: /sys/module/ehci_hcd/drivers/.../uframe_periodic_max

12