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