Home
last modified time | relevance | path

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

/linux/lib/tests/
H A Dstackinit_kunit.c47 #define DO_NOTHING_TYPE_SCALAR(var_type) var_type argument
48 #define DO_NOTHING_TYPE_STRING(var_type) void argument
49 #define DO_NOTHING_TYPE_STRUCT(var_type) void argument
50 #define DO_NOTHING_TYPE_UNION(var_type) void argument
105 #define INIT_SCALAR_none(var_type) /**/ argument
106 #define INIT_SCALAR_zero(var_type) = 0 argument
108 #define INIT_STRING_none(var_type) [FILL_SIZE_STRING] /**/ argument
109 #define INIT_STRING_zero(var_type) [FILL_SIZE_STRING] = { } argument
111 #define INIT_STRUCT_none(var_type) /**/ argument
112 #define INIT_STRUCT_zero(var_type) = { } argument
[all …]
/linux/drivers/accessibility/speakup/
H A Dvarhandlers.c109 switch (p_header->var_type) { in speakup_register_var()
218 if (var->var_type == VAR_TIME && p_val) { in spk_set_num_var()
H A Dkobjects.c560 switch (param->var_type) { in spk_var_show()
588 param->name, param->var_type); in spk_var_show()
640 switch (param->var_type) { in spk_var_store()
690 param->name, (int)param->var_type); in spk_var_store()
H A Dspk_types.h110 enum var_type_t var_type; member
H A Dmain.c1860 if (p_header->var_type != VAR_NUM) in inc_dec_var()
/linux/tools/testing/selftests/bpf/
H A Dveristat.c2138 const struct btf_type *var_type = btf__type_by_id(btf, sinfo->type); in process_obj()
2141 if (!btf_is_var(var_type)) in process_obj()
2144 var_name = btf__name_by_offset(btf, var_type->name_off); in process_obj()
2158 err = adjust_var_secinfo(btf, var_type, in process_obj()
2084 const struct btf_type *var_type = btf__type_by_id(btf, sinfo->type); set_global_vars() local