Lines Matching defs:etd_priv
349 struct etd_priv { struct
350 struct usb_host_endpoint *ep;
351 struct urb *urb;
352 struct td *td;
353 struct list_head queue;
354 dma_addr_t dma_handle;
355 void *cpu_buffer;
356 void *bounce_buffer;
357 int alloc;
358 int len;
359 int dmem_size;
360 int dmem_offset;
361 int active_count;
363 int activated_frame;
364 int disactivated_frame;
365 int last_int_frame;
366 int last_req_frame;
367 u32 submitted_dwords[4];