Searched defs:cx231xx_video_mode (Results 1 – 1 of 1) sorted by relevance
494 struct cx231xx_video_mode { struct496 struct cx231xx_dmaqueue vidq;497 struct cx231xx_isoc_ctl isoc_ctl;498 struct cx231xx_bulk_ctl bulk_ctl;500 spinlock_t slock;503 int alt; /* alternate */504 int max_pkt_size; /* max packet size of isoc transaction */505 int num_alt; /* Number of alternative settings */506 unsigned int *alt_max_pkt_size; /* array of wMaxPacketSize */507 u16 end_point_addr;
Completed in 9 milliseconds