Lines Matching defs:si476x_core
115 struct si476x_core { struct
116 struct i2c_client *client;
117 struct regmap *regmap;
118 int chip_id;
119 struct mfd_cell cells[SI476X_MFD_CELLS];
121 struct mutex cmd_lock; /* for serializing fm radio operations */
122 atomic_t users;
124 wait_queue_head_t rds_read_queue;
125 struct kfifo rds_fifo;
126 struct work_struct rds_fifo_drainer;
127 bool rds_drainer_is_working;
151 struct si476x_core, \ argument
159 static inline struct si476x_core *i2c_mfd_cell_to_core(struct device *dev) in i2c_mfd_cell_to_core() argument