Searched refs:format_write (Results 1 – 2 of 2) sorted by relevance
128 if (map->format.format_write) in regmap_readable()142 if (!map->format.format_write && !regmap_readable(map, reg)) in regmap_volatile()826 map->format.format_write = regmap_format_2_6_write; in __regmap_init()836 map->format.format_write = regmap_format_4_12_write; in __regmap_init()846 map->format.format_write = regmap_format_7_9_write; in __regmap_init()856 map->format.format_write = regmap_format_10_14_write; in __regmap_init()1006 if (map->format.format_write) { in __regmap_init()1013 if (!map->format.format_write && in __regmap_init()1023 if (map->format.format_write) { in __regmap_init()1689 WARN_ON(!map->bus || !map->format.format_write); in _regmap_bus_formatted_write()[all …]
38 void (*format_write)(struct regmap *map, member