Lines Matching defs:si476x_core
124 struct si476x_core { struct
125 struct i2c_client *client;
126 struct regmap *regmap;
127 int chip_id;
128 struct mfd_cell cells[SI476X_MFD_CELLS];
130 struct mutex cmd_lock; /* for serializing fm radio operations */
131 atomic_t users;
133 wait_queue_head_t rds_read_queue;
134 struct kfifo rds_fifo;
135 struct work_struct rds_fifo_drainer;
136 bool rds_drainer_is_working;
160 struct si476x_core, \ argument
168 static inline struct si476x_core *i2c_mfd_cell_to_core(struct device *dev) in i2c_mfd_cell_to_core() argument