Home
last modified time | relevance | path

Searched defs:cx18 (Results 1 – 1 of 1) sorted by relevance

/drivers/media/video/cx18/
Dcx18-driver.h385 struct cx18 { struct
387 char name[8]; /* board name for printk and interrupts (e.g. 'cx180') */ argument
389 const struct cx18_card *card; /* card information */ argument
391 const struct cx18_card_tuner_i2c *card_i2c; /* i2c addresses to probe for tuner */ argument
402 struct cx18_scb __iomem *scb; /* pointer to SCB */ argument
406 struct cx18_av_state av_state; argument
422 struct cx18_options options; /* User options */ argument
425 struct cx18_stream streams[CX18_MAX_STREAMS]; /* Stream data */ argument
426 unsigned long i_flags; /* global cx18 flags */ argument
427 atomic_t ana_capturing; /* count number of active analog capture streams */
[all …]