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