Searched refs:regmap_field_update_bits_base (Results 1 – 5 of 5) sorted by relevance
/linux/include/linux/ |
A D | regmap.h | 1285 int regmap_field_update_bits_base(struct regmap_field *field, 1297 return regmap_field_update_bits_base(field, ~0, val, in regmap_field_write() 1304 return regmap_field_update_bits_base(field, ~0, val, NULL, false, true); in regmap_field_force_write() 1310 return regmap_field_update_bits_base(field, mask, val, in regmap_field_update_bits() 1318 return regmap_field_update_bits_base(field, mask, val, in regmap_field_force_update_bits() 1663 static inline int regmap_field_update_bits_base(struct regmap_field *field, in regmap_field_update_bits_base() function
|
/linux/drivers/base/regmap/ |
A D | regmap.c | 2190 int regmap_field_update_bits_base(struct regmap_field *field, in regmap_field_update_bits_base() function 2200 EXPORT_SYMBOL_GPL(regmap_field_update_bits_base);
|
/linux/ |
A D | vmlinux.symvers | 11225 0x00000000 regmap_field_update_bits_base vmlinux EXPORT_SYMBOL_GPL
|
A D | System.map | 31833 ffff800010826d10 T regmap_field_update_bits_base
|
A D | .tmp_System.map | 31833 ffff800010826d10 T regmap_field_update_bits_base
|
Completed in 301 milliseconds