Searched defs:si476x_core (Results 1 – 1 of 1) sorted by relevance
115 struct si476x_core { struct116 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;[all …]