Lines Matching refs:fsi_dev
152 static const struct regmap_bus *regmap_get_fsi_bus(struct fsi_device *fsi_dev,
163 switch (regmap_get_val_endian(&fsi_dev->dev, NULL, config)) {
182 switch (regmap_get_val_endian(&fsi_dev->dev, NULL, config)) {
206 struct regmap *__regmap_init_fsi(struct fsi_device *fsi_dev, const struct regmap_config *config,
209 const struct regmap_bus *bus = regmap_get_fsi_bus(fsi_dev, config);
214 return __regmap_init(&fsi_dev->dev, bus, fsi_dev->slave, config, lock_key, lock_name);
218 struct regmap *__devm_regmap_init_fsi(struct fsi_device *fsi_dev,
222 const struct regmap_bus *bus = regmap_get_fsi_bus(fsi_dev, config);
227 return __devm_regmap_init(&fsi_dev->dev, bus, fsi_dev->slave, config, lock_key, lock_name);