Home
last modified time | relevance | path

Searched defs:imx21 (Results 1 - 3 of 3) sorted by relevance

/kernel/linux/linux-5.10/drivers/usb/host/
H A Dimx21-dbg.c14 static inline void create_debug_files(struct imx21 *imx21) { } in create_debug_files() argument
15 static inline void remove_debug_files(struct imx21 *imx21) { } in remove_debug_files() argument
16 static inline void debug_urb_submitted(struct imx21 *imx21, struct urb *urb) {} in debug_urb_submitted() argument
17 static inline void debug_urb_completed(struct imx21 *imx21, struct urb *urb, in debug_urb_completed() argument
19 static inline void debug_urb_unlinked(struct imx21 *imx2 in debug_urb_completed() argument
20 debug_urb_queued_for_etd(struct imx21 *imx21, struct urb *urb) debug_urb_queued_for_etd() argument
22 debug_urb_queued_for_dmem(struct imx21 *imx21, struct urb *urb) debug_urb_queued_for_dmem() argument
24 debug_etd_allocated(struct imx21 *imx21) debug_etd_allocated() argument
25 debug_etd_freed(struct imx21 *imx21) debug_etd_freed() argument
26 debug_dmem_allocated(struct imx21 *imx21, int size) debug_dmem_allocated() argument
27 debug_dmem_freed(struct imx21 *imx21, int size) debug_dmem_freed() argument
28 debug_isoc_submitted(struct imx21 *imx21, int frame, struct td *td) debug_isoc_submitted() argument
30 debug_isoc_completed(struct imx21 *imx21, int frame, struct td *td, int cc, int len) debug_isoc_completed() argument
57 stats_for_urb(struct imx21 *imx21, struct urb *urb) stats_for_urb() argument
64 debug_urb_submitted(struct imx21 *imx21, struct urb *urb) debug_urb_submitted() argument
69 debug_urb_completed(struct imx21 *imx21, struct urb *urb, int st) debug_urb_completed() argument
77 debug_urb_unlinked(struct imx21 *imx21, struct urb *urb) debug_urb_unlinked() argument
82 debug_urb_queued_for_etd(struct imx21 *imx21, struct urb *urb) debug_urb_queued_for_etd() argument
87 debug_urb_queued_for_dmem(struct imx21 *imx21, struct urb *urb) debug_urb_queued_for_dmem() argument
92 debug_etd_allocated(struct imx21 *imx21) debug_etd_allocated() argument
99 debug_etd_freed(struct imx21 *imx21) debug_etd_freed() argument
104 debug_dmem_allocated(struct imx21 *imx21, int size) debug_dmem_allocated() argument
112 debug_dmem_freed(struct imx21 *imx21, int size) debug_dmem_freed() argument
118 debug_isoc_submitted(struct imx21 *imx21, int frame, struct td *td) debug_isoc_submitted() argument
131 debug_isoc_completed(struct imx21 *imx21, int frame, struct td *td, int cc, int len) debug_isoc_completed() argument
188 struct imx21 *imx21 = s->private; debug_status_show() local
252 struct imx21 *imx21 = s->private; debug_dmem_show() local
274 struct imx21 *imx21 = s->private; debug_etd_show() local
362 struct imx21 *imx21 = s->private; debug_statistics_show() local
397 struct imx21 *imx21 = s->private; debug_isoc_show() local
418 create_debug_files(struct imx21 *imx21) create_debug_files() argument
433 remove_debug_files(struct imx21 *imx21) remove_debug_files() argument
[all...]
H A Dimx21-hcd.c75 static inline void set_register_bits(struct imx21 *imx21, u32 offset, u32 mask) in set_register_bits() argument
81 clear_register_bits(struct imx21 *imx21, u32 offset, u32 mask) clear_register_bits() argument
88 clear_toggle_bit(struct imx21 *imx21, u32 offset, u32 mask) clear_toggle_bit() argument
96 set_toggle_bit(struct imx21 *imx21, u32 offset, u32 mask) set_toggle_bit() argument
104 etd_writel(struct imx21 *imx21, int etd_num, int dword, u32 value) etd_writel() argument
109 etd_readl(struct imx21 *imx21, int etd_num, int dword) etd_readl() argument
127 struct imx21 *imx21 = hcd_to_imx21(hcd); imx21_hc_get_frame() local
148 alloc_etd(struct imx21 *imx21) alloc_etd() argument
164 disactivate_etd(struct imx21 *imx21, int num) disactivate_etd() argument
179 reset_etd(struct imx21 *imx21, int num) reset_etd() argument
194 free_etd(struct imx21 *imx21, int num) free_etd() argument
214 setup_etd_dword0(struct imx21 *imx21, int etd_num, struct urb *urb, u8 dir, u16 maxpacket) setup_etd_dword0() argument
231 copy_to_dmem( struct imx21 *imx21, int dmem_offset, void *src, int count) copy_to_dmem() argument
254 activate_etd(struct imx21 *imx21, int etd_num, u8 dir) activate_etd() argument
351 alloc_dmem(struct imx21 *imx21, unsigned int size, struct usb_host_endpoint *ep) alloc_dmem() argument
392 activate_queued_etd(struct imx21 *imx21, struct etd_priv *etd, u32 dmem_offset) activate_queued_etd() argument
410 free_dmem(struct imx21 *imx21, struct etd_priv *etd) free_dmem() argument
448 free_epdmem(struct imx21 *imx21, struct usb_host_endpoint *ep) free_epdmem() argument
469 ep_idle(struct imx21 *imx21, struct ep_priv *ep_priv) ep_idle() argument
511 struct imx21 *imx21 = hcd_to_imx21(hcd); global() variable
529 nonisoc_urb_completed_for_etd( struct imx21 *imx21, struct etd_priv *etd, int status) nonisoc_urb_completed_for_etd() argument
554 struct imx21 *imx21 = hcd_to_imx21(hcd); schedule_isoc_etds() local
620 struct imx21 *imx21 = hcd_to_imx21(hcd); isoc_etd_done() local
680 alloc_isoc_ep( struct imx21 *imx21, struct usb_host_endpoint *ep) alloc_isoc_ep() argument
699 alloc_isoc_etds(struct imx21 *imx21, struct ep_priv *ep_priv) alloc_isoc_etds() argument
730 struct imx21 *imx21 = hcd_to_imx21(hcd); imx21_hc_urb_enqueue_isoc() local
867 dequeue_isoc_urb(struct imx21 *imx21, struct urb *urb, struct ep_priv *ep_priv) dequeue_isoc_urb() argument
898 schedule_nonisoc_etd(struct imx21 *imx21, struct urb *urb) schedule_nonisoc_etd() argument
1032 struct imx21 *imx21 = hcd_to_imx21(hcd); nonisoc_etd_done() local
1154 struct imx21 *imx21 = hcd_to_imx21(hcd); imx21_hc_urb_enqueue() local
1250 struct imx21 *imx21 = hcd_to_imx21(hcd); imx21_hc_urb_dequeue() local
1300 process_etds(struct usb_hcd *hcd, struct imx21 *imx21, int sof) process_etds() argument
1399 struct imx21 *imx21 = hcd_to_imx21(hcd); imx21_irq() local
1418 struct imx21 *imx21 = hcd_to_imx21(hcd); imx21_hc_endpoint_disable() local
1463 struct imx21 *imx21 = hcd_to_imx21(hcd); get_hub_descriptor() local
1482 struct imx21 *imx21 = hcd_to_imx21(hcd); imx21_hc_hub_status_data() local
1518 struct imx21 *imx21 = hcd_to_imx21(hcd); imx21_hc_hub_control() local
1656 struct imx21 *imx21 = hcd_to_imx21(hcd); imx21_hc_reset() local
1685 struct imx21 *imx21 = hcd_to_imx21(hcd); imx21_hc_start() local
1753 struct imx21 *imx21 = hcd_to_imx21(hcd); imx21_hc_stop() local
1807 struct imx21 *imx21 = hcd_to_imx21(hcd); imx21_remove() local
1828 struct imx21 *imx21; imx21_probe() local
[all...]
H A Dimx21-hcd.h406 struct imx21 { struct

Completed in 3 milliseconds