Searched refs:parse_inplace (Results 1 – 2 of 2) sorted by relevance
720 map->format.parse_inplace = regmap_parse_inplace_noop; in __regmap_init()726 map->format.parse_inplace = regmap_parse_inplace_noop; in __regmap_init()733 map->format.parse_inplace = regmap_parse_16_be_inplace; in __regmap_init()738 map->format.parse_inplace = regmap_parse_16_le_inplace; in __regmap_init()759 map->format.parse_inplace = regmap_parse_32_be_inplace; in __regmap_init()764 map->format.parse_inplace = regmap_parse_32_le_inplace; in __regmap_init()1715 if (map->bus && !map->format.parse_inplace) in regmap_bulk_write()1806 map->format.parse_inplace(wval + i); in regmap_bulk_write()1978 if (!map->format.parse_inplace) in _regmap_multi_reg_write()2420 if (map->bus && map->format.parse_inplace && (vol || map->cache_type == REGCACHE_NONE)) { in regmap_bulk_read()[all …]
42 void (*parse_inplace)(void *buf); member