Home
last modified time | relevance | path

Searched refs:kinds (Results 1 - 19 of 19) sorted by relevance

/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/
H A Dummu.c161 int ret = -ENOSYS, kinds = 0; in nvkm_ummu_new() local
165 mmu->func->kind(mmu, &kinds, &unused); in nvkm_ummu_new()
171 args->v0.kind_nr = kinds; in nvkm_ummu_new()
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/
H A Dummu.c161 int ret = -ENOSYS, kinds = 0; in nvkm_ummu_new() local
165 mmu->func->kind(mmu, &kinds, &unused); in nvkm_ummu_new()
171 args->v0.kind_nr = kinds; in nvkm_ummu_new()
/kernel/linux/linux-6.6/drivers/hwmon/
H A Dnct6775.h7 enum kinds { nct6106, nct6116, nct6775, nct6776, nct6779, nct6791, nct6792, enum
24 enum kinds kind;
H A Dnct6683.c37 enum kinds { nct6683, nct6686, nct6687 }; enum
302 enum kinds kind;
347 enum kinds kind;
H A Daquacomputer_d5next.c39 enum kinds { enum
525 enum kinds kind;
H A Dw83627ehf.c49 enum kinds { enum
383 enum kinds kind;
1218 enum kinds kind) in w83627ehf_init_device()
H A Df71805f.c41 enum kinds { f71805f, f71872f }; enum
192 enum kinds kind;
H A Dnct6775-platform.c100 enum kinds kind;
/kernel/linux/linux-5.10/tools/lib/lockdep/
H A DMakefile131 find . -name '*.[ch]' | xargs ctags --extra=+f --c-kinds=+px \
/kernel/linux/linux-5.10/scripts/
H A Dtags.sh274 --extra=+fq --c-kinds=+px --fields=+iaS --langmap=c:+.h \
/kernel/linux/linux-5.10/tools/lib/traceevent/plugins/
H A DMakefile172 find . -name '*.[ch]' | xargs ctags --extra=+f --c-kinds=+px \
/kernel/linux/linux-6.6/scripts/
H A Dtags.sh278 --$CTAGS_EXTRA=+fq --c-kinds=+px --fields=+iaS --langmap=c:+.h \
/kernel/linux/linux-5.10/tools/lib/traceevent/
H A DMakefile193 find . -name '*.[ch]' | xargs ctags --extra=+f --c-kinds=+px \
/kernel/linux/linux-5.10/drivers/hwmon/
H A Dnct6683.c35 enum kinds { nct6683 }; enum
290 enum kinds kind;
335 enum kinds kind;
H A Dw83627ehf.c49 enum kinds { enum
385 enum kinds kind;
1220 enum kinds kind) in w83627ehf_init_device()
H A Df71805f.c41 enum kinds { f71805f, f71872f }; enum
192 enum kinds kind;
H A Dnct6775.c62 enum kinds { nct6106, nct6116, nct6775, nct6776, nct6779, nct6791, nct6792, enum
1072 enum kinds kind;
1222 enum kinds kind;
/kernel/linux/linux-5.10/kernel/bpf/
H A Dbtf.c778 u64 kinds = 0; in btf_show_name() local
813 * BTF kinds we have encountered, since these will inform later in btf_show_name()
838 kinds |= BTF_KIND_BIT(BTF_KIND_TYPEDEF); in btf_show_name()
842 kinds |= BTF_KIND_BIT(BTF_KIND_ARRAY); in btf_show_name()
852 kinds |= BTF_KIND_BIT(BTF_KIND_PTR); in btf_show_name()
878 if (!(kinds & (BTF_KIND_BIT(BTF_KIND_ARRAY)))) in btf_show_name()
889 if (kinds & BTF_KIND_BIT(BTF_KIND_PTR)) in btf_show_name()
892 if (kinds & BTF_KIND_BIT(BTF_KIND_TYPEDEF)) in btf_show_name()
/kernel/linux/linux-6.6/kernel/bpf/
H A Dbtf.c940 u64 kinds = 0; in btf_show_name() local
975 * BTF kinds we have encountered, since these will inform later in btf_show_name()
1000 kinds |= BTF_KIND_BIT(BTF_KIND_TYPEDEF); in btf_show_name()
1004 kinds |= BTF_KIND_BIT(BTF_KIND_ARRAY); in btf_show_name()
1014 kinds |= BTF_KIND_BIT(BTF_KIND_PTR); in btf_show_name()
1040 if (!(kinds & (BTF_KIND_BIT(BTF_KIND_ARRAY)))) in btf_show_name()
1052 if (kinds & BTF_KIND_BIT(BTF_KIND_PTR)) in btf_show_name()
1055 if (kinds & BTF_KIND_BIT(BTF_KIND_TYPEDEF)) in btf_show_name()

Completed in 52 milliseconds