Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/base/
H A Dmpp_cfg_io.c521 MppCfgIoImpl *array_pos, *array_n; in mpp_cfg_find() local
523 … list_for_each_entry_safe(array_pos, array_n, &last_array->child, MppCfgIoImpl, list) { in mpp_cfg_find()
524 if (array_pos->name && !strcmp(array_pos->name, name + str_start)) { in mpp_cfg_find()
525 impl = array_pos; in mpp_cfg_find()