Searched refs:regmap_get_val_endian (Results 1 – 5 of 5) sorted by relevance
/linux/drivers/base/regmap/ |
H A D | regmap-fsi.c | 163 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 D | internal.h | 286 enum regmap_endian regmap_get_val_endian(struct device *dev,
|
H A D | regmap-i2c.c | 327 switch (regmap_get_val_endian(&i2c->dev, NULL, config)) { in regmap_get_i2c_bus()
|
H A D | regmap-mmio.c | 441 switch (regmap_get_val_endian(dev, ®map_mmio, config)) { in regmap_mmio_gen_context()
|
H A D | regmap.c | 625 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()
|