Home
last modified time | relevance | path

Searched defs:musb (Results 1 – 25 of 27) sorted by relevance

12

/linux/drivers/usb/musb/
H A Dmusb_core.h106 #define MUSB_MODE(musb) ((musb)->is_host ? "Host" : "Peripheral") argument
201 struct musb *musb; member
277 struct musb { struct
282 struct musb_io io; argument
283 const struct musb_platform_ops *ops; argument
284 struct musb_context_registers context; argument
302 enum musb_h_ep0_state ep0_stage; argument
310 struct musb_hw_ep *bulk_ep; argument
312 struct list_head control; /* of musb_qh */ argument
313 struct list_head in_bulk; /* of musb_qh */ argument
[all …]
H A Dmusb_core.c316 struct musb *musb = hw_ep->musb; in musb_default_write_fifo() local
360 struct musb *musb = hw_ep->musb; in musb_default_read_fifo() local
456 static u8 musb_read_devctl(struct musb *musb) in musb_read_devctl()
473 int musb_set_host(struct musb *musb) in musb_set_host()
520 int musb_set_peripheral(struct musb *musb) in musb_set_peripheral()
581 void musb_load_testpacket(struct musb *musb) in musb_load_testpacket()
598 struct musb *musb = from_timer(musb, t, otg_timer); in musb_otg_timer_func() local
627 void musb_hnp_stop(struct musb *musb) in musb_hnp_stop()
666 static void musb_handle_intr_resume(struct musb *musb, u8 devctl) in musb_handle_intr_resume()
728 static irqreturn_t musb_handle_intr_sessreq(struct musb *musb, u8 devctl) in musb_handle_intr_sessreq()
[all …]
H A Dmusb_gadget.c33 struct musb *musb, struct musb_ep *musb_ep) in map_dma_buffer() argument
84 struct musb *musb) in unmap_dma_buffer() argument
130 struct musb *musb; musb_g_giveback() local
160 struct musb *musb = ep->musb; nuke() local
208 max_ep_writesize(struct musb * musb,struct musb_ep * ep) max_ep_writesize() argument
223 txstate(struct musb * musb,struct musb_request * req) txstate() argument
406 musb_g_tx(struct musb * musb,u8 epnum) musb_g_tx() argument
518 rxstate(struct musb * musb,struct musb_request * req) rxstate() argument
790 musb_g_rx(struct musb * musb,u8 epnum) musb_g_rx() argument
915 struct musb *musb; musb_gadget_enable() local
1087 struct musb *musb; musb_gadget_disable() local
1171 musb_ep_restart(struct musb * musb,struct musb_request * req) musb_ep_restart() argument
1181 musb_ep_restart_resume_work(struct musb * musb,void * data) musb_ep_restart_resume_work() argument
1195 struct musb *musb; musb_gadget_queue() local
1275 struct musb *musb = musb_ep->musb; musb_gadget_dequeue() local
1332 struct musb *musb = musb_ep->musb; musb_gadget_set_halt() local
1433 struct musb *musb = musb_ep->musb; musb_gadget_fifo_status() local
1452 struct musb *musb = musb_ep->musb; musb_gadget_fifo_flush() local
1510 struct musb *musb = gadget_to_musb(gadget); musb_gadget_get_frame() local
1517 struct musb *musb = gadget_to_musb(gadget); musb_gadget_wakeup() local
1598 musb_pullup(struct musb * musb,int is_on) musb_pullup() argument
1631 struct musb *musb = gadget_to_musb(gadget); musb_gadget_vbus_draw() local
1638 struct musb *musb; musb_gadget_work() local
1652 struct musb *musb = gadget_to_musb(gadget); musb_gadget_pullup() local
1695 init_peripheral_ep(struct musb * musb,struct musb_ep * ep,u8 epnum,int is_in) init_peripheral_ep() argument
1743 musb_g_init_endpoints(struct musb * musb) musb_g_init_endpoints() argument
1772 musb_gadget_setup(struct musb * musb) musb_gadget_setup() argument
1809 musb_gadget_cleanup(struct musb * musb) musb_gadget_cleanup() argument
1832 struct musb *musb = gadget_to_musb(g); musb_gadget_start() local
1883 struct musb *musb = gadget_to_musb(g); musb_gadget_stop() local
1929 musb_g_resume(struct musb * musb) musb_g_resume() argument
1951 musb_g_suspend(struct musb * musb) musb_g_suspend() argument
1981 musb_g_wakeup(struct musb * musb) musb_g_wakeup() argument
1987 musb_g_disconnect(struct musb * musb) musb_g_disconnect() argument
2031 musb_g_reset(struct musb * musb) musb_g_reset() argument
[all...]
H A Dtusb6010.c34 struct platform_device *musb; member
49 static u8 tusb_get_revision(struct musb *musb) in tusb_get_revision()
66 static void tusb_print_revision(struct musb *musb) in tusb_print_revision()
99 static void tusb_wbus_quirk(struct musb *musb, int enabled) in tusb_wbus_quirk()
227 struct musb *musb = hw_ep->musb; in tusb_write_fifo() local
277 struct musb *musb = hw_ep->musb; in tusb_read_fifo() local
332 struct musb *musb = the_musb; in tusb_draw_power() local
367 static void tusb_set_clock_source(struct musb *musb, unsigned mode) in tusb_set_clock_source()
394 static void tusb_allow_idle(struct musb *musb, u32 wakeup_enables) in tusb_allow_idle()
431 static int tusb_musb_vbus_status(struct musb *musb) in tusb_musb_vbus_status()
[all …]
H A Dmusb_gadget.h28 static inline irqreturn_t musb_g_ep0_irq(struct musb *musb) in musb_g_ep0_irq()
33 static inline void musb_g_tx(struct musb *musb, u8 epnum) {} in musb_g_tx()
34 static inline void musb_g_rx(struct musb *musb, u8 epnum) {} in musb_g_rx()
35 static inline void musb_g_reset(struct musb *musb) {} in musb_g_reset()
36 static inline void musb_g_suspend(struct musb *musb) {} in musb_g_suspend()
37 static inline void musb_g_resume(struct musb *musb) {} in musb_g_resume()
38 static inline void musb_g_wakeup(struct musb *musb) {} in musb_g_wakeup()
39 static inline void musb_g_disconnect(struct musb *musb) {} in musb_g_disconnect()
40 static inline void musb_gadget_cleanup(struct musb *musb) {} in musb_gadget_cleanup()
41 static inline int musb_gadget_setup(struct musb *musb) in musb_gadget_setup()
[all …]
H A Domap2430.c33 struct platform_device *musb; member
45 static inline void omap2430_low_level_exit(struct musb *musb) in omap2430_low_level_exit()
55 static inline void omap2430_low_level_init(struct musb *musb) in omap2430_low_level_init()
93 struct musb *musb = glue_to_musb(glue); in omap_musb_set_mailbox() local
173 struct musb *musb = __hci; in omap2430_musb_interrupt() local
189 static int omap2430_musb_init(struct musb *musb) in omap2430_musb_init()
252 static void omap2430_musb_enable(struct musb *musb) in omap2430_musb_enable()
262 static void omap2430_musb_disable(struct musb *musb) in omap2430_musb_disable()
272 static int omap2430_musb_exit(struct musb *musb) in omap2430_musb_exit()
307 struct platform_device *musb; in omap2430_probe() local
[all …]
H A Dmusb_host.h75 static inline irqreturn_t musb_h_ep0_irq(struct musb *musb) in musb_h_ep0_irq()
80 static inline int musb_host_alloc(struct musb *musb) in musb_host_alloc()
85 static inline int musb_host_setup(struct musb *musb, int power_budget) in musb_host_setup()
90 static inline void musb_host_cleanup(struct musb *musb) {} in musb_host_cleanup()
91 static inline void musb_host_free(struct musb *musb) {} in musb_host_free()
92 static inline void musb_host_tx(struct musb *musb, u8 epnum) {} in musb_host_tx()
93 static inline void musb_host_rx(struct musb *musb, u8 epnum) {} in musb_host_rx()
94 static inline void musb_root_disconnect(struct musb *musb) {} in musb_root_disconnect()
95 static inline void musb_host_resume_root_hub(struct musb *musb) {} in musb_host_resume_root_hub()
96 static inline void musb_host_poke_root_hub(struct musb *musb) {} in musb_host_poke_root_hub()
[all …]
H A Dmusb_dma.h53 #define musb_dma_ux500(musb) (musb->ops->quirks & MUSB_DMA_UX500) argument
55 #define musb_dma_ux500(musb) 0 argument
59 #define musb_dma_cppi41(musb) (musb->ops->quirks & MUSB_DMA_CPPI41) argument
61 #define musb_dma_cppi41(musb) 0 argument
65 #define tusb_dma_omap(musb) (musb->ops->quirks & MUSB_DMA_TUSB_OMAP) argument
67 #define tusb_dma_omap(musb) 0 argument
71 #define musb_dma_inventra(musb) (musb->ops->quirks & MUSB_DMA_INVENTRA) argument
73 #define musb_dma_inventra(musb) 0 argument
77 #define is_cppi_enabled(musb) musb_dma_cppi41(musb) argument
79 #define is_cppi_enabled(musb) 0 argument
[all …]
H A Dmusb_gadget_ep0.c21 #define next_ep0_request(musb) next_in_request(&(musb)->endpoints[0]) argument
51 struct musb *musb, in service_tx_status_request()
151 service_in_request(struct musb *musb, const struct usb_ctrlrequest *ctrlrequest) in service_in_request()
175 static void musb_g_ep0_giveback(struct musb *musb, struct usb_request *req) in musb_g_ep0_giveback()
183 static inline void musb_try_b_hnp_enable(struct musb *musb) in musb_try_b_hnp_enable()
204 service_zero_data_request(struct musb *musb, in service_zero_data_request()
460 static void ep0_rxstate(struct musb *musb) in ep0_rxstate()
517 static void ep0_txstate(struct musb *musb) in ep0_txstate()
575 musb_read_setup(struct musb *musb, struct usb_ctrlrequest *req) in musb_read_setup()
623 forward_to_driver(struct musb *musb, const struct usb_ctrlrequest *ctrlrequest) in forward_to_driver()
[all …]
H A Dux500.c29 struct platform_device *musb; member
34 static void ux500_musb_set_vbus(struct musb *musb, int is_on) in ux500_musb_set_vbus()
97 struct musb *musb = container_of(nb, struct musb, nb); in musb_otg_notifications() local
128 struct musb *musb = __hci; in ux500_musb_interrupt() local
144 static int ux500_musb_init(struct musb *musb) in ux500_musb_init()
166 static int ux500_musb_exit(struct musb *musb) in ux500_musb_exit()
221 struct platform_device *musb; in ux500_probe() local
318 struct musb *musb = glue_to_musb(glue); in ux500_suspend() local
331 struct musb *musb = glue_to_musb(glue); in ux500_resume() local
H A Dda8xx.c69 struct platform_device *musb; member
85 static void da8xx_musb_enable(struct musb *musb) in da8xx_musb_enable()
104 static void da8xx_musb_disable(struct musb *musb) in da8xx_musb_disable()
116 static void da8xx_musb_set_vbus(struct musb *musb, int is_on) in da8xx_musb_set_vbus()
125 struct musb *musb = from_timer(musb, t, dev_timer); in otg_timer() local
194 static void __maybe_unused da8xx_musb_try_idle(struct musb *musb, unsigned long timeout) in da8xx_musb_try_idle()
223 static int da8xx_babble_recover(struct musb *musb) in da8xx_babble_recover()
232 struct musb *musb = hci; in da8xx_musb_interrupt() local
333 static int da8xx_musb_set_mode(struct musb *musb, u8 musb_mode) in da8xx_musb_set_mode()
355 static int da8xx_musb_init(struct musb *musb) in da8xx_musb_init()
[all …]
H A Dmusb_host.c88 struct musb *musb = ep->musb; in musb_h_tx_flush_fifo() local
196 musb_start_urb(struct musb *musb, int is_in, struct musb_qh *qh) in musb_start_urb()
277 static void musb_giveback(struct musb *musb, struct urb *urb, int status) in musb_giveback()
296 static void musb_advance_schedule(struct musb *musb, struct urb *urb, in musb_advance_schedule()
413 musb_host_packet_rx(struct musb *musb, struct urb *urb, u8 epnum, u8 iso_err) in musb_host_packet_rx()
514 musb_rx_reinit(struct musb *musb, struct musb_qh *qh, u8 epnum) in musb_rx_reinit()
669 static void musb_ep_program(struct musb *musb, u8 epnum, in musb_ep_program()
899 static void musb_bulk_nak_timeout(struct musb *musb, struct musb_hw_ep *ep, in musb_bulk_nak_timeout()
978 static bool musb_h_ep0_continue(struct musb *musb, u16 len, struct urb *urb) in musb_h_ep0_continue()
1054 irqreturn_t musb_h_ep0_irq(struct musb *musb) in musb_h_ep0_irq()
[all …]
H A Dmusb_virthub.c23 struct musb *musb; in musb_host_finish_resume() local
51 int musb_port_suspend(struct musb *musb, bool do_suspend) in musb_port_suspend()
122 void musb_port_reset(struct musb *musb, bool do_reset) in musb_port_reset()
198 void musb_root_disconnect(struct musb *musb) in musb_root_disconnect()
234 struct musb *musb = hcd_to_musb(hcd); in musb_hub_status_data() local
245 static int musb_has_gadget(struct musb *musb) in musb_has_gadget()
268 struct musb *musb = hcd_to_musb(hcd); in musb_hub_control() local
H A Dmusb_dsps.c103 struct platform_device *musb; /* child musb pdev */ member
135 struct musb *musb = platform_get_drvdata(glue->musb); in dsps_mod_timer() local
167 static void dsps_musb_enable(struct musb *musb) in dsps_musb_enable()
193 static void dsps_musb_disable(struct musb *musb) in dsps_musb_disable()
207 static int dsps_check_status(struct musb *musb, void *unused) in dsps_check_status()
280 struct musb *musb = from_timer(musb, t, dev_timer); in otg_timer() local
302 static void dsps_musb_clear_ep_rxintr(struct musb *musb, int epnum) in dsps_musb_clear_ep_rxintr()
315 struct musb *musb = hci; in dsps_interrupt() local
407 static int dsps_musb_dbg_init(struct musb *musb, struct dsps_glue *glue) in dsps_musb_dbg_init()
424 static int dsps_musb_init(struct musb *musb) in dsps_musb_init()
[all …]
H A Dmusb_debugfs.c86 struct musb *musb = s->private; in musb_regdump_show() local
117 struct musb *musb = s->private; in musb_test_mode_show() local
167 struct musb *musb = s->private; in musb_test_mode_write() local
234 struct musb *musb = s->private; in musb_softconnect_show() local
267 struct musb *musb = s->private; in musb_softconnect_write() local
324 void musb_init_debugfs(struct musb *musb) in musb_init_debugfs()
338 void /* __init_or_exit */ musb_exit_debugfs(struct musb *musb) in musb_exit_debugfs()
H A Dsunxi.c82 struct musb *musb; member
106 struct musb *musb = glue->musb; in sunxi_musb_work() local
146 static void sunxi_musb_set_vbus(struct musb *musb, int is_on) in sunxi_musb_set_vbus()
160 static void sunxi_musb_pre_root_reset_end(struct musb *musb) in sunxi_musb_pre_root_reset_end()
167 static void sunxi_musb_post_root_reset_end(struct musb *musb) in sunxi_musb_post_root_reset_end()
176 struct musb *musb = __hci; in sunxi_musb_interrupt() local
222 static int sunxi_musb_init(struct musb *musb) in sunxi_musb_init()
277 static int sunxi_musb_exit(struct musb *musb) in sunxi_musb_exit()
301 static void sunxi_musb_enable(struct musb *musb) in sunxi_musb_enable()
314 static void sunxi_musb_disable(struct musb *musb) in sunxi_musb_disable()
[all …]
H A Dmediatek.c44 struct musb *musb; member
68 struct musb *musb = glue->musb; in mtk_otg_switch_set() local
153 struct musb *musb = __hci; in generic_interrupt() local
177 struct musb *musb = (struct musb *)dev_id; in mtk_musb_interrupt() local
218 static int mtk_musb_set_mode(struct musb *musb, u8 mode) in mtk_musb_set_mode()
255 static int mtk_musb_init(struct musb *musb) in mtk_musb_init()
305 struct musb *musb = qh->hw_ep->musb; in mtk_musb_get_toggle() local
315 struct musb *musb = qh->hw_ep->musb; in mtk_musb_set_toggle() local
334 static int mtk_musb_exit(struct musb *musb) in mtk_musb_exit()
H A Dmusb_cppi41.c73 struct musb *musb = hw_ep->musb; in update_rx_toggle() local
103 struct musb *musb = hw_ep->musb; in musb_is_tx_fifo_empty() local
120 struct musb *musb = hw_ep->musb; in cppi41_trans_done() local
189 struct musb *musb; in cppi41_recheck_tx_req() local
227 struct musb *musb = hw_ep->musb; in cppi41_dma_callback() local
343 struct musb *musb = controller->controller.musb; in cppi41_set_dma_mode() local
370 struct musb *musb = controller->controller.musb; in da8xx_set_dma_mode() local
420 struct musb *musb = cppi41_channel->controller->controller.musb; in cppi41_configure_channel() local
559 struct musb *musb = controller->controller.musb; in cppi41_is_compatible() local
577 struct musb *musb = controller->controller.musb; in cppi41_dma_channel_abort() local
[all …]
H A Djz4740.c23 struct musb *musb; member
32 struct musb *musb = __hci; in jz4740_musb_interrupt() local
103 static int jz4740_musb_init(struct musb *musb) in jz4740_musb_init()
178 static int jz4740_musb_exit(struct musb *musb) in jz4740_musb_exit()
239 struct platform_device *musb; in jz4740_probe() local
H A Dmusb_regs.h282 static inline void musb_write_rxfunaddr(struct musb *musb, u8 epnum, in musb_write_rxfunaddr()
290 static inline void musb_write_rxhubaddr(struct musb *musb, u8 epnum, in musb_write_rxhubaddr()
297 static inline void musb_write_rxhubport(struct musb *musb, u8 epnum, in musb_write_rxhubport()
304 static inline void musb_write_txfunaddr(struct musb *musb, u8 epnum, in musb_write_txfunaddr()
312 static inline void musb_write_txhubaddr(struct musb *musb, u8 epnum, in musb_write_txhubaddr()
319 static inline void musb_write_txhubport(struct musb *musb, u8 epnum, in musb_write_txhubport()
326 static inline u8 musb_read_rxfunaddr(struct musb *musb, u8 epnum) in musb_read_rxfunaddr()
332 static inline u8 musb_read_rxhubaddr(struct musb *musb, u8 epnum) in musb_read_rxhubaddr()
338 static inline u8 musb_read_rxhubport(struct musb *musb, u8 epnum) in musb_read_rxhubport()
344 static inline u8 musb_read_txfunaddr(struct musb *musb, u8 epnum) in musb_read_txfunaddr()
[all …]
H A Dmusbhsdma.c78 struct musb *musb = controller->private_data; in dma_controller_stop() local
149 struct musb *musb = controller->private_data; in configure_channel() local
187 struct musb *musb = controller->private_data; in dma_channel_program() local
224 struct musb *musb = musb_channel->controller->private_data; in dma_channel_abort() local
269 struct musb *musb = controller->private_data; in dma_controller_irq() local
394 dma_controller_alloc(struct musb *musb, void __iomem *base) in dma_controller_alloc()
414 musbhs_dma_controller_create(struct musb *musb, void __iomem *base) in musbhs_dma_controller_create()
445 musbhs_dma_controller_create_noirq(struct musb *musb, void __iomem *base) in musbhs_dma_controller_create_noirq()
H A Dux500_dma.c56 struct musb *musb = hw_ep->musb; in ux500_dma_callback() local
82 struct musb *musb = ux500_channel->controller->private_data; in ux500_configure_channel() local
134 struct musb *musb = controller->private_data; in ux500_dma_channel_allocate() local
166 struct musb *musb = ux500_channel->controller->private_data; in ux500_dma_channel_release() local
211 struct musb *musb = controller->private_data; in ux500_dma_channel_abort() local
269 struct musb *musb = controller->private_data; in ux500_dma_controller_start() local
358 ux500_dma_controller_create(struct musb *musb, void __iomem *base) in ux500_dma_controller_create()
H A Dmpfs.c27 struct platform_device *musb; member
56 struct musb *musb = __hci; in mpfs_musb_interrupt() local
76 static void mpfs_musb_set_vbus(struct musb *musb, int is_on) in mpfs_musb_set_vbus()
114 static int mpfs_musb_init(struct musb *musb) in mpfs_musb_init()
H A Dtusb6010_omap.c30 struct musb *musb; member
102 struct musb *musb = chdat->musb; in tusb_omap_dma_cb() local
186 struct musb *musb = chdat->musb; in tusb_omap_dma_program() local
428 struct musb *musb; in tusb_omap_dma_allocate() local
502 struct musb *musb = chdat->musb; in tusb_omap_dma_release() local
538 struct musb *musb = tusb_dma->controller.musb; in tusb_omap_allocate_dma_pool() local
583 tusb_dma_controller_create(struct musb *musb, void __iomem *base) in tusb_dma_controller_create()
H A Dmusb_debug.h26 static inline void musb_init_debugfs(struct musb *musb) in musb_init_debugfs()
29 static inline void musb_exit_debugfs(struct musb *musb) in musb_exit_debugfs()

12