Searched refs:ext_info_cache (Results 1 – 1 of 1) sorted by relevance
25 struct mux_ext_info_cache *ext_info_cache; member59 cache = &child->ext_info_cache[i]; in iio_mux_select()229 devm_kfree(dev, mux->child[idx].ext_info_cache[private].data); in mux_write_ext_info()230 mux->child[idx].ext_info_cache[private].data = new; in mux_write_ext_info()231 mux->child[idx].ext_info_cache[private].size = len; in mux_write_ext_info()281 child->ext_info_cache = devm_kcalloc(dev, in mux_configure_channel()283 sizeof(*child->ext_info_cache), in mux_configure_channel()285 if (!child->ext_info_cache) in mux_configure_channel()289 child->ext_info_cache[i].size = -1; in mux_configure_channel()310 child->ext_info_cache[i].data = devm_kmemdup(dev, page, ret + 1, in mux_configure_channel()[all …]