Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/iio/multiplexer/
H A Diio-mux.c25 struct mux_ext_info_cache *ext_info_cache; member
59 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[ in mux_configure_channel()
[all...]
/kernel/linux/linux-6.6/drivers/iio/multiplexer/
H A 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[ in mux_configure_channel()
[all...]

Completed in 3 milliseconds