Home
last modified time | relevance | path

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

/linux/include/linux/
A Dregmap.h1285 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 Dregmap.c2190 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 Dvmlinux.symvers11225 0x00000000 regmap_field_update_bits_base vmlinux EXPORT_SYMBOL_GPL
A DSystem.map31833 ffff800010826d10 T regmap_field_update_bits_base
A D.tmp_System.map31833 ffff800010826d10 T regmap_field_update_bits_base

Completed in 335 milliseconds