Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/iio/multiplexer/
Diio-mux.c26 struct mux_ext_info_cache *ext_info_cache; member
62 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 …]