Lines Matching defs:etd_priv
358 struct etd_priv { struct
359 struct usb_host_endpoint *ep;
360 struct urb *urb;
361 struct td *td;
362 struct list_head queue;
363 dma_addr_t dma_handle;
364 void *cpu_buffer;
365 void *bounce_buffer;
366 int alloc;
367 int len;
368 int dmem_size;
369 int dmem_offset;
370 int active_count;
372 int activated_frame;
373 int disactivated_frame;
374 int last_int_frame;
375 int last_req_frame;
376 u32 submitted_dwords[4];