Searched refs:ep_data (Results 1 – 5 of 5) sorted by relevance
/Linux-v5.10/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-v5.10/drivers/usb/gadget/legacy/ |
D | inode.c | 189 struct ep_data { struct 205 static inline void get_ep (struct ep_data *data) in get_ep() argument 210 static void put_ep (struct ep_data *data) in put_ep() 273 struct ep_data *epdata = ep->driver_data; in epio_complete() 288 get_ready_ep (unsigned f_flags, struct ep_data *epdata, bool is_write) in get_ready_ep() 328 ep_io (struct ep_data *epdata, void *buf, unsigned len) in ep_io() 374 struct ep_data *data = fd->private_data; in ep_release() 395 struct ep_data *data = fd->private_data; in ep_ioctl() 429 struct ep_data *epdata; 442 struct ep_data *epdata; in ep_aio_cancel() [all …]
|
/Linux-v5.10/include/linux/usb/ |
D | net2280.h | 443 u32 ep_data; member
|
/Linux-v5.10/drivers/usb/gadget/udc/ |
D | net2272.c | 388 u16 __iomem *ep_data = net2272_reg_addr(ep->dev, EP_DATA); in net2272_write_packet() local 405 writew(*bufp++, ep_data); in net2272_write_packet() 414 writeb(*buf, ep_data); in net2272_write_packet() 496 u16 __iomem *ep_data = net2272_reg_addr(ep->dev, EP_DATA); in net2272_read_packet() local 510 (void)readw(ep_data); in net2272_read_packet() 520 *bufp++ = readw(ep_data); in net2272_read_packet()
|
D | net2280.c | 642 writel(tmp, ®s->ep_data); in write_fifo() 655 writel(tmp, ®s->ep_data); in write_fifo() 770 tmp = readl(®s->ep_data); in read_fifo() 777 tmp = readl(®s->ep_data); in read_fifo() 2886 writel((__force u32) status, &dev->epregs[0].ep_data); in handle_stat0_irqs_superspeed() 2898 writel((__force u32) status, &dev->epregs[0].ep_data); in handle_stat0_irqs_superspeed() 3227 writel((__force u32)status, &dev->epregs[0].ep_data); in handle_stat0_irqs()
|