Searched refs:ext_info_cache (Results 1 – 1 of 1) sorted by relevance
26 struct mux_ext_info_cache *ext_info_cache; member62 cache = &child->ext_info_cache[i]; in iio_mux_select()232 devm_kfree(dev, mux->child[idx].ext_info_cache[private].data); in mux_write_ext_info()233 mux->child[idx].ext_info_cache[private].data = new; in mux_write_ext_info()234 mux->child[idx].ext_info_cache[private].size = len; in mux_write_ext_info()284 child->ext_info_cache = devm_kcalloc(dev, in mux_configure_channel()286 sizeof(*child->ext_info_cache), in mux_configure_channel()288 if (!child->ext_info_cache) in mux_configure_channel()292 child->ext_info_cache[i].size = -1; in mux_configure_channel()313 child->ext_info_cache[i].data = devm_kmemdup(dev, page, ret + 1, in mux_configure_channel()[all …]