Home
last modified time | relevance | path

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

/linux/drivers/usb/host/
H A Dr8a66597.h97 struct r8a66597;
102 struct r8a66597 *r8a66597; member
105 struct r8a66597 { struct
131 static inline struct r8a66597 *hcd_to_r8a66597(struct usb_hcd *hcd) in hcd_to_r8a66597() argument
133 return (struct r8a66597 *)(hcd->hcd_priv); in hcd_to_r8a66597()
136 static inline struct usb_hcd *r8a66597_to_hcd(struct r8a66597 *r8a66597) in r8a66597_to_hcd() argument
138 return container_of((void *)r8a66597, struct usb_hcd, hcd_priv); in r8a66597_to_hcd()
141 static inline struct r8a66597_td *r8a66597_get_td(struct r8a66597 *r8a66597, in r8a66597_get_td() argument
144 if (unlikely(list_empty(&r8a66597->pipe_queue[pipenum]))) in r8a66597_get_td()
147 return list_entry(r8a66597->pipe_queue[pipenum].next, in r8a66597_get_td()
[all …]
H A DMakefile79 obj-$(CONFIG_USB_R8A66597_HCD) += r8a66597-hcd.o
H A DKconfig667 module will be called r8a66597-hcd.
/linux/drivers/usb/gadget/udc/
H A Dr8a66597-udc.h40 #define r8a66597_is_sudmac(r8a66597) (r8a66597->pdata->sudmac) argument
57 struct r8a66597 *r8a66597; member
84 struct r8a66597 { struct
118 container_of(_gadget, struct r8a66597, gadget) argument
119 #define r8a66597_to_gadget(r8a66597) (&r8a66597->gadget) argument
120 #define r8a66597_to_dev(r8a66597) (r8a66597->gadget.dev.parent) argument
122 static inline u16 r8a66597_read(struct r8a66597 *r8a66597, unsigned long offset) in r8a66597_read() argument
124 return ioread16(r8a66597->reg + offset); in r8a66597_read()
127 static inline void r8a66597_read_fifo(struct r8a66597 *r8a66597, in r8a66597_read_fifo() argument
132 void __iomem *fifoaddr = r8a66597->reg + offset; in r8a66597_read_fifo()
[all …]
H A DMakefile27 obj-$(CONFIG_USB_R8A66597) += r8a66597-udc.o