/drivers/usb/host/ |
D | ehci-hcd.c | 130 static int handshake (struct ehci_hcd *ehci, void __iomem *ptr, in handshake() 149 static int ehci_halt (struct ehci_hcd *ehci) in ehci_halt() 166 static int handshake_on_error_set_halt(struct ehci_hcd *ehci, void __iomem *ptr, in handshake_on_error_set_halt() 183 static void tdi_reset (struct ehci_hcd *ehci) in tdi_reset() 201 static int ehci_reset (struct ehci_hcd *ehci) in ehci_reset() 224 static void ehci_quiesce (struct ehci_hcd *ehci) in ehci_quiesce() 264 struct ehci_hcd *ehci = (struct ehci_hcd *) param; in ehci_iaa_watchdog() local 312 struct ehci_hcd *ehci = (struct ehci_hcd *) param; in ehci_watchdog() local 331 static void ehci_turn_off_all_ports(struct ehci_hcd *ehci) in ehci_turn_off_all_ports() 344 static void ehci_silence_controller(struct ehci_hcd *ehci) in ehci_silence_controller() [all …]
|
D | ehci-sched.c | 47 periodic_next_shadow(struct ehci_hcd *ehci, union ehci_shadow *periodic, in periodic_next_shadow() 64 static void periodic_unlink (struct ehci_hcd *ehci, unsigned frame, void *ptr) in periodic_unlink() 91 periodic_usecs (struct ehci_hcd *ehci, unsigned frame, unsigned uframe) in periodic_usecs() 182 static inline unsigned char tt_start_uframe(struct ehci_hcd *ehci, __hc32 mask) in tt_start_uframe() 220 struct ehci_hcd *ehci, in periodic_tt_usecs() 292 struct ehci_hcd *ehci, in tt_available() 361 struct ehci_hcd *ehci, in tt_no_collision() 435 static int enable_periodic (struct ehci_hcd *ehci) in enable_periodic() 462 static int disable_periodic (struct ehci_hcd *ehci) in disable_periodic() 494 static int qh_link_periodic (struct ehci_hcd *ehci, struct ehci_qh *qh) in qh_link_periodic() [all …]
|
D | ehci-hub.c | 47 static void ehci_handover_companion_ports(struct ehci_hcd *ehci) in ehci_handover_companion_ports() 111 struct ehci_hcd *ehci = hcd_to_ehci (hcd); in ehci_bus_suspend() local 193 struct ehci_hcd *ehci = hcd_to_ehci (hcd); in ehci_bus_resume() local 304 struct ehci_hcd *ehci; in show_companion() local 325 static void set_owner(struct ehci_hcd *ehci, int portnum, int new_owner) in set_owner() 365 struct ehci_hcd *ehci; in store_companion() local 388 static inline void create_companion_file(struct ehci_hcd *ehci) in create_companion_file() 398 static inline void remove_companion_file(struct ehci_hcd *ehci) in remove_companion_file() 410 struct ehci_hcd *ehci, in check_reset_complete() 458 struct ehci_hcd *ehci = hcd_to_ehci (hcd); in ehci_hub_status_data() local [all …]
|
D | ehci-q.c | 46 qtd_fill(struct ehci_hcd *ehci, struct ehci_qtd *qtd, dma_addr_t buf, in qtd_fill() 88 qh_update (struct ehci_hcd *ehci, struct ehci_qh *qh, struct ehci_qtd *qtd) in qh_update() 122 qh_refresh (struct ehci_hcd *ehci, struct ehci_qh *qh) in qh_refresh() 143 struct ehci_hcd *ehci, in qtd_copy_status() 226 ehci_urb_done(struct ehci_hcd *ehci, struct urb *urb, int status) in ehci_urb_done() 280 qh_completions (struct ehci_hcd *ehci, struct ehci_qh *qh) in qh_completions() 483 struct ehci_hcd *ehci, in qtd_list_free() 503 struct ehci_hcd *ehci, in qh_urb_transaction() 665 struct ehci_hcd *ehci, in qh_make() 831 static void qh_link_async (struct ehci_hcd *ehci, struct ehci_qh *qh) in qh_link_async() [all …]
|
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() 69 struct ehci_hcd *ehci = qh->ehci; in qh_destroy() local 81 static struct ehci_qh *ehci_qh_alloc (struct ehci_hcd *ehci, gfp_t flags) in ehci_qh_alloc() 129 static void ehci_mem_cleanup (struct ehci_hcd *ehci) in ehci_mem_cleanup() 166 static int ehci_mem_init (struct ehci_hcd *ehci, gfp_t flags) in ehci_mem_init()
|
D | ehci-dbg.c | 21 #define ehci_dbg(ehci, fmt, args...) \ argument 23 #define ehci_err(ehci, fmt, args...) \ argument 25 #define ehci_info(ehci, fmt, args...) \ argument 27 #define ehci_warn(ehci, fmt, args...) \ argument 35 # define ehci_vdbg(ehci, fmt, args...) do { } while (0) argument 44 static void dbg_hcs_params (struct ehci_hcd *ehci, char *label) in dbg_hcs_params() 78 static inline void dbg_hcs_params (struct ehci_hcd *ehci, char *label) {} in dbg_hcs_params() 88 static void dbg_hcc_params (struct ehci_hcd *ehci, char *label) in dbg_hcc_params() 112 static inline void dbg_hcc_params (struct ehci_hcd *ehci, char *label) {} in dbg_hcc_params() 119 dbg_qtd (const char *label, struct ehci_hcd *ehci, struct ehci_qtd *qtd) in dbg_qtd() [all …]
|
D | ehci.h | 162 static inline struct usb_hcd *ehci_to_hcd (struct ehci_hcd *ehci) in ehci_to_hcd() 169 iaa_watchdog_start(struct ehci_hcd *ehci) in iaa_watchdog_start() 176 static inline void iaa_watchdog_done(struct ehci_hcd *ehci) in iaa_watchdog_done() 188 timer_action_done (struct ehci_hcd *ehci, enum ehci_timer_action action) in timer_action_done() 194 timer_action (struct ehci_hcd *ehci, enum ehci_timer_action action) in timer_action() 235 #define QTD_NEXT(ehci, dma) cpu_to_hc32(ehci, (u32)dma) argument 264 #define ACTIVE_BIT(ehci) cpu_to_hc32(ehci, QTD_STS_ACTIVE) argument 265 #define HALT_BIT(ehci) cpu_to_hc32(ehci, QTD_STS_HALT) argument 266 #define STATUS_BIT(ehci) cpu_to_hc32(ehci, QTD_STS_STS) argument 279 #define QTD_MASK(ehci) cpu_to_hc32 (ehci, ~0x1f) argument [all …]
|
D | ehci-pci.c | 28 static int ehci_pci_reinit(struct ehci_hcd *ehci, struct pci_dev *pdev) in ehci_pci_reinit() 67 struct ehci_hcd *ehci = hcd_to_ehci(hcd); in ehci_pci_setup() local 273 struct ehci_hcd *ehci = hcd_to_ehci(hcd); in ehci_pci_suspend() local 314 struct ehci_hcd *ehci = hcd_to_ehci(hcd); in ehci_pci_resume() local
|
D | ehci-fsl.c | 158 static void mpc83xx_setup_phy(struct ehci_hcd *ehci, in mpc83xx_setup_phy() 184 struct ehci_hcd *ehci = hcd_to_ehci(hcd); in mpc83xx_usb_setup() local 244 static int ehci_fsl_reinit(struct ehci_hcd *ehci) in ehci_fsl_reinit() 255 struct ehci_hcd *ehci = hcd_to_ehci(hcd); in ehci_fsl_setup() local
|
D | ehci-ppc-of.c | 23 struct ehci_hcd *ehci = hcd_to_ehci(hcd); in ehci_ppc_of_setup() local 110 struct ehci_hcd *ehci = NULL; in ehci_hcd_ppc_of_probe() local 213 struct ehci_hcd *ehci = hcd_to_ehci(hcd); in ehci_hcd_ppc_of_remove() local
|
D | ehci-au1xxx.c | 120 struct ehci_hcd *ehci; in ehci_hcd_au1xxx_drv_probe() local 203 struct ehci_hcd *ehci = hcd_to_ehci(hcd); in ehci_hcd_au1xxx_drv_suspend() local 252 struct ehci_hcd *ehci = hcd_to_ehci(hcd); in ehci_hcd_au1xxx_drv_resume() local
|
D | ehci-orion.c | 105 struct ehci_hcd *ehci = hcd_to_ehci(hcd); in ehci_orion_setup() local 195 struct ehci_hcd *ehci; in ehci_orion_drv_probe() local
|
D | ehci-ixp4xx.c | 18 struct ehci_hcd *ehci = hcd_to_ehci(hcd); in ixp4xx_ehci_init() local
|
D | ehci-ps3.c | 27 struct ehci_hcd *ehci = hcd_to_ehci(hcd); in ps3_ehci_hc_reset() local
|