Lines Matching defs:udc

282 	struct			usbf_udc *udc;  member
427 static inline u32 usbf_reg_readl(struct usbf_udc *udc, uint offset) in usbf_reg_readl()
432 static inline void usbf_reg_writel(struct usbf_udc *udc, uint offset, u32 val) in usbf_reg_writel()
437 static inline void usbf_reg_bitset(struct usbf_udc *udc, uint offset, u32 set) in usbf_reg_bitset()
446 static inline void usbf_reg_bitclr(struct usbf_udc *udc, uint offset, u32 clr) in usbf_reg_bitclr()
455 static inline void usbf_reg_clrset(struct usbf_udc *udc, uint offset, in usbf_reg_clrset()
1844 struct usbf_udc *udc = ep->udc; in usbf_ep_enable() local
1901 struct usbf_udc *udc = ep->udc; in usbf_ep_disable() local
2001 struct usbf_udc *udc = ep->udc; in usbf_ep_queue() local
2206 static struct usbf_ep *usbf_get_ep_by_addr(struct usbf_udc *udc, u8 address) in usbf_get_ep_by_addr()
2227 static int usbf_req_delegate(struct usbf_udc *udc, in usbf_req_delegate()
2247 static int usbf_req_get_status(struct usbf_udc *udc, in usbf_req_get_status()
2307 static int usbf_req_clear_set_feature(struct usbf_udc *udc, in usbf_req_clear_set_feature()
2382 static int usbf_req_set_address(struct usbf_udc *udc, in usbf_req_set_address()
2418 static int usbf_req_set_configuration(struct usbf_udc *udc, in usbf_req_set_configuration()
2462 struct usbf_udc *udc = ep0->udc; in usbf_handle_ep0_setup() local
2536 struct usbf_udc *udc = ep0->udc; in usbf_handle_ep0_data_status() local
2565 struct usbf_udc *udc = ep0->udc; in usbf_handle_ep0_out_status_start() local
2590 struct usbf_udc *udc = ep0->udc; in usbf_handle_ep0_in_status_start() local
2636 struct usbf_udc *udc = ep0->udc; in usbf_ep0_interrupt() local
2851 static void usbf_reset(struct usbf_udc *udc) in usbf_reset()
2881 static void usbf_driver_suspend(struct usbf_udc *udc) in usbf_driver_suspend()
2906 static void usbf_driver_resume(struct usbf_udc *udc) in usbf_driver_resume()
2923 struct usbf_udc *udc = (struct usbf_udc *)_udc; in usbf_epc_irq() local
2984 struct usbf_udc *udc = (struct usbf_udc *)_udc; in usbf_ahb_epc_irq() local
3037 struct usbf_udc *udc = container_of(gadget, struct usbf_udc, gadget); in usbf_udc_start() local
3057 struct usbf_udc *udc = container_of(gadget, struct usbf_udc, gadget); in usbf_udc_stop() local
3076 struct usbf_udc *udc = container_of(gadget, struct usbf_udc, gadget); in usbf_get_frame() local
3081 static void usbf_attach(struct usbf_udc *udc) in usbf_attach()
3098 static void usbf_detach(struct usbf_udc *udc) in usbf_detach()
3124 struct usbf_udc *udc = container_of(gadget, struct usbf_udc, gadget); in usbf_pullup() local
3142 struct usbf_udc *udc = container_of(gadget, struct usbf_udc, gadget); in usbf_udc_set_selfpowered() local
3154 struct usbf_udc *udc = container_of(gadget, struct usbf_udc, gadget); in usbf_udc_wakeup() local
3259 struct usbf_udc *udc; in usbf_probe() local
3377 struct usbf_udc *udc = platform_get_drvdata(pdev); in usbf_remove() local