Home
last modified time | relevance | path

Searched refs:usbf_udc (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/usb/gadget/udc/
H A Drenesas_usbf.c280 struct usbf_udc *udc;
303 struct usbf_udc { struct
425 static inline u32 usbf_reg_readl(struct usbf_udc *udc, uint offset) in usbf_reg_readl()
430 static inline void usbf_reg_writel(struct usbf_udc *udc, uint offset, u32 val) in usbf_reg_writel()
435 static inline void usbf_reg_bitset(struct usbf_udc *udc, uint offset, u32 set) in usbf_reg_bitset()
444 static inline void usbf_reg_bitclr(struct usbf_udc *udc, uint offset, u32 clr) in usbf_reg_bitclr()
453 static inline void usbf_reg_clrset(struct usbf_udc *udc, uint offset, in usbf_reg_clrset()
1831 struct usbf_udc *udc = ep->udc; in usbf_ep_enable()
1888 struct usbf_udc *udc = ep->udc; in usbf_ep_disable()
1988 struct usbf_udc *udc = ep->udc; in usbf_ep_queue()
[all …]