Lines Matching defs:udc
281 struct usbf_udc *udc; member
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() local
1889 struct usbf_udc *udc = ep->udc; in usbf_ep_disable() local
1989 struct usbf_udc *udc = ep->udc; in usbf_ep_queue() local
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() local
2524 struct usbf_udc *udc = ep0->udc; in usbf_handle_ep0_data_status() local
2553 struct usbf_udc *udc = ep0->udc; in usbf_handle_ep0_out_status_start() local
2578 struct usbf_udc *udc = ep0->udc; in usbf_handle_ep0_in_status_start() local
2624 struct usbf_udc *udc = ep0->udc; in usbf_ep0_interrupt() local
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() local
2972 struct usbf_udc *udc = (struct usbf_udc *)_udc; in usbf_ahb_epc_irq() local
3025 struct usbf_udc *udc = container_of(gadget, struct usbf_udc, gadget); in usbf_udc_start() local
3045 struct usbf_udc *udc = container_of(gadget, struct usbf_udc, gadget); in usbf_udc_stop() local
3064 struct usbf_udc *udc = container_of(gadget, struct usbf_udc, gadget); in usbf_get_frame() local
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() local
3130 struct usbf_udc *udc = container_of(gadget, struct usbf_udc, gadget); in usbf_udc_set_selfpowered() local
3142 struct usbf_udc *udc = container_of(gadget, struct usbf_udc, gadget); in usbf_udc_wakeup() local
3247 struct usbf_udc *udc; in usbf_probe() local
3365 struct usbf_udc *udc = platform_get_drvdata(pdev); in usbf_remove() local