Searched refs:ep_data (Results 1 – 5 of 5) sorted by relevance
/Linux-v4.19/drivers/usb/c67x00/ |
D | c67x00-sched.c | 69 struct c67x00_ep_data *ep_data; member 79 struct c67x00_ep_data *ep_data; member 82 #define td_udev(td) ((td)->ep_data->dev) 234 struct c67x00_ep_data *ep_data; in c67x00_ep_data_alloc() local 241 ep_data = hep->hcpriv; in c67x00_ep_data_alloc() 242 if (frame_after(c67x00->current_frame, ep_data->next_frame)) in c67x00_ep_data_alloc() 243 ep_data->next_frame = in c67x00_ep_data_alloc() 249 ep_data = kzalloc(sizeof(*ep_data), GFP_ATOMIC); in c67x00_ep_data_alloc() 250 if (!ep_data) in c67x00_ep_data_alloc() 253 INIT_LIST_HEAD(&ep_data->queue); in c67x00_ep_data_alloc() [all …]
|
/Linux-v4.19/drivers/usb/gadget/legacy/ |
D | inode.c | 188 struct ep_data { struct 204 static inline void get_ep (struct ep_data *data) in get_ep() argument 209 static void put_ep (struct ep_data *data) in put_ep() 272 struct ep_data *epdata = ep->driver_data; in epio_complete() 287 get_ready_ep (unsigned f_flags, struct ep_data *epdata, bool is_write) in get_ready_ep() 327 ep_io (struct ep_data *epdata, void *buf, unsigned len) in ep_io() 373 struct ep_data *data = fd->private_data; in ep_release() 394 struct ep_data *data = fd->private_data; in ep_ioctl() 428 struct ep_data *epdata; 441 struct ep_data *epdata; in ep_aio_cancel() [all …]
|
/Linux-v4.19/include/linux/usb/ |
D | net2280.h | 443 u32 ep_data; member
|
/Linux-v4.19/drivers/usb/gadget/udc/ |
D | net2272.c | 389 u16 __iomem *ep_data = net2272_reg_addr(ep->dev, EP_DATA); in net2272_write_packet() local 406 writew(*bufp++, ep_data); in net2272_write_packet() 415 writeb(*buf, ep_data); in net2272_write_packet() 497 u16 __iomem *ep_data = net2272_reg_addr(ep->dev, EP_DATA); in net2272_read_packet() local 511 (void)readw(ep_data); in net2272_read_packet() 521 *bufp++ = readw(ep_data); in net2272_read_packet()
|
D | net2280.c | 643 writel(tmp, ®s->ep_data); in write_fifo() 656 writel(tmp, ®s->ep_data); in write_fifo() 771 tmp = readl(®s->ep_data); in read_fifo() 778 tmp = readl(®s->ep_data); in read_fifo() 2884 writel((__force u32) status, &dev->epregs[0].ep_data); in handle_stat0_irqs_superspeed() 2896 writel((__force u32) status, &dev->epregs[0].ep_data); in handle_stat0_irqs_superspeed() 3225 writel((__force u32)status, &dev->epregs[0].ep_data); in handle_stat0_irqs()
|