Searched refs:selector_work_buf (Results 1 – 2 of 2) sorted by relevance
381 kfree(map->selector_work_buf); in regmap_range_exit()723 if (map->selector_work_buf == NULL) { in regmap_init()724 map->selector_work_buf = in regmap_init()726 if (map->selector_work_buf == NULL) { in regmap_init()922 map->work_buf = map->selector_work_buf; in _regmap_select_page()
140 void *selector_work_buf; /* Scratch buffer used for selector */ member