Searched refs:ext_info_cache (Results 1 – 1 of 1) sorted by relevance
26 struct mux_ext_info_cache *ext_info_cache; member61 cache = &child->ext_info_cache[i]; in iio_mux_select()231 devm_kfree(dev, mux->child[idx].ext_info_cache[private].data); in mux_write_ext_info()232 mux->child[idx].ext_info_cache[private].data = new; in mux_write_ext_info()233 mux->child[idx].ext_info_cache[private].size = len; in mux_write_ext_info()252 child->ext_info_cache = devm_kcalloc(dev, in mux_configure_chan_ext_info()254 sizeof(*child->ext_info_cache), in mux_configure_chan_ext_info()256 if (!child->ext_info_cache) in mux_configure_chan_ext_info()260 child->ext_info_cache[i].size = -1; in mux_configure_chan_ext_info()281 child->ext_info_cache[i].data = devm_kmemdup(dev, page, ret + 1, in mux_configure_chan_ext_info()[all …]