Home
last modified time | relevance | path

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

/linux-6.15/drivers/gpu/drm/vmwgfx/
H A Dttm_object.h131 enum ttm_object_type real_type; member
299 container_of(base, struct ttm_prime_object, base)->real_type : in ttm_base_object_type()
H A Dttm_object.c661 prime->real_type = type; in ttm_prime_object_init()
/linux-6.15/kernel/trace/
H A Dtrace_probe.c325 const struct btf_type *real_type; in btf_type_is_char_ptr() local
329 real_type = btf_type_skip_modifiers(btf, type->type, &tid); in btf_type_is_char_ptr()
330 if (!real_type) in btf_type_is_char_ptr()
333 if (BTF_INFO_KIND(real_type->info) != BTF_KIND_INT) in btf_type_is_char_ptr()
336 intdata = btf_type_int(real_type); in btf_type_is_char_ptr()
343 const struct btf_type *real_type; in btf_type_is_char_array() local
353 real_type = btf_type_skip_modifiers(btf, array->type, &tid); in btf_type_is_char_array()
355 intdata = btf_type_int(real_type); in btf_type_is_char_array()
/linux-6.15/arch/sparc/include/uapi/asm/
H A Dfbio.h85 int real_type; /* real frame buffer type */ member
/linux-6.15/arch/m68k/include/asm/
H A Dfbio.h88 int real_type; /* real frame buffer type */ member
/linux-6.15/tools/net/ynl/pyynl/lib/
H A Dynl.py152 real_type = attr_type[0] + str(len(self.raw) * 8)
153 format = self.get_format(real_type, byte_order)