Lines Matching refs:usbf_udc

281 	struct			usbf_udc *udc;
304 struct usbf_udc { struct
426 static inline u32 usbf_reg_readl(struct usbf_udc *udc, uint offset) in usbf_reg_readl()
431 static inline void usbf_reg_writel(struct usbf_udc *udc, uint offset, u32 val) in usbf_reg_writel()
436 static inline void usbf_reg_bitset(struct usbf_udc *udc, uint offset, u32 set) in usbf_reg_bitset()
445 static inline void usbf_reg_bitclr(struct usbf_udc *udc, uint offset, u32 clr) in usbf_reg_bitclr()
454 static inline void usbf_reg_clrset(struct usbf_udc *udc, uint offset, in usbf_reg_clrset()
1832 struct usbf_udc *udc = ep->udc; in usbf_ep_enable()
1889 struct usbf_udc *udc = ep->udc; in usbf_ep_disable()
1989 struct usbf_udc *udc = ep->udc; in usbf_ep_queue()
2194 static struct usbf_ep *usbf_get_ep_by_addr(struct usbf_udc *udc, u8 address) in usbf_get_ep_by_addr()
2215 static int usbf_req_delegate(struct usbf_udc *udc, in usbf_req_delegate()
2235 static int usbf_req_get_status(struct usbf_udc *udc, in usbf_req_get_status()
2295 static int usbf_req_clear_set_feature(struct usbf_udc *udc, in usbf_req_clear_set_feature()
2370 static int usbf_req_set_address(struct usbf_udc *udc, in usbf_req_set_address()
2406 static int usbf_req_set_configuration(struct usbf_udc *udc, in usbf_req_set_configuration()
2450 struct usbf_udc *udc = ep0->udc; in usbf_handle_ep0_setup()
2524 struct usbf_udc *udc = ep0->udc; in usbf_handle_ep0_data_status()
2553 struct usbf_udc *udc = ep0->udc; in usbf_handle_ep0_out_status_start()
2578 struct usbf_udc *udc = ep0->udc; in usbf_handle_ep0_in_status_start()
2624 struct usbf_udc *udc = ep0->udc; in usbf_ep0_interrupt()
2839 static void usbf_reset(struct usbf_udc *udc) in usbf_reset()
2869 static void usbf_driver_suspend(struct usbf_udc *udc) in usbf_driver_suspend()
2894 static void usbf_driver_resume(struct usbf_udc *udc) in usbf_driver_resume()
2911 struct usbf_udc *udc = (struct usbf_udc *)_udc; in usbf_epc_irq()
2972 struct usbf_udc *udc = (struct usbf_udc *)_udc; in usbf_ahb_epc_irq()
3025 struct usbf_udc *udc = container_of(gadget, struct usbf_udc, gadget); in usbf_udc_start()
3045 struct usbf_udc *udc = container_of(gadget, struct usbf_udc, gadget); in usbf_udc_stop()
3064 struct usbf_udc *udc = container_of(gadget, struct usbf_udc, gadget); in usbf_get_frame()
3069 static void usbf_attach(struct usbf_udc *udc) in usbf_attach()
3086 static void usbf_detach(struct usbf_udc *udc) in usbf_detach()
3112 struct usbf_udc *udc = container_of(gadget, struct usbf_udc, gadget); in usbf_pullup()
3130 struct usbf_udc *udc = container_of(gadget, struct usbf_udc, gadget); in usbf_udc_set_selfpowered()
3142 struct usbf_udc *udc = container_of(gadget, struct usbf_udc, gadget); in usbf_udc_wakeup()
3247 struct usbf_udc *udc; in usbf_probe()
3365 struct usbf_udc *udc = platform_get_drvdata(pdev); in usbf_remove()