Home
last modified time | relevance | path

Searched refs:regmap_get_val_endian (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/base/regmap/
H A Dregmap-fsi.c163 switch (regmap_get_val_endian(&fsi_dev->dev, NULL, config)) { in regmap_get_fsi_bus()
182 switch (regmap_get_val_endian(&fsi_dev->dev, NULL, config)) { in regmap_get_fsi_bus()
H A Dinternal.h286 enum regmap_endian regmap_get_val_endian(struct device *dev,
H A Dregmap-i2c.c327 switch (regmap_get_val_endian(&i2c->dev, NULL, config)) { in regmap_get_i2c_bus()
H A Dregmap-mmio.c441 switch (regmap_get_val_endian(dev, &regmap_mmio, config)) { in regmap_mmio_gen_context()
H A Dregmap.c625 enum regmap_endian regmap_get_val_endian(struct device *dev, in regmap_get_val_endian() function
662 EXPORT_SYMBOL_GPL(regmap_get_val_endian);
852 val_endian = regmap_get_val_endian(dev, bus, config); in __regmap_init()