Lines Matching defs:val
107 unsigned int val; in regmap_cached() local
213 unsigned int reg, unsigned int val) in regmap_format_12_20_write()
225 unsigned int reg, unsigned int val) in regmap_format_2_6_write()
233 unsigned int reg, unsigned int val) in regmap_format_4_12_write()
240 unsigned int reg, unsigned int val) in regmap_format_7_9_write()
247 unsigned int reg, unsigned int val) in regmap_format_10_14_write()
256 static void regmap_format_8(void *buf, unsigned int val, unsigned int shift) in regmap_format_8()
263 static void regmap_format_16_be(void *buf, unsigned int val, unsigned int shift) in regmap_format_16_be()
268 static void regmap_format_16_le(void *buf, unsigned int val, unsigned int shift) in regmap_format_16_le()
273 static void regmap_format_16_native(void *buf, unsigned int val, in regmap_format_16_native()
281 static void regmap_format_24(void *buf, unsigned int val, unsigned int shift) in regmap_format_24()
292 static void regmap_format_32_be(void *buf, unsigned int val, unsigned int shift) in regmap_format_32_be()
297 static void regmap_format_32_le(void *buf, unsigned int val, unsigned int shift) in regmap_format_32_le()
302 static void regmap_format_32_native(void *buf, unsigned int val, in regmap_format_32_native()
311 static void regmap_format_64_be(void *buf, unsigned int val, unsigned int shift) in regmap_format_64_be()
316 static void regmap_format_64_le(void *buf, unsigned int val, unsigned int shift) in regmap_format_64_le()
321 static void regmap_format_64_native(void *buf, unsigned int val, in regmap_format_64_native()
1619 const void *val, size_t val_len, bool noinc) in _regmap_raw_write_impl()
1852 unsigned int val) in _regmap_bus_formatted_write()
1880 unsigned int val) in _regmap_bus_reg_write()
1888 unsigned int val) in _regmap_bus_raw_write()
1910 unsigned int val) in _regmap_write()
1946 int regmap_write(struct regmap *map, unsigned int reg, unsigned int val) in regmap_write()
1973 int regmap_write_async(struct regmap *map, unsigned int reg, unsigned int val) in regmap_write_async()
1995 const void *val, size_t val_len, bool noinc) in _regmap_raw_write()
2049 const void *val, size_t val_len) in regmap_raw_write()
2090 const void *val, size_t val_len) in regmap_noinc_write()
2149 unsigned int mask, unsigned int val, in regmap_field_update_bits_base()
2176 unsigned int mask, unsigned int val, in regmap_fields_update_bits_base()
2205 int regmap_bulk_write(struct regmap *map, unsigned int reg, const void *val, in regmap_bulk_write()
2303 unsigned int val = regs[i].def; in _regmap_raw_multi_reg_write() local
2451 unsigned int val = regs[i].def; in _regmap_multi_reg_write() local
2590 const void *val, size_t val_len) in regmap_raw_write_async()
2613 static int _regmap_raw_read(struct regmap *map, unsigned int reg, void *val, in _regmap_raw_read()
2647 unsigned int *val) in _regmap_bus_reg_read()
2655 unsigned int *val) in _regmap_bus_read()
2673 unsigned int *val) in _regmap_read()
2714 int regmap_read(struct regmap *map, unsigned int reg, unsigned int *val) in regmap_read()
2742 int regmap_raw_read(struct regmap *map, unsigned int reg, void *val, in regmap_raw_read()
2839 void *val, size_t val_len) in regmap_noinc_read()
2889 int regmap_field_read(struct regmap_field *field, unsigned int *val) in regmap_field_read()
2916 unsigned int *val) in regmap_fields_read()
2949 int regmap_bulk_read(struct regmap *map, unsigned int reg, void *val, in regmap_bulk_read()
3016 unsigned int mask, unsigned int val, in _regmap_update_bits()
3070 unsigned int mask, unsigned int val, in regmap_update_bits_base()
3102 unsigned int val, ret; in regmap_test_bits() local
3282 unsigned int *val) in regmap_parse_val()