Searched defs:fotg210 (Results 1 – 5 of 5) sorted by relevance
/linux-6.3-rc2/drivers/usb/fotg210/ |
A D | fotg210-hcd.c | 81 #define fotg210_dbg(fotg210, fmt, args...) \ argument 83 #define fotg210_err(fotg210, fmt, args...) \ argument 85 #define fotg210_info(fotg210, fmt, args...) \ argument 87 #define fotg210_warn(fotg210, fmt, args...) \ argument 450 struct fotg210_hcd *fotg210; in fill_async_buffer() local 517 struct fotg210_hcd *fotg210; in fill_periodic_buffer() local 642 struct fotg210_hcd *fotg210; in fill_registers_buffer() local 1339 struct fotg210_hcd *fotg210 = in fotg210_hrtimer_func() local 4688 struct fotg210_hcd *fotg210; in uframe_periodic_max_show() local 4697 struct fotg210_hcd *fotg210; in uframe_periodic_max_store() local [all …]
|
A D | fotg210-udc.c | 96 struct fotg210_udc *fotg210 = ep->fotg210; in fotg210_fifo_ep_mapping() local 123 struct fotg210_udc *fotg210 = ep->fotg210; in fotg210_set_fifo_dir() local 133 struct fotg210_udc *fotg210 = ep->fotg210; in fotg210_set_tfrtype() local 144 struct fotg210_udc *fotg210 = ep->fotg210; in fotg210_set_mps() local 157 struct fotg210_udc *fotg210 = ep->fotg210; in fotg210_config_ep() local 269 struct fotg210_udc *fotg210 = ep->fotg210; in fotg210_enable_dma() local 457 struct fotg210_udc *fotg210 = ep->fotg210; in fotg210_set_epnstall() local 493 struct fotg210_udc *fotg210; in fotg210_set_halt_and_wedge() local 724 struct fotg210_udc *fotg210; in fotg210_ep0_complete() local 884 struct fotg210_udc *fotg210 = _fotg210; in fotg210_irq() local [all …]
|
A D | fotg210.h | 11 struct fotg210 { struct 20 void fotg210_vbus(struct fotg210 *fotg, bool enable); argument
|
A D | fotg210-hcd.h | 308 #define QTD_NEXT(fotg210, dma) cpu_to_hc32(fotg210, (u32)dma) argument 337 #define ACTIVE_BIT(fotg210) cpu_to_hc32(fotg210, QTD_STS_ACTIVE) argument 338 #define HALT_BIT(fotg210) cpu_to_hc32(fotg210, QTD_STS_HALT) argument 339 #define STATUS_BIT(fotg210) cpu_to_hc32(fotg210, QTD_STS_STS) argument 352 #define QTD_MASK(fotg210) cpu_to_hc32(fotg210, ~0x1f) argument 375 #define QH_NEXT(fotg210, dma) \ argument 379 #define FOTG210_LIST_END(fotg210) \ argument 598 #define fotg210_prepare_ports_for_controller_resume(fotg210) \ argument 611 fotg210_get_speed(struct fotg210_hcd *fotg210, unsigned int portsc) in fotg210_get_speed() 619 fotg210_port_speed(struct fotg210_hcd *fotg210, unsigned int portsc) in fotg210_port_speed() [all …]
|
A D | fotg210-udc.h | 219 struct fotg210_udc *fotg210; member
|
Completed in 21 milliseconds