Home
last modified time | relevance | path

Searched refs:parse_inplace (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/base/regmap/
H A Dregmap.c959 map->format.parse_inplace = regmap_parse_inplace_noop; in __regmap_init()
965 map->format.parse_inplace = regmap_parse_inplace_noop; in __regmap_init()
972 map->format.parse_inplace = regmap_parse_16_be_inplace; in __regmap_init()
977 map->format.parse_inplace = regmap_parse_16_le_inplace; in __regmap_init()
1002 map->format.parse_inplace = regmap_parse_32_be_inplace; in __regmap_init()
1007 map->format.parse_inplace = regmap_parse_32_le_inplace; in __regmap_init()
2317 if (!map->write || !map->format.parse_inplace) { in regmap_bulk_write()
2353 map->format.parse_inplace(wval + i); in regmap_bulk_write()
2536 if (!map->format.parse_inplace) in _regmap_multi_reg_write()
3125 if (map->read && map->format.parse_inplace && (vol || map->cache_type == REGCACHE_NONE)) { in regmap_bulk_read()
[all …]
H A Dinternal.h41 void (*parse_inplace)(void *buf); member