Lines Matching refs:get
284 .get = param_get_##name, \
337 .get = param_get_charp,
363 .get = param_get_bool,
394 .get = param_get_bool,
421 .get = param_get_invbool,
444 .get = param_get_int,
519 ret = arr->ops->get(buffer + off, &p); in param_array_get()
540 .get = param_array_get,
568 .get = param_get_string,
598 if (!attribute->param->ops->get) in param_attr_show()
602 count = attribute->param->ops->get(buf, attribute->param); in param_attr_show()