Searched refs:parse_inplace (Results 1 – 2 of 2) sorted by relevance
706 map->format.parse_inplace = regmap_parse_inplace_noop; in regmap_init()712 map->format.parse_inplace = regmap_parse_inplace_noop; in regmap_init()719 map->format.parse_inplace = regmap_parse_16_be_inplace; in regmap_init()724 map->format.parse_inplace = regmap_parse_16_le_inplace; in regmap_init()745 map->format.parse_inplace = regmap_parse_32_be_inplace; in regmap_init()750 map->format.parse_inplace = regmap_parse_32_le_inplace; in regmap_init()1673 if (map->bus && !map->format.parse_inplace) in regmap_bulk_write()1726 map->format.parse_inplace(wval + i); in regmap_bulk_write()1861 if (!map->format.parse_inplace) in _regmap_multi_reg_write()2290 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