Searched refs:parse_inplace (Results 1 – 2 of 2) sorted by relevance
971 map->format.parse_inplace = regmap_parse_inplace_noop; in __regmap_init()977 map->format.parse_inplace = regmap_parse_inplace_noop; in __regmap_init()984 map->format.parse_inplace = regmap_parse_16_be_inplace; in __regmap_init()989 map->format.parse_inplace = regmap_parse_16_le_inplace; in __regmap_init()1014 map->format.parse_inplace = regmap_parse_32_be_inplace; in __regmap_init()1019 map->format.parse_inplace = regmap_parse_32_le_inplace; in __regmap_init()2330 if (!map->write || !map->format.parse_inplace) { in regmap_bulk_write()2366 map->format.parse_inplace(wval + i); in regmap_bulk_write()2549 if (!map->format.parse_inplace) in _regmap_multi_reg_write()3138 if (map->read && map->format.parse_inplace && (vol || map->cache_type == REGCACHE_NONE)) { in regmap_bulk_read()[all …]
41 void (*parse_inplace)(void *buf); member