Home
last modified time | relevance | path

Searched refs:format_write (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/base/regmap/
A Dregmap.c135 if (map->format.format_write) in regmap_readable()
901 map->format.format_write = regmap_format_2_6_write; in __regmap_init()
911 map->format.format_write = regmap_format_4_12_write; in __regmap_init()
921 map->format.format_write = regmap_format_7_9_write; in __regmap_init()
924 map->format.format_write = regmap_format_7_17_write; in __regmap_init()
1094 if (map->format.format_write) { in __regmap_init()
1101 if (!map->format.format_write && in __regmap_init()
1111 if (map->format.format_write) { in __regmap_init()
1897 WARN_ON(!map->bus || !map->format.format_write); in _regmap_bus_formatted_write()
1906 map->format.format_write(map, reg, val); in _regmap_bus_formatted_write()
[all …]
A Dinternal.h35 void (*format_write)(struct regmap *map, member

Completed in 11 milliseconds