Lines Matching defs:si2157_dev
23 struct si2157_dev { struct
24 struct mutex i2c_mutex;
25 struct dvb_frontend *fe;
26 unsigned int active:1;
27 unsigned int inversion:1;
28 unsigned int dont_load_firmware:1;
29 u8 part_id;
30 u8 if_port;
31 u32 if_frequency;
32 u32 bandwidth;
33 u32 frequency;
34 struct delayed_work stat_work;
37 struct media_device *mdev;
38 struct media_entity ent;
39 struct media_pad pad[SI2157_NUM_PADS];