Searched refs:format_write (Results 1 – 2 of 2) sorted by relevance
103 if (map->format.format_write) in regmap_readable()495 map->format.format_write = regmap_format_2_6_write; in regmap_init()505 map->format.format_write = regmap_format_4_12_write; in regmap_init()515 map->format.format_write = regmap_format_7_9_write; in regmap_init()525 map->format.format_write = regmap_format_10_14_write; in regmap_init()619 if (map->format.format_write) { in regmap_init()626 if (!map->format.format_write && in regmap_init()636 if (map->format.format_write) { in regmap_init()1121 WARN_ON(!map->bus || !map->format.format_write); in _regmap_bus_formatted_write()1130 map->format.format_write(map, reg, val); in _regmap_bus_formatted_write()[all …]
37 void (*format_write)(struct regmap *map, member