types 761 arch/arm64/include/asm/sysreg.h #include <linux/types.h> types 74 arch/mips/fw/arc/tree.c static char *types[] = { types 97 arch/mips/fw/arc/tree.c p, classes[p->class], types[p->type], types 24 arch/powerpc/include/asm/security_features.h void do_stf_barrier_fixups(enum stf_barrier_type types); types 55 arch/powerpc/include/asm/setup.h void do_rfi_flush_fixups(enum l1d_flush_type types); types 946 arch/powerpc/kernel/setup_64.c void setup_rfi_flush(enum l1d_flush_type types, bool enable) types 948 arch/powerpc/kernel/setup_64.c if (types & L1D_FLUSH_FALLBACK) { types 953 arch/powerpc/kernel/setup_64.c if (types & L1D_FLUSH_ORI) types 956 arch/powerpc/kernel/setup_64.c if (types & L1D_FLUSH_MTTRIG) types 959 arch/powerpc/kernel/setup_64.c enabled_flush_types = types; types 117 arch/powerpc/lib/feature-fixups.c static void do_stf_entry_barrier_fixups(enum stf_barrier_type types) types 131 arch/powerpc/lib/feature-fixups.c if (types & STF_BARRIER_FALLBACK) { types 135 arch/powerpc/lib/feature-fixups.c } else if (types & STF_BARRIER_EIEIO) { types 137 arch/powerpc/lib/feature-fixups.c } else if (types & STF_BARRIER_SYNC_ORI) { types 150 arch/powerpc/lib/feature-fixups.c if (types & STF_BARRIER_FALLBACK) types 160 arch/powerpc/lib/feature-fixups.c (types == STF_BARRIER_NONE) ? "no" : types 161 arch/powerpc/lib/feature-fixups.c (types == STF_BARRIER_FALLBACK) ? "fallback" : types 162 arch/powerpc/lib/feature-fixups.c (types == STF_BARRIER_EIEIO) ? "eieio" : types 163 arch/powerpc/lib/feature-fixups.c (types == (STF_BARRIER_SYNC_ORI)) ? "hwsync" types 167 arch/powerpc/lib/feature-fixups.c static void do_stf_exit_barrier_fixups(enum stf_barrier_type types) types 184 arch/powerpc/lib/feature-fixups.c if (types & STF_BARRIER_FALLBACK || types & STF_BARRIER_SYNC_ORI) { types 200 arch/powerpc/lib/feature-fixups.c } else if (types & STF_BARRIER_EIEIO) { types 217 arch/powerpc/lib/feature-fixups.c (types == STF_BARRIER_NONE) ? "no" : types 218 arch/powerpc/lib/feature-fixups.c (types == STF_BARRIER_FALLBACK) ? "fallback" : types 219 arch/powerpc/lib/feature-fixups.c (types == STF_BARRIER_EIEIO) ? "eieio" : types 220 arch/powerpc/lib/feature-fixups.c (types == (STF_BARRIER_SYNC_ORI)) ? "hwsync" types 225 arch/powerpc/lib/feature-fixups.c void do_stf_barrier_fixups(enum stf_barrier_type types) types 227 arch/powerpc/lib/feature-fixups.c do_stf_entry_barrier_fixups(types); types 228 arch/powerpc/lib/feature-fixups.c do_stf_exit_barrier_fixups(types); types 231 arch/powerpc/lib/feature-fixups.c void do_rfi_flush_fixups(enum l1d_flush_type types) types 244 arch/powerpc/lib/feature-fixups.c if (types & L1D_FLUSH_FALLBACK) types 249 arch/powerpc/lib/feature-fixups.c if (types & L1D_FLUSH_ORI) { types 254 arch/powerpc/lib/feature-fixups.c if (types & L1D_FLUSH_MTTRIG) types 268 arch/powerpc/lib/feature-fixups.c (types == L1D_FLUSH_NONE) ? "no" : types 269 arch/powerpc/lib/feature-fixups.c (types == L1D_FLUSH_FALLBACK) ? "fallback displacement" : types 270 arch/powerpc/lib/feature-fixups.c (types & L1D_FLUSH_ORI) ? (types & L1D_FLUSH_MTTRIG) types 273 arch/powerpc/lib/feature-fixups.c (types & L1D_FLUSH_MTTRIG) ? "mttrig type" types 530 arch/powerpc/platforms/pseries/setup.c enum l1d_flush_type types; types 551 arch/powerpc/platforms/pseries/setup.c types = L1D_FLUSH_FALLBACK; types 554 arch/powerpc/platforms/pseries/setup.c types |= L1D_FLUSH_MTTRIG; types 557 arch/powerpc/platforms/pseries/setup.c types |= L1D_FLUSH_ORI; types 562 arch/powerpc/platforms/pseries/setup.c setup_rfi_flush(types, enable); types 1879 arch/sparc/kernel/traps_64.c static const char *types[SUN4V_ERR_TYPE_NUM] = { types 1890 arch/sparc/kernel/traps_64.c return types[type]; types 902 arch/x86/events/intel/uncore.c static void uncore_types_exit(struct intel_uncore_type **types) types 904 arch/x86/events/intel/uncore.c for (; *types; types++) types 905 arch/x86/events/intel/uncore.c uncore_type_exit(*types); types 968 arch/x86/events/intel/uncore.c uncore_types_init(struct intel_uncore_type **types, bool setid) types 972 arch/x86/events/intel/uncore.c for (; *types; types++) { types 973 arch/x86/events/intel/uncore.c ret = uncore_type_init(*types, setid); types 1194 arch/x86/events/intel/uncore.c static void uncore_box_unref(struct intel_uncore_type **types, int id) types 1201 arch/x86/events/intel/uncore.c for (; *types; types++) { types 1202 arch/x86/events/intel/uncore.c type = *types; types 1240 arch/x86/events/intel/uncore.c static int allocate_boxes(struct intel_uncore_type **types, types 1250 arch/x86/events/intel/uncore.c for (; *types; types++) { types 1251 arch/x86/events/intel/uncore.c type = *types; types 1279 arch/x86/events/intel/uncore.c static int uncore_box_ref(struct intel_uncore_type **types, types 1287 arch/x86/events/intel/uncore.c ret = allocate_boxes(types, id, cpu); types 1291 arch/x86/events/intel/uncore.c for (; *types; types++) { types 1292 arch/x86/events/intel/uncore.c type = *types; types 1345 arch/x86/events/intel/uncore.c struct intel_uncore_type **types = uncore_msr_uncores; types 1348 arch/x86/events/intel/uncore.c for (; *types; types++) { types 1349 arch/x86/events/intel/uncore.c ret = type_pmu_register(*types); types 1376 arch/x86/events/intel/uncore.c struct intel_uncore_type **types = uncore_mmio_uncores; types 1379 arch/x86/events/intel/uncore.c ret = uncore_types_init(types, true); types 1383 arch/x86/events/intel/uncore.c for (; *types; types++) { types 1384 arch/x86/events/intel/uncore.c ret = type_pmu_register(*types); types 220 arch/x86/kernel/cpu/cacheinfo.c static const unsigned char types[] = { 1, 2, 3, 3 }; types 286 arch/x86/kernel/cpu/cacheinfo.c eax->split.type = types[leaf]; types 381 arch/x86/kernel/cpu/mtrr/generic.c print_fixed(unsigned base, unsigned step, const mtrr_type *types) types 385 arch/x86/kernel/cpu/mtrr/generic.c for (i = 0; i < 8; ++i, ++types, base += step) { types 387 arch/x86/kernel/cpu/mtrr/generic.c update_fixed_last(base, base + step, *types); types 390 arch/x86/kernel/cpu/mtrr/generic.c if (last_fixed_end == base && last_fixed_type == *types) { types 396 arch/x86/kernel/cpu/mtrr/generic.c update_fixed_last(base, base + step, *types); types 4904 arch/x86/kvm/vmx/nested.c u32 vmx_instruction_info, types; types 4925 arch/x86/kvm/vmx/nested.c types = (vmx->nested.msrs.ept_caps >> VMX_EPT_EXTENT_SHIFT) & 6; types 4927 arch/x86/kvm/vmx/nested.c if (type >= 32 || !(types & (1 << type))) types 4962 arch/x86/kvm/vmx/nested.c unsigned long type, types; types 4984 arch/x86/kvm/vmx/nested.c types = (vmx->nested.msrs.vpid_caps & types 4987 arch/x86/kvm/vmx/nested.c if (type >= 32 || !(types & (1 << type))) types 190 drivers/acpi/acpica/acdebug.h acpi_db_execute(char *name, char **args, acpi_object_type *types, u32 flags); types 194 drivers/acpi/acpica/acdebug.h char **arguments, acpi_object_type *types); types 1184 drivers/acpi/acpica/aclocal.h acpi_object_type *types; types 1214 drivers/acpi/acpica/aclocal.h u32 types[ACPI_TOTAL_TYPES]; types 483 drivers/acpi/acpica/acutils.h u32 acpi_ut_get_resource_bit_width(char *buffer, u16 types); types 121 drivers/acpi/acpica/dbexec.c status = acpi_db_convert_to_object(info->types[i], types 342 drivers/acpi/acpica/dbexec.c acpi_db_execute(char *name, char **args, acpi_object_type *types, u32 flags) types 394 drivers/acpi/acpica/dbexec.c acpi_gbl_db_method_info.types = types; types 523 drivers/acpi/acpica/dbexec.c local_info.types = local_info.arg_types; types 637 drivers/acpi/acpica/dbexec.c char **arguments, acpi_object_type *types) types 646 drivers/acpi/acpica/dbexec.c acpi_gbl_db_method_info.types = acpi_gbl_db_method_info.arg_types; types 654 drivers/acpi/acpica/dbexec.c acpi_gbl_db_method_info.arg_types[i] = *types; types 655 drivers/acpi/acpica/dbexec.c types++; types 797 drivers/acpi/acpica/dbexec.c acpi_gbl_db_method_info.types = acpi_gbl_db_method_info.arg_types; types 499 drivers/acpi/acpica/dbnames.c info->types[node->type]++; types 584 drivers/acpi/acpica/dbnames.c acpi_os_printf("%8u %s\n", object_info->types[i], types 587 drivers/acpi/acpica/dbnames.c total_objects += object_info->types[i]; types 343 drivers/acpi/acpica/utpredef.c u32 acpi_ut_get_resource_bit_width(char *buffer, u16 types) types 354 drivers/acpi/acpica/utpredef.c if (types & 1) { types 360 drivers/acpi/acpica/utpredef.c types >>= 1; types 676 drivers/acpi/resource.c unsigned long types) types 717 drivers/acpi/resource.c return (type & types) ? 0 : 1; types 611 drivers/ata/pata_it821x.c static const char *types[5] = { types 637 drivers/ata/pata_it821x.c n, mbuf, types[buf[52]], id, cbl); types 640 drivers/ata/pata_it821x.c n, mbuf, types[buf[52]], buf[53], id, cbl); types 354 drivers/gpu/drm/amd/amdgpu/amdgpu_irq.c atomic_t *types; types 356 drivers/gpu/drm/amd/amdgpu/amdgpu_irq.c types = kcalloc(source->num_types, sizeof(atomic_t), types 358 drivers/gpu/drm/amd/amdgpu/amdgpu_irq.c if (!types) types 361 drivers/gpu/drm/amd/amdgpu/amdgpu_irq.c source->enabled_types = types; types 194 drivers/gpu/drm/exynos/exynos_drm_g2d.c unsigned int types[MAX_REG_TYPE_NR]; types 717 drivers/gpu/drm/exynos/exynos_drm_g2d.c if (buf_info->types[reg_type] == BUF_TYPE_GEM) { types 790 drivers/gpu/drm/exynos/exynos_drm_g2d.c if (buf_info->types[reg_type] == BUF_TYPE_GEM) types 797 drivers/gpu/drm/exynos/exynos_drm_g2d.c buf_info->types[reg_type] = 0; types 1057 drivers/gpu/drm/exynos/exynos_drm_g2d.c buf_info->types[reg_type] = BUF_TYPE_USERPTR; types 1060 drivers/gpu/drm/exynos/exynos_drm_g2d.c buf_info->types[reg_type] = BUF_TYPE_GEM; types 58 drivers/gpu/drm/i915/gvt/gvt.c t = &gvt->types[i]; types 138 drivers/gpu/drm/i915/gvt/gvt.c type = &gvt->types[i]; types 322 drivers/gpu/drm/i915/gvt/gvt.h struct intel_vgpu_type *types; types 128 drivers/gpu/drm/i915/gvt/vgpu.c gvt->types = kcalloc(num_types, sizeof(struct intel_vgpu_type), types 130 drivers/gpu/drm/i915/gvt/vgpu.c if (!gvt->types) types 138 drivers/gpu/drm/i915/gvt/vgpu.c gvt->types[i].low_gm_size = vgpu_types[i].low_mm; types 139 drivers/gpu/drm/i915/gvt/vgpu.c gvt->types[i].high_gm_size = vgpu_types[i].high_mm; types 140 drivers/gpu/drm/i915/gvt/vgpu.c gvt->types[i].fence = vgpu_types[i].fence; types 146 drivers/gpu/drm/i915/gvt/vgpu.c gvt->types[i].weight = vgpu_types[i].weight; types 147 drivers/gpu/drm/i915/gvt/vgpu.c gvt->types[i].resolution = vgpu_types[i].edid; types 148 drivers/gpu/drm/i915/gvt/vgpu.c gvt->types[i].avail_instance = min(low_avail / vgpu_types[i].low_mm, types 152 drivers/gpu/drm/i915/gvt/vgpu.c sprintf(gvt->types[i].name, "GVTg_V4_%s", types 155 drivers/gpu/drm/i915/gvt/vgpu.c sprintf(gvt->types[i].name, "GVTg_V5_%s", types 159 drivers/gpu/drm/i915/gvt/vgpu.c i, gvt->types[i].name, types 160 drivers/gpu/drm/i915/gvt/vgpu.c gvt->types[i].avail_instance, types 161 drivers/gpu/drm/i915/gvt/vgpu.c gvt->types[i].low_gm_size, types 162 drivers/gpu/drm/i915/gvt/vgpu.c gvt->types[i].high_gm_size, gvt->types[i].fence, types 163 drivers/gpu/drm/i915/gvt/vgpu.c gvt->types[i].weight, types 164 drivers/gpu/drm/i915/gvt/vgpu.c vgpu_edid_str(gvt->types[i].resolution)); types 173 drivers/gpu/drm/i915/gvt/vgpu.c kfree(gvt->types); types 193 drivers/gpu/drm/i915/gvt/vgpu.c low_gm_min = low_gm_avail / gvt->types[i].low_gm_size; types 194 drivers/gpu/drm/i915/gvt/vgpu.c high_gm_min = high_gm_avail / gvt->types[i].high_gm_size; types 195 drivers/gpu/drm/i915/gvt/vgpu.c fence_min = fence_avail / gvt->types[i].fence; types 196 drivers/gpu/drm/i915/gvt/vgpu.c gvt->types[i].avail_instance = min(min(low_gm_min, high_gm_min), types 200 drivers/gpu/drm/i915/gvt/vgpu.c i, gvt->types[i].name, types 201 drivers/gpu/drm/i915/gvt/vgpu.c gvt->types[i].avail_instance, gvt->types[i].low_gm_size, types 202 drivers/gpu/drm/i915/gvt/vgpu.c gvt->types[i].high_gm_size, gvt->types[i].fence); types 496 drivers/gpu/drm/i915/selftests/i915_vma.c enum i915_ggtt_view_type types[] = { types 512 drivers/gpu/drm/i915/selftests/i915_vma.c for (t = types; *t; t++) { types 869 drivers/gpu/drm/i915/selftests/i915_vma.c enum i915_ggtt_view_type types[] = { types 886 drivers/gpu/drm/i915/selftests/i915_vma.c for (t = types; *t; t++) { types 31 drivers/gpu/drm/nouveau/include/nvkm/core/event.h void nvkm_event_get(struct nvkm_event *, u32 types, int index); types 32 drivers/gpu/drm/nouveau/include/nvkm/core/event.h void nvkm_event_put(struct nvkm_event *, u32 types, int index); types 33 drivers/gpu/drm/nouveau/include/nvkm/core/event.h void nvkm_event_send(struct nvkm_event *, u32 types, int index, types 19 drivers/gpu/drm/nouveau/include/nvkm/core/notify.h u32 types; types 26 drivers/gpu/drm/nouveau/nvkm/core/event.c nvkm_event_put(struct nvkm_event *event, u32 types, int index) types 29 drivers/gpu/drm/nouveau/nvkm/core/event.c while (types) { types 30 drivers/gpu/drm/nouveau/nvkm/core/event.c int type = __ffs(types); types &= ~(1 << type); types 39 drivers/gpu/drm/nouveau/nvkm/core/event.c nvkm_event_get(struct nvkm_event *event, u32 types, int index) types 42 drivers/gpu/drm/nouveau/nvkm/core/event.c while (types) { types 43 drivers/gpu/drm/nouveau/nvkm/core/event.c int type = __ffs(types); types &= ~(1 << type); types 52 drivers/gpu/drm/nouveau/nvkm/core/event.c nvkm_event_send(struct nvkm_event *event, u32 types, int index, types 63 drivers/gpu/drm/nouveau/nvkm/core/event.c if (notify->index == index && (notify->types & types)) { types 31 drivers/gpu/drm/nouveau/nvkm/core/notify.c nvkm_event_put(notify->event, notify->types, notify->index); types 53 drivers/gpu/drm/nouveau/nvkm/core/notify.c nvkm_event_get(notify->event, notify->types, notify->index); types 2619 drivers/gpu/drm/nouveau/nvkm/engine/device/base.c notify->types = 1; types 74 drivers/gpu/drm/nouveau/nvkm/engine/disp/base.c notify->types = 1; types 114 drivers/gpu/drm/nouveau/nvkm/engine/disp/base.c notify->types = req->v0.mask; types 36 drivers/gpu/drm/nouveau/nvkm/engine/disp/changf119.c gf119_disp_chan_uevent_init(struct nvkm_event *event, int types, int index) types 116 drivers/gpu/drm/nouveau/nvkm/engine/disp/channv50.c nv50_disp_chan_uevent_init(struct nvkm_event *event, int types, int index) types 145 drivers/gpu/drm/nouveau/nvkm/engine/disp/channv50.c notify->types = 1; types 135 drivers/gpu/drm/nouveau/nvkm/engine/fifo/base.c notify->types = 1; types 153 drivers/gpu/drm/nouveau/nvkm/engine/fifo/base.c notify->types = 1; types 196 drivers/gpu/drm/nouveau/nvkm/engine/fifo/base.c notify->types = 1; types 60 drivers/gpu/drm/nouveau/nvkm/engine/sw/chan.c notify->types = 1; types 48 drivers/gpu/drm/nouveau/nvkm/subdev/fault/base.c notify->types = 1; types 133 drivers/gpu/drm/nouveau/nvkm/subdev/gpio/base.c notify->types = req->mask; types 114 drivers/gpu/drm/nouveau/nvkm/subdev/i2c/base.c notify->types = req->mask; types 96 drivers/gpu/drm/nouveau/nvkm/subdev/mxm/mxms.c mxms_foreach(struct nvkm_mxm *mxm, u8 types, types 169 drivers/gpu/drm/nouveau/nvkm/subdev/mxm/mxms.c if (types & (1 << type)) { types 573 drivers/greybus/interface.c static const char * const types[] = { types 581 drivers/greybus/interface.c return types[intf->type]; types 1912 drivers/hid/hid-core.c static const char *types[] = { "Device", "Pointer", "Mouse", "Device", types 1971 drivers/hid/hid-core.c (col->usage & 0xffff) < ARRAY_SIZE(types)) { types 1972 drivers/hid/hid-core.c type = types[col->usage & 0xffff]; types 281 drivers/hwmon/dell-smm-hwmon.c static int types[3] = { INT_MIN, INT_MIN, INT_MIN }; types 283 drivers/hwmon/dell-smm-hwmon.c if (types[fan] == INT_MIN) types 284 drivers/hwmon/dell-smm-hwmon.c types[fan] = _i8k_get_fan_type(fan); types 286 drivers/hwmon/dell-smm-hwmon.c return types[fan]; types 127 drivers/leds/leds-sunfire.c struct led_type *types) types 146 drivers/leds/leds-sunfire.c lp->name = types[i].name; types 148 drivers/leds/leds-sunfire.c lp->brightness_set = types[i].handler; types 149 drivers/leds/leds-sunfire.c lp->default_trigger = types[i].default_trigger; types 62 drivers/media/platform/imx-pxp.c u32 types; types 70 drivers/media/platform/imx-pxp.c .types = MEM2MEM_CAPTURE | MEM2MEM_OUTPUT, types 75 drivers/media/platform/imx-pxp.c .types = MEM2MEM_CAPTURE, types 79 drivers/media/platform/imx-pxp.c .types = MEM2MEM_CAPTURE, types 83 drivers/media/platform/imx-pxp.c .types = MEM2MEM_CAPTURE | MEM2MEM_OUTPUT, types 87 drivers/media/platform/imx-pxp.c .types = MEM2MEM_CAPTURE | MEM2MEM_OUTPUT, types 91 drivers/media/platform/imx-pxp.c .types = MEM2MEM_CAPTURE | MEM2MEM_OUTPUT, types 95 drivers/media/platform/imx-pxp.c .types = MEM2MEM_CAPTURE, types 99 drivers/media/platform/imx-pxp.c .types = MEM2MEM_CAPTURE | MEM2MEM_OUTPUT, types 103 drivers/media/platform/imx-pxp.c .types = MEM2MEM_CAPTURE | MEM2MEM_OUTPUT, types 108 drivers/media/platform/imx-pxp.c .types = MEM2MEM_OUTPUT, types 112 drivers/media/platform/imx-pxp.c .types = MEM2MEM_CAPTURE | MEM2MEM_OUTPUT, types 116 drivers/media/platform/imx-pxp.c .types = MEM2MEM_OUTPUT, types 120 drivers/media/platform/imx-pxp.c .types = MEM2MEM_CAPTURE | MEM2MEM_OUTPUT, types 124 drivers/media/platform/imx-pxp.c .types = MEM2MEM_CAPTURE | MEM2MEM_OUTPUT, types 128 drivers/media/platform/imx-pxp.c .types = MEM2MEM_CAPTURE | MEM2MEM_OUTPUT, types 132 drivers/media/platform/imx-pxp.c .types = MEM2MEM_CAPTURE | MEM2MEM_OUTPUT, types 136 drivers/media/platform/imx-pxp.c .types = MEM2MEM_CAPTURE | MEM2MEM_OUTPUT, types 140 drivers/media/platform/imx-pxp.c .types = MEM2MEM_CAPTURE | MEM2MEM_OUTPUT, types 144 drivers/media/platform/imx-pxp.c .types = MEM2MEM_OUTPUT, types 148 drivers/media/platform/imx-pxp.c .types = MEM2MEM_OUTPUT, types 1043 drivers/media/platform/imx-pxp.c if (formats[i].types & type) { types 1182 drivers/media/platform/imx-pxp.c if (!(fmt->types & MEM2MEM_CAPTURE)) { types 1210 drivers/media/platform/imx-pxp.c if (!(fmt->types & MEM2MEM_OUTPUT)) { types 42 drivers/media/platform/m2m-deinterlace.c u32 types; types 48 drivers/media/platform/m2m-deinterlace.c .types = MEM2MEM_CAPTURE | MEM2MEM_OUTPUT, types 52 drivers/media/platform/m2m-deinterlace.c .types = MEM2MEM_CAPTURE | MEM2MEM_OUTPUT, types 110 drivers/media/platform/m2m-deinterlace.c if ((fmt->types & f->type) && types 448 drivers/media/platform/m2m-deinterlace.c if (formats[i].types & type) { types 546 drivers/media/platform/m2m-deinterlace.c if (!fmt || !(fmt->types & MEM2MEM_CAPTURE)) types 565 drivers/media/platform/m2m-deinterlace.c if (!fmt || !(fmt->types & MEM2MEM_OUTPUT)) types 150 drivers/media/platform/mx2_emmaprp.c u32 types; types 156 drivers/media/platform/mx2_emmaprp.c .types = MEM2MEM_CAPTURE, types 160 drivers/media/platform/mx2_emmaprp.c .types = MEM2MEM_OUTPUT, types 394 drivers/media/platform/mx2_emmaprp.c if (formats[i].types & type) { types 504 drivers/media/platform/mx2_emmaprp.c if (!fmt || !(fmt->types & MEM2MEM_CAPTURE)) { types 521 drivers/media/platform/mx2_emmaprp.c if (!fmt || !(fmt->types & MEM2MEM_OUTPUT)) { types 293 drivers/media/platform/rcar_fdp1.c u8 types; types 1378 drivers/media/platform/rcar_fdp1.c if (fdp1_formats[i].types & type) { types 1466 drivers/media/platform/rcar_fdp1.c if (!fmt || !(fmt->types & FDP1_OUTPUT)) types 251 drivers/media/platform/rcar_jpu.c u16 types; types 694 drivers/media/platform/rcar_jpu.c if (fmt->fourcc == pixelformat && fmt->types & fmt_flag) types 706 drivers/media/platform/rcar_jpu.c if (jpu_formats[i].types & type) { types 228 drivers/media/platform/ti-vpe/vpe.c u8 types; /* CAPTURE and/or OUTPUT */ types 237 drivers/media/platform/ti-vpe/vpe.c .types = VPE_FMT_TYPE_CAPTURE | VPE_FMT_TYPE_OUTPUT, types 245 drivers/media/platform/ti-vpe/vpe.c .types = VPE_FMT_TYPE_CAPTURE | VPE_FMT_TYPE_OUTPUT, types 253 drivers/media/platform/ti-vpe/vpe.c .types = VPE_FMT_TYPE_CAPTURE | VPE_FMT_TYPE_OUTPUT, types 260 drivers/media/platform/ti-vpe/vpe.c .types = VPE_FMT_TYPE_CAPTURE | VPE_FMT_TYPE_OUTPUT, types 267 drivers/media/platform/ti-vpe/vpe.c .types = VPE_FMT_TYPE_CAPTURE, types 274 drivers/media/platform/ti-vpe/vpe.c .types = VPE_FMT_TYPE_CAPTURE, types 281 drivers/media/platform/ti-vpe/vpe.c .types = VPE_FMT_TYPE_CAPTURE, types 288 drivers/media/platform/ti-vpe/vpe.c .types = VPE_FMT_TYPE_CAPTURE, types 295 drivers/media/platform/ti-vpe/vpe.c .types = VPE_FMT_TYPE_CAPTURE, types 302 drivers/media/platform/ti-vpe/vpe.c .types = VPE_FMT_TYPE_CAPTURE, types 1508 drivers/media/platform/ti-vpe/vpe.c if (vpe_formats[i].types & type) { types 1582 drivers/media/platform/ti-vpe/vpe.c if (!fmt || !(fmt->types & type)) { types 93 drivers/media/platform/vim2m.c u32 types; types 100 drivers/media/platform/vim2m.c .types = MEM2MEM_CAPTURE | MEM2MEM_OUTPUT, types 104 drivers/media/platform/vim2m.c .types = MEM2MEM_CAPTURE | MEM2MEM_OUTPUT, types 108 drivers/media/platform/vim2m.c .types = MEM2MEM_CAPTURE | MEM2MEM_OUTPUT, types 112 drivers/media/platform/vim2m.c .types = MEM2MEM_CAPTURE | MEM2MEM_OUTPUT, types 116 drivers/media/platform/vim2m.c .types = MEM2MEM_CAPTURE, types 120 drivers/media/platform/vim2m.c .types = MEM2MEM_CAPTURE, types 124 drivers/media/platform/vim2m.c .types = MEM2MEM_CAPTURE, types 128 drivers/media/platform/vim2m.c .types = MEM2MEM_CAPTURE, types 132 drivers/media/platform/vim2m.c .types = MEM2MEM_CAPTURE, types 677 drivers/media/platform/vim2m.c if (formats[i].types & type) { types 810 drivers/media/platform/vim2m.c if (!(fmt->types & MEM2MEM_CAPTURE)) { types 835 drivers/media/platform/vim2m.c if (!(fmt->types & MEM2MEM_OUTPUT)) { types 811 drivers/mtd/mtdcore.c int mtd_device_parse_register(struct mtd_info *mtd, const char * const *types, types 827 drivers/mtd/mtdcore.c ret = parse_mtd_partitions(mtd, types, parser_data); types 18 drivers/mtd/mtdcore.h int parse_mtd_partitions(struct mtd_info *master, const char * const *types, types 743 drivers/mtd/mtdpart.c parse_mtd_partitions(&slave->mtd, parts[i].types, NULL); types 960 drivers/mtd/mtdpart.c int parse_mtd_partitions(struct mtd_info *master, const char *const *types, types 967 drivers/mtd/mtdpart.c if (!types) types 968 drivers/mtd/mtdpart.c types = mtd_is_partition(master) ? default_subpartition_types : types 971 drivers/mtd/mtdpart.c for ( ; *types; types++) { types 977 drivers/mtd/mtdpart.c if (!strcmp(*types, "ofpart")) { types 981 drivers/mtd/mtdpart.c *types); types 982 drivers/mtd/mtdpart.c parser = mtd_part_parser_get(*types); types 983 drivers/mtd/mtdpart.c if (!parser && !request_module("%s", *types)) types 984 drivers/mtd/mtdpart.c parser = mtd_part_parser_get(*types); types 294 drivers/mtd/parsers/bcm47xxpart.c trx->types = trx_types; types 123 drivers/mtd/parsers/bcm63xxpart.c parts[curpart].types = bcm63xx_cfe_part_types; types 773 drivers/net/dsa/mv88e6xxx/chip.c uint8_t *data, int types) types 780 drivers/net/dsa/mv88e6xxx/chip.c if (stat->type & types) { types 854 drivers/net/dsa/mv88e6xxx/chip.c int types) types 861 drivers/net/dsa/mv88e6xxx/chip.c if (stat->type & types) types 916 drivers/net/dsa/mv88e6xxx/chip.c uint64_t *data, int types, types 924 drivers/net/dsa/mv88e6xxx/chip.c if (stat->type & types) { types 1181 drivers/net/ethernet/mellanox/mlx4/main.c enum mlx4_port_type types[MLX4_MAX_PORTS]; types 1201 drivers/net/ethernet/mellanox/mlx4/main.c types[i] = priv->port[i+1].tmp_type ? priv->port[i+1].tmp_type : types 1203 drivers/net/ethernet/mellanox/mlx4/main.c if (types[i] == MLX4_PORT_TYPE_AUTO) types 1204 drivers/net/ethernet/mellanox/mlx4/main.c types[i] = mdev->caps.port_type[i+1]; types 1221 drivers/net/ethernet/mellanox/mlx4/main.c mlx4_do_sense_ports(mdev, new_types, types); types 4169 drivers/net/ethernet/mellanox/mlx4/main.c enum mlx4_port_type *types, types 4180 drivers/net/ethernet/mellanox/mlx4/main.c err = mlx4_change_port_types(dev, types); types 550 drivers/net/ethernet/mellanox/mlxsw/spectrum_ptp.c u8 types; types 557 drivers/net/ethernet/mellanox/mlxsw/spectrum_ptp.c types = ingress ? mlxsw_sp_port->ptp.ing_types : types 559 drivers/net/ethernet/mellanox/mlxsw/spectrum_ptp.c if (!types) types 574 drivers/net/ethernet/mellanox/mlxsw/spectrum_ptp.c if (!((1 << key.message_type) & types)) types 591 drivers/net/ethernet/mellanox/mlxsw/spectrum_ptp.c u8 types; types 597 drivers/net/ethernet/mellanox/mlxsw/spectrum_ptp.c types = ingress ? mlxsw_sp_port->ptp.ing_types : types 603 drivers/net/ethernet/mellanox/mlxsw/spectrum_ptp.c if (!((1 << message_type) & types)) types 46 drivers/net/ethernet/netronome/nfp/bpf/fw.h __le32 types; types 269 drivers/net/ethernet/netronome/nfp/bpf/main.c bpf->maps.types = readl(&cap->types); types 158 drivers/net/ethernet/netronome/nfp/bpf/main.h u32 types; types 334 drivers/net/ethernet/netronome/nfp/bpf/offload.c if (!bpf->maps.types) types 343 drivers/net/ethernet/netronome/nfp/bpf/offload.c if (!(bpf->maps.types & 1 << offmap->map.map_type)) { types 1418 drivers/net/ethernet/pensando/ionic/ionic_if.h __le16 types; types 1334 drivers/net/ethernet/pensando/ionic/ionic_lif.c int ionic_lif_rss_config(struct ionic_lif *lif, const u16 types, types 1342 drivers/net/ethernet/pensando/ionic/ionic_lif.c .rss.types = cpu_to_le16(types), types 1348 drivers/net/ethernet/pensando/ionic/ionic_lif.c lif->rss_types = types; types 239 drivers/net/ethernet/pensando/ionic/ionic_lif.h int ionic_lif_rss_config(struct ionic_lif *lif, u16 types, types 8340 drivers/net/wireless/ath/ath10k/mac.c .types = BIT(NL80211_IFTYPE_STATION) types 8345 drivers/net/wireless/ath/ath10k/mac.c .types = BIT(NL80211_IFTYPE_P2P_GO) types 8349 drivers/net/wireless/ath/ath10k/mac.c .types = BIT(NL80211_IFTYPE_P2P_DEVICE) types 8353 drivers/net/wireless/ath/ath10k/mac.c .types = BIT(NL80211_IFTYPE_AP) types 8363 drivers/net/wireless/ath/ath10k/mac.c .types = BIT(NL80211_IFTYPE_AP) types 8370 drivers/net/wireless/ath/ath10k/mac.c .types = BIT(NL80211_IFTYPE_STATION) types 8404 drivers/net/wireless/ath/ath10k/mac.c .types = BIT(NL80211_IFTYPE_STATION), types 8408 drivers/net/wireless/ath/ath10k/mac.c .types = BIT(NL80211_IFTYPE_AP) | types 8417 drivers/net/wireless/ath/ath10k/mac.c .types = BIT(NL80211_IFTYPE_P2P_DEVICE), types 8424 drivers/net/wireless/ath/ath10k/mac.c .types = BIT(NL80211_IFTYPE_STATION), types 8428 drivers/net/wireless/ath/ath10k/mac.c .types = BIT(NL80211_IFTYPE_P2P_CLIENT), types 8432 drivers/net/wireless/ath/ath10k/mac.c .types = BIT(NL80211_IFTYPE_AP) | types 8440 drivers/net/wireless/ath/ath10k/mac.c .types = BIT(NL80211_IFTYPE_P2P_DEVICE), types 8447 drivers/net/wireless/ath/ath10k/mac.c .types = BIT(NL80211_IFTYPE_STATION), types 8451 drivers/net/wireless/ath/ath10k/mac.c .types = BIT(NL80211_IFTYPE_ADHOC), types 8497 drivers/net/wireless/ath/ath10k/mac.c .types = BIT(NL80211_IFTYPE_STATION), types 8501 drivers/net/wireless/ath/ath10k/mac.c .types = BIT(NL80211_IFTYPE_AP) types 2513 drivers/net/wireless/ath/ath5k/base.c { .max = 2048, .types = BIT(NL80211_IFTYPE_STATION) }, types 2514 drivers/net/wireless/ath/ath5k/base.c { .max = 4, .types = types 698 drivers/net/wireless/ath/ath9k/htc_drv_init.c { .max = 2, .types = BIT(NL80211_IFTYPE_STATION) | types 700 drivers/net/wireless/ath/ath9k/htc_drv_init.c { .max = 2, .types = BIT(NL80211_IFTYPE_AP) | types 826 drivers/net/wireless/ath/ath9k/init.c { .max = 2048, .types = BIT(NL80211_IFTYPE_STATION) }, types 827 drivers/net/wireless/ath/ath9k/init.c { .max = 8, .types = types 832 drivers/net/wireless/ath/ath9k/init.c { .max = 1, .types = BIT(NL80211_IFTYPE_P2P_CLIENT) | types 838 drivers/net/wireless/ath/ath9k/init.c { .max = 2048, .types = BIT(NL80211_IFTYPE_WDS) }, types 845 drivers/net/wireless/ath/ath9k/init.c { .max = 2, .types = BIT(NL80211_IFTYPE_STATION) | types 849 drivers/net/wireless/ath/ath9k/init.c { .max = 1, .types = BIT(NL80211_IFTYPE_ADHOC) }, types 850 drivers/net/wireless/ath/ath9k/init.c { .max = 1, .types = BIT(NL80211_IFTYPE_P2P_DEVICE) }, types 212 drivers/net/wireless/ath/carl9170/fw.c ar->if_comb_limits[0].types = if_comb_types; types 2722 drivers/net/wireless/ath/wil6210/cfg80211.c iface_limit[j].types = le16_to_cpu(limit[j].types); types 2725 drivers/net/wireless/ath/wil6210/cfg80211.c iface_limit[j].max, iface_limit[j].types); types 85 drivers/net/wireless/ath/wil6210/fw.h __le16 types; /* interface types (bit mask of enum nl80211_iftype) */ types 6496 drivers/net/wireless/broadcom/brcm80211/brcmfmac/cfg80211.c c0_limits[i++].types = BIT(NL80211_IFTYPE_STATION); types 6506 drivers/net/wireless/broadcom/brcm80211/brcmfmac/cfg80211.c c0_limits[i++].types = BIT(NL80211_IFTYPE_P2P_DEVICE); types 6508 drivers/net/wireless/broadcom/brcm80211/brcmfmac/cfg80211.c c0_limits[i++].types = BIT(NL80211_IFTYPE_P2P_CLIENT) | types 6513 drivers/net/wireless/broadcom/brcm80211/brcmfmac/cfg80211.c c0_limits[i++].types = BIT(NL80211_IFTYPE_AP); types 6526 drivers/net/wireless/broadcom/brcm80211/brcmfmac/cfg80211.c p2p_limits[i++].types = BIT(NL80211_IFTYPE_STATION); types 6528 drivers/net/wireless/broadcom/brcm80211/brcmfmac/cfg80211.c p2p_limits[i++].types = BIT(NL80211_IFTYPE_AP); types 6530 drivers/net/wireless/broadcom/brcm80211/brcmfmac/cfg80211.c p2p_limits[i++].types = BIT(NL80211_IFTYPE_P2P_CLIENT); types 6532 drivers/net/wireless/broadcom/brcm80211/brcmfmac/cfg80211.c p2p_limits[i++].types = BIT(NL80211_IFTYPE_P2P_DEVICE); types 6546 drivers/net/wireless/broadcom/brcm80211/brcmfmac/cfg80211.c mbss_limits[i++].types = BIT(NL80211_IFTYPE_AP); types 49 drivers/net/wireless/intel/iwlwifi/dvm/mac80211.c .types = BIT(NL80211_IFTYPE_STATION), types 53 drivers/net/wireless/intel/iwlwifi/dvm/mac80211.c .types = BIT(NL80211_IFTYPE_AP), types 60 drivers/net/wireless/intel/iwlwifi/dvm/mac80211.c .types = BIT(NL80211_IFTYPE_STATION), types 89 drivers/net/wireless/intel/iwlwifi/mvm/mac80211.c .types = BIT(NL80211_IFTYPE_STATION), types 93 drivers/net/wireless/intel/iwlwifi/mvm/mac80211.c .types = BIT(NL80211_IFTYPE_AP) | types 99 drivers/net/wireless/intel/iwlwifi/mvm/mac80211.c .types = BIT(NL80211_IFTYPE_P2P_DEVICE), types 2818 drivers/net/wireless/mac80211_hwsim.c data->if_limits[n_limits].types = BIT(NL80211_IFTYPE_ADHOC); types 2829 drivers/net/wireless/mac80211_hwsim.c data->if_limits[n_limits].types = types 2836 drivers/net/wireless/mac80211_hwsim.c data->if_limits[n_limits].types = types 30 drivers/net/wireless/marvell/mwifiex/cfg80211.c .max = 3, .types = BIT(NL80211_IFTYPE_STATION) | types 6059 drivers/net/wireless/marvell/mwl8k.c { .max = 8, .types = BIT(NL80211_IFTYPE_AP) }, types 6060 drivers/net/wireless/marvell/mwl8k.c { .max = 1, .types = BIT(NL80211_IFTYPE_STATION) }, types 336 drivers/net/wireless/mediatek/mt76/mt7603/init.c .types = BIT(NL80211_IFTYPE_ADHOC) types 339 drivers/net/wireless/mediatek/mt76/mt7603/init.c .types = BIT(NL80211_IFTYPE_STATION) | types 162 drivers/net/wireless/mediatek/mt76/mt7615/init.c .types = BIT(NL80211_IFTYPE_AP) | types 42 drivers/net/wireless/mediatek/mt76/mt76x02_util.c .types = BIT(NL80211_IFTYPE_ADHOC) types 45 drivers/net/wireless/mediatek/mt76/mt76x02_util.c .types = BIT(NL80211_IFTYPE_STATION) | types 56 drivers/net/wireless/mediatek/mt76/mt76x02_util.c .types = BIT(NL80211_IFTYPE_ADHOC) types 59 drivers/net/wireless/mediatek/mt76/mt76x02_util.c .types = BIT(NL80211_IFTYPE_STATION) | types 1066 drivers/net/wireless/quantenna/qtnfmac/cfg80211.c interface_modes |= if_comb[i].limits[j].types; types 1117 drivers/net/wireless/quantenna/qtnfmac/commands.c limits[i].types = types 1121 drivers/net/wireless/quantenna/qtnfmac/commands.c limits[i].max, limits[i].types); types 1328 drivers/net/wireless/ralink/rt2x00/rt2x00dev.c if_limit->types = BIT(NL80211_IFTYPE_AP); types 1330 drivers/net/wireless/ralink/rt2x00/rt2x00dev.c if_limit->types |= BIT(NL80211_IFTYPE_MESH_POINT); types 146 drivers/net/wireless/rsi/rsi_91x_mac80211.c .types = BIT(NL80211_IFTYPE_STATION), types 150 drivers/net/wireless/rsi/rsi_91x_mac80211.c .types = BIT(NL80211_IFTYPE_AP) | types 156 drivers/net/wireless/rsi/rsi_91x_mac80211.c .types = BIT(NL80211_IFTYPE_P2P_DEVICE), types 1739 drivers/net/wireless/ti/wl12xx/main.c .types = BIT(NL80211_IFTYPE_STATION), types 1743 drivers/net/wireless/ti/wl12xx/main.c .types = BIT(NL80211_IFTYPE_AP) | types 1816 drivers/net/wireless/ti/wl18xx/main.c .types = BIT(NL80211_IFTYPE_STATION), types 1820 drivers/net/wireless/ti/wl18xx/main.c .types = BIT(NL80211_IFTYPE_AP) types 1829 drivers/net/wireless/ti/wl18xx/main.c .types = BIT(NL80211_IFTYPE_P2P_DEVICE), types 1836 drivers/net/wireless/ti/wl18xx/main.c .types = BIT(NL80211_IFTYPE_AP), types 1841 drivers/net/wireless/ti/wl18xx/main.c .types = BIT(NL80211_IFTYPE_MESH_POINT), types 1846 drivers/net/wireless/ti/wl18xx/main.c .types = BIT(NL80211_IFTYPE_P2P_DEVICE), types 161 drivers/pci/hotplug/rpaphp_core.c const __be32 *indexes, *names, *types, *domains; types 165 drivers/pci/hotplug/rpaphp_core.c types = of_get_property(dn, "ibm,drc-types", NULL); types 168 drivers/pci/hotplug/rpaphp_core.c if (!indexes || !names || !types || !domains) { types 179 drivers/pci/hotplug/rpaphp_core.c *drc_types = types; types 198 drivers/pci/hotplug/rpaphp_core.c const __be32 *types, *domains; types 201 drivers/pci/hotplug/rpaphp_core.c rc = get_children_props(dn->parent, &indexes, &names, &types, &domains); types 207 drivers/pci/hotplug/rpaphp_core.c type_tmp = (char *) &types[1]; types 316 drivers/pci/hotplug/rpaphp_core.c const __be32 **names, const __be32 **types, types 329 drivers/pci/hotplug/rpaphp_core.c *types = drc_types; types 354 drivers/pci/hotplug/rpaphp_core.c const __be32 *indexes, *names, *types, *power_domains; types 361 drivers/pci/hotplug/rpaphp_core.c if (!is_php_dn(dn, &indexes, &names, &types, &power_domains)) types 368 drivers/pci/hotplug/rpaphp_core.c type = (char *) &types[1]; types 190 drivers/remoteproc/remoteproc_debugfs.c static const char * const types[] = {"carveout", "devmem", "trace", "vdev"}; types 212 drivers/remoteproc/remoteproc_debugfs.c seq_printf(seq, "Entry %d is of type %s\n", i, types[hdr->type]); types 222 drivers/remoteproc/remoteproc_debugfs.c seq_printf(seq, "Entry %d is of type %s\n", i, types[hdr->type]); types 232 drivers/remoteproc/remoteproc_debugfs.c seq_printf(seq, "Entry %d is of type %s\n", i, types[hdr->type]); types 240 drivers/remoteproc/remoteproc_debugfs.c seq_printf(seq, "Entry %d is of type %s\n", i, types[hdr->type]); types 505 drivers/scsi/ses.c int types = ses_dev->page1_num_types; types 542 drivers/scsi/ses.c for (i = 0; i < types; i++, type_ptr += 4) { types 631 drivers/scsi/ses.c int i, types, len, components = 0; types 671 drivers/scsi/ses.c types = 0; types 681 drivers/scsi/ses.c types += type_ptr[2]; types 686 drivers/scsi/ses.c ses_dev->page1_num_types = types; types 688 drivers/scsi/ses.c for (i = 0; i < types && type_ptr < buf + len; i++, type_ptr += 4) { types 471 drivers/usb/core/devio.c static const char *types[] = {"isoc", "int", "ctrl", "bulk"}; types 480 drivers/usb/core/devio.c t = types[usb_pipetype(pipe)]; types 476 drivers/usb/gadget/function/f_fs.c struct usb_functionfs_event events[ARRAY_SIZE(ffs->ev.types)]; types 483 drivers/usb/gadget/function/f_fs.c events[i].type = ffs->ev.types[i]; types 492 drivers/usb/gadget/function/f_fs.c memmove(ffs->ev.types, ffs->ev.types + n, types 493 drivers/usb/gadget/function/f_fs.c ffs->ev.count * sizeof *ffs->ev.types); types 2771 drivers/usb/gadget/function/f_fs.c u8 *ev = ffs->ev.types, *out = ev; types 2778 drivers/usb/gadget/function/f_fs.c ffs->ev.count = out - ffs->ev.types; types 2782 drivers/usb/gadget/function/f_fs.c ffs->ev.types[ffs->ev.count++] = type; types 202 drivers/usb/gadget/function/u_fs.h u8 types[4]; types 107 drivers/usb/gadget/udc/at91_udc.c static char *types[] = { types 136 drivers/usb/gadget/udc/at91_udc.c types[(csr & 0x700) >> 8], types 4058 fs/btrfs/ioctl.c static const u64 types[] = { types 4082 fs/btrfs/ioctl.c if (tmp->flags == types[i]) { types 4138 fs/btrfs/ioctl.c if (tmp->flags == types[i]) { types 1194 fs/cifs/file.c static const int types[] = { types 1229 fs/cifs/file.c if (li->type != types[i]) types 1251 fs/cifs/file.c (__u8)types[i], 0, num, buf); types 1532 fs/cifs/file.c static const int types[] = { types 1576 fs/cifs/file.c if (types[i] != li->type) types 1625 fs/cifs/file.c types[i], num, 0, buf); types 445 include/linux/acpi.h unsigned long types); types 47 include/linux/mtd/partitions.h const char *const *types; /* names of parsers to use if any */ types 308 include/linux/sctp.h __be16 types[0]; types 181 include/linux/syscalls.h .types = nb ? types_##sname : NULL, \ types 4034 include/net/cfg80211.h u16 types; types 21 include/sound/wavefront.h All other wavefront_* types end up aligned to 32 bit values and types 29 include/trace/syscall.h const char **types; types 9 include/uapi/linux/netfilter_ipv6/ip6t_mh.h __u8 types[2]; /* MH type range */ types 203 kernel/bpf/btf.c struct btf_type **types; types 597 kernel/bpf/btf.c return btf->types[type_id]; types 848 kernel/bpf/btf.c memcpy(new_types, btf->types, types 849 kernel/bpf/btf.c sizeof(*btf->types) * (btf->nr_types + 1)); types 851 kernel/bpf/btf.c kvfree(btf->types); types 852 kernel/bpf/btf.c btf->types = new_types; types 856 kernel/bpf/btf.c btf->types[++(btf->nr_types)] = t; types 899 kernel/bpf/btf.c kvfree(btf->types); types 153 kernel/trace/trace_syscalls.c trace_seq_printf(s, "%s ", entry->types[i]); types 282 kernel/trace/trace_syscalls.c ret = trace_define_field(call, meta->types[i], types 5214 mm/page_alloc.c static const char types[MIGRATE_TYPES] = { types 5232 mm/page_alloc.c *p++ = types[i]; types 5400 mm/page_alloc.c unsigned char types[MAX_ORDER]; types 5415 mm/page_alloc.c types[order] = 0; types 5418 mm/page_alloc.c types[order] |= 1 << type; types 5426 mm/page_alloc.c show_migration_types(types[order]); types 57 net/ipv6/netfilter/ip6t_mh.c return type_match(mhinfo->types[0], mhinfo->types[1], mh->ip6mh_type, types 1013 net/mac80211/main.c if ((c->limits[j].types & BIT(NL80211_IFTYPE_ADHOC)) && types 988 net/sctp/ipv6.c __be16 *types) types 990 net/sctp/ipv6.c types[0] = SCTP_PARAM_IPV6_ADDRESS; types 992 net/sctp/ipv6.c types[1] = SCTP_PARAM_IPV4_ADDRESS; types 966 net/sctp/protocol.c __be16 *types) types 968 net/sctp/protocol.c types[0] = SCTP_PARAM_IPV4_ADDRESS; types 223 net/sctp/sm_make_chunk.c __be16 types[2]; types 243 net/sctp/sm_make_chunk.c num_types = sp->pf->supported_addrs(sp, types); types 338 net/sctp/sm_make_chunk.c sctp_addto_chunk(retval, num_types * sizeof(__u16), &types); types 2569 net/sctp/sm_make_chunk.c switch (param.sat->types[i]) { types 585 net/wireless/core.c u16 types = c->limits[j].types; types 588 net/wireless/core.c if (WARN_ON(types & all_iftypes)) types 590 net/wireless/core.c all_iftypes |= types; types 596 net/wireless/core.c if (WARN_ON(wiphy->software_iftypes & types)) types 600 net/wireless/core.c if (WARN_ON(types & BIT(NL80211_IFTYPE_P2P_DEVICE) && types 605 net/wireless/core.c if (WARN_ON(types & BIT(NL80211_IFTYPE_NAN) && types 619 net/wireless/core.c if (WARN_ON(types & BIT(NL80211_IFTYPE_ADHOC) && types 629 net/wireless/core.c if (WARN_ON((wiphy->interface_modes & types) != types)) types 790 net/wireless/core.c u16 types = 0; types 843 net/wireless/core.c if (WARN_ON(types & iftd->types_mask)) types 850 net/wireless/core.c types |= iftd->types_mask; types 1379 net/wireless/nl80211.c c->limits[j].types)) types 1780 net/wireless/util.c all_iftypes |= limits[j].types; types 1781 net/wireless/util.c if (!(limits[j].types & BIT(iftype))) types 748 scripts/asn1_compiler.c struct type *types; types 763 scripts/asn1_compiler.c types = type_list = calloc(nr + 1, sizeof(type_list[0])); types 775 scripts/asn1_compiler.c types[t].flags |= TYPE_BEGIN; types 779 scripts/asn1_compiler.c types[t].name = &token_list[n]; types 780 scripts/asn1_compiler.c type_index[t] = &types[t]; types 784 scripts/asn1_compiler.c types[t].name = &token_list[n + 1]; types 785 scripts/asn1_compiler.c types[t].flags |= TYPE_STOP_MARKER; types 211 security/selinux/ss/policydb.c ebitmap_destroy(&expr->type_names->types); types 269 security/selinux/ss/policydb.c ebitmap_destroy(&role->types); types 934 security/selinux/ss/policydb.c if (!role || !ebitmap_get_bit(&role->types, c->type - 1)) types 1161 security/selinux/ss/policydb.c ebitmap_init(&t->types); types 1170 security/selinux/ss/policydb.c if (ebitmap_read(&t->types, fp)) types 1406 security/selinux/ss/policydb.c rc = ebitmap_read(&role->types, fp); types 1695 security/selinux/ss/policydb.c ebitmap_for_each_positive_bit(&role->types, node, bit) { types 1696 security/selinux/ss/policydb.c if (ebitmap_get_bit(&upper->types, bit)) types 2793 security/selinux/ss/policydb.c if (ebitmap_write(&t->types, fp)) types 2973 security/selinux/ss/policydb.c rc = ebitmap_write(&role->types, fp); types 80 security/selinux/ss/policydb.h struct ebitmap types; /* set of authorized types for role */ types 158 security/selinux/ss/policydb.h struct ebitmap types; types 2597 security/selinux/ss/services.c ebitmap_for_each_positive_bit(&role->types, tnode, j) { types 60 sound/firewire/bebob/bebob.h const enum snd_bebob_clock_type *types; types 188 sound/firewire/bebob/bebob_focusrite.c if (bebob->spec->clock->types == saffirepro_10_clk_src_types) types 272 sound/firewire/bebob/bebob_focusrite.c .types = saffirepro_26_clk_src_types, types 283 sound/firewire/bebob/bebob_focusrite.c .types = saffirepro_10_clk_src_types, types 298 sound/firewire/bebob/bebob_focusrite.c .types = saffire_both_clk_src_types, types 721 sound/firewire/bebob/bebob_maudio.c .types = special_clk_types, types 146 sound/firewire/bebob/bebob_stream.c *src = clk_spec->types[id]; types 46 sound/firewire/bebob/bebob_terratec.c .types = phase88_rack_clk_src_types, types 53 sound/firewire/bebob/bebob_yamaha_terratec.c .types = clk_src_types, types 4870 sound/pci/hda/hda_generic.c unsigned int types; types 4876 sound/pci/hda/hda_generic.c types = 0; types 4883 sound/pci/hda/hda_generic.c if (types & (1 << attr)) types 4904 sound/pci/hda/hda_generic.c types |= (1 << attr); types 2386 sound/soc/codecs/wm_adsp.c int types[] = { types 2392 sound/soc/codecs/wm_adsp.c return wm_adsp_create_regions(dsp, id, ARRAY_SIZE(types), types, bases); types 564 sound/soc/sh/rcar/core.c enum rsnd_mod_type *types = rsnd_mod_sequence[is_play]; \ types 565 sound/soc/sh/rcar/core.c for_each_rsnd_mod_arrays(i, mod, io, types, RSND_MOD_MAX) { \ types 567 sound/soc/sh/rcar/core.c u32 *status = mod->ops->get_status(mod, io, types[i]); \ types 171 sound/soc/sh/rcar/ssi.c enum rsnd_mod_type types[] = { types 179 sound/soc/sh/rcar/ssi.c for (i = 0; i < ARRAY_SIZE(types); i++) { types 180 sound/soc/sh/rcar/ssi.c mod = rsnd_io_to_mod(io, types[i]); types 1040 sound/soc/sh/rcar/ssi.c enum rsnd_mod_type types[] = { types 1050 sound/soc/sh/rcar/ssi.c for (i = 0; i < ARRAY_SIZE(types); i++) { types 1051 sound/soc/sh/rcar/ssi.c type = types[i]; types 30 tools/lib/bpf/btf.c struct btf_type **types; types 56 tools/lib/bpf/btf.c new_types = realloc(btf->types, sizeof(*new_types) * new_size); types 63 tools/lib/bpf/btf.c btf->types = new_types; types 67 tools/lib/bpf/btf.c btf->types[++(btf->nr_types)] = t; types 214 tools/lib/bpf/btf.c return btf->types[type_id]; types 309 tools/lib/bpf/btf.c const struct btf_type *t = btf->types[i]; types 328 tools/lib/bpf/btf.c free(btf->types); types 566 tools/lib/bpf/btf.c struct btf_type *t = btf->types[i]; types 1418 tools/lib/bpf/btf.c struct btf_type *t = d->btf->types[i]; types 1457 tools/lib/bpf/btf.c t = d->btf->types[i]; types 1993 tools/lib/bpf/btf.c struct btf_type *t = d->btf->types[type_id]; types 2020 tools/lib/bpf/btf.c cand = d->btf->types[cand_id]; types 2032 tools/lib/bpf/btf.c cand = d->btf->types[cand_id]; types 2055 tools/lib/bpf/btf.c cand = d->btf->types[cand_id]; types 2114 tools/lib/bpf/btf.c if (!btf_is_fwd(d->btf->types[type_id])) types 2120 tools/lib/bpf/btf.c if (!btf_is_fwd(d->btf->types[type_id])) types 2248 tools/lib/bpf/btf.c cand_type = d->btf->types[cand_id]; types 2249 tools/lib/bpf/btf.c canon_type = d->btf->types[canon_id]; types 2400 tools/lib/bpf/btf.c t_kind = btf_kind(d->btf->types[t_id]); types 2401 tools/lib/bpf/btf.c c_kind = btf_kind(d->btf->types[c_id]); types 2469 tools/lib/bpf/btf.c t = d->btf->types[type_id]; types 2490 tools/lib/bpf/btf.c cand_type = d->btf->types[cand_id]; types 2562 tools/lib/bpf/btf.c t = d->btf->types[type_id]; types 2580 tools/lib/bpf/btf.c cand = d->btf->types[cand_id]; types 2604 tools/lib/bpf/btf.c cand = d->btf->types[cand_id]; types 2636 tools/lib/bpf/btf.c cand = d->btf->types[cand_id]; types 2701 tools/lib/bpf/btf.c len = btf_type_size(d->btf->types[i]); types 2705 tools/lib/bpf/btf.c memmove(p, d->btf->types[i], len); types 2707 tools/lib/bpf/btf.c d->btf->types[next_type_id] = (struct btf_type *)p; types 2716 tools/lib/bpf/btf.c new_types = realloc(d->btf->types, types 2720 tools/lib/bpf/btf.c d->btf->types = new_types; types 2761 tools/lib/bpf/btf.c struct btf_type *t = d->btf->types[type_id]; types 2041 tools/lib/bpf/libbpf.c __u32 types[] = { types 2052 tools/lib/bpf/libbpf.c btf_fd = libbpf__load_raw_btf((char *)types, sizeof(types), types 2067 tools/lib/bpf/libbpf.c __u32 types[] = { types 2079 tools/lib/bpf/libbpf.c btf_fd = libbpf__load_raw_btf((char *)types, sizeof(types), types 177 tools/lib/bpf/libbpf_probes.c __u32 types[] = { types 189 tools/lib/bpf/libbpf_probes.c return libbpf__load_raw_btf((char *)types, sizeof(types), types 1526 tools/testing/selftests/bpf/test_maps.c int types[2] = { SOCK_STREAM, SOCK_DGRAM }, type; types 1564 tools/testing/selftests/bpf/test_maps.c for (t = 0; t < ARRAY_SIZE(types); t++) { types 1565 tools/testing/selftests/bpf/test_maps.c type = types[t]; types 698 tools/testing/selftests/bpf/test_select_reuseport.c const int types[] = { SOCK_STREAM, SOCK_DGRAM, SOCK_STREAM }; types 708 tools/testing/selftests/bpf/test_select_reuseport.c for (t = 0; t < ARRAY_SIZE(types); t++) { types 710 tools/testing/selftests/bpf/test_select_reuseport.c int type = types[t];