type 69 arch/x86/include/asm/archrandom.h #define GET_RANDOM(name, type, rdrand, nop) \ type 70 arch/x86/include/asm/archrandom.h static inline int name(type *v) \ type 86 arch/x86/include/asm/archrandom.h #define GET_SEED(name, type, rdseed, nop) \ type 87 arch/x86/include/asm/archrandom.h static inline int name(type *v) \ type 18 arch/x86/include/asm/desc.h desc->type = (info->read_exec_only ^ 1) << 1; type 19 arch/x86/include/asm/desc.h desc->type |= info->contents << 2; type 55 arch/x86/include/asm/desc.h static inline void pack_gate(gate_desc *gate, unsigned type, unsigned long func, type 65 arch/x86/include/asm/desc.h gate->type = type; type 71 arch/x86/include/asm/desc.h static inline void pack_gate(gate_desc *gate, unsigned char type, type 76 arch/x86/include/asm/desc.h gate->b = (base & 0xffff0000) | (((0x80 | type | (dpl << 5)) & 0xff) << 8); type 105 arch/x86/include/asm/desc.h #define write_gdt_entry(dt, entry, desc, type) native_write_gdt_entry(dt, entry, desc, type) type 130 arch/x86/include/asm/desc.h native_write_gdt_entry(struct desc_struct *gdt, int entry, const void *desc, int type) type 134 arch/x86/include/asm/desc.h switch (type) { type 144 arch/x86/include/asm/desc.h unsigned long limit, unsigned char type, type 149 arch/x86/include/asm/desc.h (limit & 0x000f0000) | ((type & 0xff) << 8) | type 155 arch/x86/include/asm/desc.h static inline void set_tssldt_descriptor(void *d, unsigned long addr, unsigned type, unsigned size) type 165 arch/x86/include/asm/desc.h desc->type = type; type 171 arch/x86/include/asm/desc.h pack_descriptor((struct desc_struct *)d, addr, size, 0x80 | type, 0); type 339 arch/x86/include/asm/desc.h static inline void _trace_set_gate(int gate, unsigned type, void *addr, type 344 arch/x86/include/asm/desc.h pack_gate(&s, type, (unsigned long)addr, dpl, ist, seg); type 356 arch/x86/include/asm/desc.h #define _trace_set_gate(gate, type, addr, dpl, ist, seg) type 359 arch/x86/include/asm/desc.h static inline void _set_gate(int gate, unsigned type, void *addr, type 364 arch/x86/include/asm/desc.h pack_gate(&s, type, (unsigned long)addr, dpl, ist, seg); type 31 arch/x86/include/asm/desc_defs.h unsigned base1: 8, type: 4, s: 1, dpl: 2, p: 1; type 54 arch/x86/include/asm/desc_defs.h unsigned ist : 3, zero0 : 5, type : 5, dpl : 2, p : 1; type 74 arch/x86/include/asm/desc_defs.h unsigned base1 : 8, type : 5, dpl : 2, p : 1; type 17 arch/x86/include/asm/e820.h extern int e820_any_mapped(u64 start, u64 end, unsigned type); type 18 arch/x86/include/asm/e820.h extern int e820_all_mapped(u64 start, u64 end, unsigned type); type 19 arch/x86/include/asm/e820.h extern void e820_add_region(u64 start, u64 size, int type); type 55 arch/x86/include/asm/efi.h #define efi_ioremap(addr, size, type, attr) ioremap_cache(addr, size) type 85 arch/x86/include/asm/efi.h u32 type, u64 attribute); type 16 arch/x86/include/asm/hw_breakpoint.h u8 type; type 45 arch/x86/include/asm/hw_breakpoint.h static inline int hw_breakpoint_slots(int type) type 67 arch/x86/include/asm/hw_breakpoint.h unsigned long encode_dr7(int drnum, unsigned int len, unsigned int type); type 68 arch/x86/include/asm/hw_breakpoint.h int decode_dr7(unsigned long dr7, int bpnum, unsigned *len, unsigned *type); type 177 arch/x86/include/asm/inst.h .macro REG_TYPE type reg type 32 arch/x86/include/asm/intel-mid.h u8 type; type 44 arch/x86/include/asm/io.h #define build_mmio_read(name, size, type, reg, barrier) \ type 45 arch/x86/include/asm/io.h static inline type name(const volatile void __iomem *addr) \ type 46 arch/x86/include/asm/io.h { type ret; asm volatile("mov" size " %1,%0":reg (ret) \ type 47 arch/x86/include/asm/io.h :"m" (*(volatile type __force *)addr) barrier); return ret; } type 49 arch/x86/include/asm/io.h #define build_mmio_write(name, size, type, reg, barrier) \ type 50 arch/x86/include/asm/io.h static inline void name(type val, volatile void __iomem *addr) \ type 52 arch/x86/include/asm/io.h "m" (*(volatile type __force *)addr) barrier); } type 269 arch/x86/include/asm/io.h #define BUILDIO(bwl, bw, type) \ type 270 arch/x86/include/asm/io.h static inline void out##bwl(unsigned type value, int port) \ type 276 arch/x86/include/asm/io.h static inline unsigned type in##bwl(int port) \ type 278 arch/x86/include/asm/io.h unsigned type value; \ type 284 arch/x86/include/asm/io.h static inline void out##bwl##_p(unsigned type value, int port) \ type 290 arch/x86/include/asm/io.h static inline unsigned type in##bwl##_p(int port) \ type 292 arch/x86/include/asm/io.h unsigned type value = in##bwl(port); \ type 175 arch/x86/include/asm/io_apic.h enum ioapic_domain_type type; type 217 arch/x86/include/asm/kvm_emulate.h enum { OP_REG, OP_MEM, OP_MEM_STR, OP_IMM, OP_XMM, OP_MM, OP_NONE } type; type 308 arch/x86/include/asm/kvm_host.h enum pmc_type type; type 68 arch/x86/include/asm/mpspec_def.h unsigned char type; type 78 arch/x86/include/asm/mpspec_def.h unsigned char type; type 106 arch/x86/include/asm/mpspec_def.h unsigned char type; type 114 arch/x86/include/asm/mpspec_def.h unsigned char type; type 137 arch/x86/include/asm/mpspec_def.h unsigned char type; type 38 arch/x86/include/asm/mtrr.h unsigned int type, bool increment); type 40 arch/x86/include/asm/mtrr.h unsigned int type, bool increment); type 63 arch/x86/include/asm/mtrr.h unsigned int type, bool increment) type 68 arch/x86/include/asm/mtrr.h unsigned int type, bool increment) type 105 arch/x86/include/asm/mtrr.h compat_uint_t type; /* Type of region */ type 112 arch/x86/include/asm/mtrr.h compat_uint_t type; /* Type of region */ type 293 arch/x86/include/asm/paravirt.h void *desc, int type) type 295 arch/x86/include/asm/paravirt.h PVOP_VCALL4(pv_cpu_ops.write_gdt_entry, dt, entry, desc, type); type 85 arch/x86/include/asm/paravirt_types.h unsigned (*patch)(u8 type, u16 clobber, void *insnbuf, type 376 arch/x86/include/asm/paravirt_types.h #define _paravirt_alt(insn_string, type, clobber) \ type 381 arch/x86/include/asm/paravirt_types.h " .byte " type "\n" \ type 407 arch/x86/include/asm/paravirt_types.h unsigned paravirt_patch_default(u8 type, u16 clobbers, void *insnbuf, type 413 arch/x86/include/asm/paravirt_types.h unsigned native_patch(u8 type, u16 clobbers, void *ibuf, type 23 arch/x86/include/asm/pat.h unsigned long *type); type 99 arch/x86/include/asm/pci.h int native_setup_msi_irqs(struct pci_dev *dev, int nvec, int type); type 112 arch/x86/include/asm/pci_x86.h extern void pci_direct_init(int type); type 110 arch/x86/include/asm/pgtable-2level.h #define __swp_entry(type, offset) ((swp_entry_t) { \ type 111 arch/x86/include/asm/pgtable-2level.h ((type) << (_PAGE_BIT_PRESENT + 1)) \ type 195 arch/x86/include/asm/pgtable-3level.h #define __swp_entry(type, offset) ((swp_entry_t){(type) | (offset) << 5}) type 161 arch/x86/include/asm/pgtable_64.h #define __swp_entry(type, offset) ((swp_entry_t) { \ type 162 arch/x86/include/asm/pgtable_64.h ((type) << (_PAGE_BIT_PRESENT + 1)) \ type 21 arch/x86/include/asm/reboot.h void __noreturn machine_real_restart(unsigned int type); type 37 arch/x86/include/asm/rio.h u8 type; /* Type of device */ type 103 arch/x86/include/asm/setup.h #define RESERVE_BRK_ARRAY(type, name, entries) \ type 104 arch/x86/include/asm/setup.h type *name; \ type 105 arch/x86/include/asm/setup.h RESERVE_BRK(name, sizeof(type) * entries) type 88 arch/x86/include/asm/uaccess.h #define access_ok(type, addr, size) \ type 27 arch/x86/include/asm/vvar.h #define DECLARE_VVAR(offset, type, name) \ type 34 arch/x86/include/asm/vvar.h #define DECLARE_VVAR(offset, type, name) \ type 35 arch/x86/include/asm/vvar.h extern type vvar_ ## name __attribute__((visibility("hidden"))); type 39 arch/x86/include/asm/vvar.h #define DEFINE_VVAR(type, name) \ type 40 arch/x86/include/asm/vvar.h type name \ type 178 arch/x86/include/asm/x86_init.h int (*setup_msi_irqs)(struct pci_dev *dev, int nvec, int type); type 141 arch/x86/include/asm/xen/hypercall.h #define _hypercall0(type, name) \ type 149 arch/x86/include/asm/xen/hypercall.h (type)__res; \ type 152 arch/x86/include/asm/xen/hypercall.h #define _hypercall1(type, name, a1) \ type 160 arch/x86/include/asm/xen/hypercall.h (type)__res; \ type 163 arch/x86/include/asm/xen/hypercall.h #define _hypercall2(type, name, a1, a2) \ type 171 arch/x86/include/asm/xen/hypercall.h (type)__res; \ type 174 arch/x86/include/asm/xen/hypercall.h #define _hypercall3(type, name, a1, a2, a3) \ type 182 arch/x86/include/asm/xen/hypercall.h (type)__res; \ type 185 arch/x86/include/asm/xen/hypercall.h #define _hypercall4(type, name, a1, a2, a3, a4) \ type 193 arch/x86/include/asm/xen/hypercall.h (type)__res; \ type 196 arch/x86/include/asm/xen/hypercall.h #define _hypercall5(type, name, a1, a2, a3, a4, a5) \ type 204 arch/x86/include/asm/xen/hypercall.h (type)__res; \ type 416 arch/x86/include/asm/xen/hypercall.h HYPERVISOR_vm_assist(unsigned int cmd, unsigned int type) type 418 arch/x86/include/asm/xen/hypercall.h return _hypercall2(int, vm_assist, cmd, type); type 13 arch/x86/include/asm/xen/interface.h #define __DEFINE_GUEST_HANDLE(name, type) \ type 14 arch/x86/include/asm/xen/interface.h typedef struct { type *p; } __guest_handle_ ## name type 16 arch/x86/include/asm/xen/interface.h #define __DEFINE_GUEST_HANDLE(name, type) \ type 17 arch/x86/include/asm/xen/interface.h typedef type * __guest_handle_ ## name type 42 arch/x86/include/uapi/asm/bootparam.h __u32 type; type 50 arch/x86/include/uapi/asm/e820.h __u32 type; /* type of memory segment */ type 129 arch/x86/include/uapi/asm/kvm.h __u8 type; type 41 arch/x86/include/uapi/asm/mtrr.h unsigned int type; /* Type of region */ type 48 arch/x86/include/uapi/asm/mtrr.h unsigned int type; /* Type of region */ type 56 arch/x86/include/uapi/asm/mtrr.h __u32 type; /* Type of region */ type 63 arch/x86/include/uapi/asm/mtrr.h __u32 type; /* Type of region */ type 327 include/acpi/acoutput.h #define ACPI_TRACE_ENTRY(name, function, type, param) \ type 329 include/acpi/acoutput.h function (ACPI_DEBUG_PARAMETERS, (type) (param)) type 372 include/acpi/acoutput.h #define ACPI_TRACE_EXIT(function, type, param) \ type 374 include/acpi/acoutput.h register type _param = (type) (param); \ type 381 include/acpi/acoutput.h #define ACPI_TRACE_EXIT(function, type, param) \ type 383 include/acpi/acoutput.h function (ACPI_DEBUG_PARAMETERS, (type) (param)); \ type 73 include/acpi/acpi_bus.h union acpi_object *argv4, acpi_object_type type) type 78 include/acpi/acpi_bus.h if (obj && obj->type != type) { type 88 include/acpi/acpi_bus.h .package.type = ACPI_TYPE_PACKAGE, \ type 242 include/acpi/acpi_bus.h struct acpi_pnp_type type; /* ID type */ type 405 include/acpi/acpi_bus.h u32 type; type 72 include/acpi/acpiosxf.h u32 type; type 259 include/acpi/acpiosxf.h acpi_os_execute(acpi_execute_type type, type 69 include/acpi/acpixf.h #define ACPI_GLOBAL(type,name) \ type 70 include/acpi/acpixf.h extern type name; \ type 71 include/acpi/acpixf.h type name type 73 include/acpi/acpixf.h #define ACPI_INIT_GLOBAL(type,name,value) \ type 74 include/acpi/acpixf.h type name=value type 78 include/acpi/acpixf.h #define ACPI_GLOBAL(type,name) \ type 79 include/acpi/acpixf.h extern type name type 83 include/acpi/acpixf.h #define ACPI_INIT_GLOBAL(type,name,value) \ type 84 include/acpi/acpixf.h extern type name type 460 include/acpi/acpixf.h acpi_walk_namespace(acpi_object_type type, type 522 include/acpi/acpixf.h acpi_get_next_object(acpi_object_type type, type 567 include/acpi/acpixf.h u32 type, type 183 include/acpi/acrestyp.h u8 type; type 409 include/acpi/acrestyp.h u8 type; \ type 587 include/acpi/acrestyp.h u32 type; type 598 include/acpi/acrestyp.h #define ACPI_RS_SIZE(type) (u32) (ACPI_RS_SIZE_NO_DATA + sizeof (type)) type 102 include/acpi/actbl1.h u8 type; type 412 include/acpi/actbl1.h u16 type; type 487 include/acpi/actbl1.h u8 type; type 765 include/acpi/actbl1.h u8 type; /* 1=PMI, 2=INIT, 3=corrected */ type 131 include/acpi/actbl2.h u8 type; type 183 include/acpi/actbl2.h u8 type; type 295 include/acpi/actbl2.h u16 type; type 388 include/acpi/actbl2.h u8 type; /* 0=full 16550, 1=subset of 16550 */ type 417 include/acpi/actbl2.h u16 type; type 574 include/acpi/actbl2.h u8 type; type 675 include/acpi/actbl2.h u8 type; /* Subtable type */ type 732 include/acpi/actbl2.h u8 type; type 837 include/acpi/actbl2.h u32 type; /* Subtable type */ type 978 include/acpi/actbl2.h u32 type; type 168 include/acpi/actbl3.h u16 type; type 217 include/acpi/actbl3.h u16 type; type 275 include/acpi/actbl3.h u8 type; type 528 include/acpi/actbl3.h u8 type; type 618 include/acpi/actbl3.h u16 type; type 888 include/acpi/actypes.h acpi_object_type type; /* See definition of acpi_ns_type for values */ type 890 include/acpi/actypes.h acpi_object_type type; /* ACPI_TYPE_INTEGER */ type 895 include/acpi/actypes.h acpi_object_type type; /* ACPI_TYPE_STRING */ type 901 include/acpi/actypes.h acpi_object_type type; /* ACPI_TYPE_BUFFER */ type 907 include/acpi/actypes.h acpi_object_type type; /* ACPI_TYPE_PACKAGE */ type 913 include/acpi/actypes.h acpi_object_type type; /* ACPI_TYPE_LOCAL_REFERENCE */ type 919 include/acpi/actypes.h acpi_object_type type; /* ACPI_TYPE_PROCESSOR */ type 926 include/acpi/actypes.h acpi_object_type type; /* ACPI_TYPE_POWER */ type 974 include/acpi/actypes.h u8 type; type 1143 include/acpi/actypes.h acpi_object_type type; /* ACPI object Type */ type 60 include/acpi/processor.h u8 type; type 317 include/acpi/processor.h int acpi_get_apicid(acpi_handle, int type, u32 acpi_id); type 319 include/acpi/processor.h int acpi_get_cpuid(acpi_handle, int type, u32 acpi_id); type 23 include/acpi/video.h extern int acpi_video_get_edid(struct acpi_device *device, int type, type 30 include/acpi/video.h static inline int acpi_video_get_edid(struct acpi_device *device, int type, type 41 include/asm-generic/uaccess.h #define access_ok(type, addr, size) __access_ok((unsigned long)(addr),(size)) type 25 include/crypto/algapi.h unsigned int (*ctxsize)(struct crypto_alg *alg, u32 type, u32 mask); type 27 include/crypto/algapi.h int (*init)(struct crypto_tfm *tfm, u32 type, u32 mask); type 31 include/crypto/algapi.h struct crypto_alg *(*lookup)(const char *name, u32 type, u32 mask); type 33 include/crypto/algapi.h unsigned int type; type 149 include/crypto/algapi.h struct crypto_tfm *crypto_spawn_tfm(struct crypto_spawn *spawn, u32 type, type 160 include/crypto/algapi.h int crypto_check_attr_type(struct rtattr **tb, u32 type); type 164 include/crypto/algapi.h u32 type, u32 mask); type 167 include/crypto/algapi.h u32 type, u32 mask) type 169 include/crypto/algapi.h return crypto_attr_alg2(rta, NULL, type, mask); type 261 include/crypto/algapi.h u32 type = CRYPTO_ALG_TYPE_BLKCIPHER; type 264 include/crypto/algapi.h return __crypto_blkcipher_cast(crypto_spawn_tfm(spawn, type, mask)); type 280 include/crypto/algapi.h u32 type = CRYPTO_ALG_TYPE_CIPHER; type 283 include/crypto/algapi.h return __crypto_cipher_cast(crypto_spawn_tfm(spawn, type, mask)); type 293 include/crypto/algapi.h u32 type = CRYPTO_ALG_TYPE_HASH; type 296 include/crypto/algapi.h return __crypto_hash_cast(crypto_spawn_tfm(spawn, type, mask)); type 382 include/crypto/algapi.h u32 type, u32 mask) type 384 include/crypto/algapi.h return crypto_attr_alg(tb[1], type, mask); type 391 include/crypto/algapi.h static inline int crypto_requires_sync(u32 type, u32 mask) type 393 include/crypto/algapi.h return (type ^ CRYPTO_ALG_ASYNC) & mask & CRYPTO_ALG_ASYNC; type 76 include/crypto/compress.h extern struct crypto_pcomp *crypto_alloc_pcomp(const char *alg_name, u32 type, type 31 include/crypto/cryptd.h u32 type, u32 mask); type 47 include/crypto/cryptd.h u32 type, u32 mask); type 63 include/crypto/cryptd.h u32 type, u32 mask); type 115 include/crypto/hash.h struct crypto_ahash *crypto_alloc_ahash(const char *alg_name, u32 type, type 263 include/crypto/hash.h struct crypto_shash *crypto_alloc_shash(const char *alg_name, u32 type, type 33 include/crypto/if_alg.h const struct af_alg_type *type; type 48 include/crypto/if_alg.h void *(*bind)(const char *name, u32 type, u32 mask); type 63 include/crypto/if_alg.h int af_alg_register_type(const struct af_alg_type *type); type 64 include/crypto/if_alg.h int af_alg_unregister_type(const struct af_alg_type *type); type 34 include/crypto/internal/aead.h struct crypto_alg *crypto_lookup_aead(const char *name, u32 type, u32 mask); type 37 include/crypto/internal/aead.h u32 type, u32 mask); type 59 include/crypto/internal/aead.h struct rtattr **tb, u32 type, type 95 include/crypto/internal/hash.h struct hash_alg_common *ahash_attr_alg(struct rtattr *rta, u32 type, u32 mask); type 114 include/crypto/internal/hash.h struct shash_alg *shash_attr_alg(struct rtattr *rta, u32 type, u32 mask); type 35 include/crypto/internal/skcipher.h u32 type, u32 mask); type 37 include/crypto/internal/skcipher.h struct crypto_alg *crypto_lookup_skcipher(const char *name, u32 type, u32 mask); type 63 include/crypto/internal/skcipher.h struct rtattr **tb, u32 type, type 66 include/crypto/mcryptd.h u32 type, u32 mask); type 29 include/crypto/rng.h u32 type, u32 mask) type 31 include/crypto/rng.h type &= ~CRYPTO_ALG_TYPE_MASK; type 32 include/crypto/rng.h type |= CRYPTO_ALG_TYPE_RNG; type 35 include/crypto/rng.h return __crypto_rng_cast(crypto_alloc_base(alg_name, type, mask)); type 649 include/drm/drmP.h int type; /**< Control or render */ type 849 include/drm/drmP.h return file_priv->minor->type == DRM_MINOR_RENDER; type 854 include/drm/drmP.h return file_priv->minor->type == DRM_MINOR_CONTROL; type 859 include/drm/drmP.h return file_priv->minor->type == DRM_MINOR_LEGACY; type 40 include/drm/drm_agpsupport.h uint32_t type); type 89 include/drm/drm_agpsupport.h uint32_t type) type 59 include/drm/drm_crtc.h uint32_t type; type 631 include/drm/drm_crtc.h enum drm_plane_type type; type 874 include/drm/drm_crtc.h int type; type 943 include/drm/drm_crtc.h enum drm_plane_type type); type 986 include/drm/drm_crtc.h uint32_t type) type 990 include/drm/drm_crtc.h return (property->flags & DRM_MODE_PROP_EXTENDED_TYPE) == type; type 991 include/drm/drm_crtc.h return property->flags & type; type 1039 include/drm/drm_crtc.h int flags, const char *name, uint32_t type); type 1055 include/drm/drm_crtc.h uint32_t id, uint32_t type); type 1199 include/drm/drm_crtc.h if (plane->type == DRM_PLANE_TYPE_OVERLAY) type 135 include/drm/drm_edid.h u8 type; /* ff=serial, fe=string, fd=monitor range, fc=monitor name type 134 include/drm/drm_legacy.h enum drm_map_type type; /**< Type of memory to map */ type 155 include/drm/drm_legacy.h unsigned int size, enum drm_map_type type, type 36 include/drm/drm_mipi_dsi.h u8 type; type 84 include/drm/drm_modes.h .name = nm, .status = 0, .type = (t), .clock = (c), \ type 89 include/drm/drm_modes.h .base.type = DRM_MODE_OBJECT_MODE type 104 include/drm/drm_modes.h unsigned int type; type 202 include/drm/ttm/ttm_bo_api.h enum ttm_bo_type type; type 484 include/drm/ttm/ttm_bo_api.h enum ttm_bo_type type, type 521 include/drm/ttm/ttm_bo_api.h enum ttm_bo_type type, type 544 include/drm/ttm/ttm_bo_api.h extern int ttm_bo_init_mm(struct ttm_bo_device *bdev, unsigned type, type 369 include/drm/ttm/ttm_bo_driver.h int (*init_mem_type) (struct ttm_bo_device *bdev, uint32_t type, type 178 include/drm/ttm/ttm_object.h enum ttm_object_type type, type 328 include/drm/ttm/ttm_object.h enum ttm_object_type type, type 126 include/kvm/arm_vgic.h enum vgic_type type; type 275 include/kvm/arm_vgic.h int kvm_vgic_addr(struct kvm *kvm, unsigned long type, u64 *addr, bool write); type 314 include/kvm/arm_vgic.h static inline int kvm_vgic_set_addr(struct kvm *kvm, unsigned long type, u64 addr) type 319 include/kvm/arm_vgic.h static inline int kvm_vgic_addr(struct kvm *kvm, unsigned long type, u64 *addr, bool write) type 78 include/linux/agp_backend.h u32 type; type 74 include/linux/agpgart.h u32 type; /* 0 == normal, other devspec */ type 39 include/linux/alarmtimer.h enum alarmtimer_type type; type 44 include/linux/alarmtimer.h void alarm_init(struct alarm *alarm, enum alarmtimer_type type, type 45 include/linux/amifd.h struct fd_drive_type *type; /* type of floppy for this unit */ type 110 include/linux/async_tx.h #define async_tx_find_channel(dep, type, dst, dst_count, src, src_count, len) \ type 111 include/linux/async_tx.h __async_tx_find_channel(dep, type) type 149 include/linux/atmdev.h const char *type; /* device type name */ type 224 include/linux/atmdev.h struct atm_dev *atm_dev_register(const char *type, struct device *parent, type 72 include/linux/audit.h u32 type; type 139 include/linux/audit.h const unsigned char type); type 199 include/linux/audit.h const unsigned char type) { type 201 include/linux/audit.h __audit_inode_child(parent, dentry, type); type 358 include/linux/audit.h const unsigned char type) type 369 include/linux/audit.h const unsigned char type) type 444 include/linux/audit.h void audit_log(struct audit_context *ctx, gfp_t gfp_mask, int type, type 447 include/linux/audit.h extern struct audit_buffer *audit_log_start(struct audit_context *ctx, gfp_t gfp_mask, int type); type 486 include/linux/audit.h extern int audit_filter_user(int type); type 487 include/linux/audit.h extern int audit_filter_type(int type); type 488 include/linux/audit.h extern int audit_rule_change(int type, __u32 portid, int seq, type 495 include/linux/audit.h void audit_log(struct audit_context *ctx, gfp_t gfp_mask, int type, type 499 include/linux/audit.h gfp_t gfp_mask, int type) type 79 include/linux/auto_dev-ioctl.h __u32 type; type 79 include/linux/backlight.h enum backlight_type type; type 140 include/linux/backlight.h extern bool backlight_device_registered(enum backlight_type type); type 33 include/linux/bcma/bcma.h u16 type; type 42 include/linux/bpf.h enum bpf_map_type type; type 107 include/linux/bpf.h bool (*is_valid_access)(int off, int size, enum bpf_access_type type); type 113 include/linux/bpf.h enum bpf_prog_type type; type 1 include/linux/btree-type.h #define __BTREE_TP(pfx, type, sfx) pfx ## type ## sfx type 2 include/linux/btree-type.h #define _BTREE_TP(pfx, type, sfx) __BTREE_TP(pfx, type, sfx) type 37 include/linux/can/core.h int type; type 149 include/linux/ccp.h enum ccp_aes_type type; type 261 include/linux/ccp.h enum ccp_sha_type type; type 125 include/linux/cdrom.h void *buffer, int len, int type); type 423 include/linux/ceph/ceph_fs.h __u8 type; /* shared, exclusive, remove*/ type 538 include/linux/ceph/ceph_fs.h __u8 type; /* shared lock, exclusive lock, or unlock */ type 10 include/linux/ceph/ceph_hash.h extern unsigned ceph_str_hash(int type, const char *s, unsigned len); type 11 include/linux/ceph/ceph_hash.h extern const char *ceph_str_hash_name(int type); type 184 include/linux/ceph/libceph.h extern const char *ceph_msg_type_name(int type); type 48 include/linux/ceph/messenger.h #define ENTITY_NAME(n) ceph_entity_type_name((n).type), le64_to_cpu((n).num) type 77 include/linux/ceph/messenger.h static __inline__ bool ceph_msg_data_type_valid(enum ceph_msg_data_type type) type 79 include/linux/ceph/messenger.h switch (type) { type 94 include/linux/ceph/messenger.h enum ceph_msg_data_type type; type 286 include/linux/ceph/messenger.h extern struct ceph_msg *ceph_msg_new(int type, int front_len, gfp_t flags, type 14 include/linux/ceph/msgpool.h int type; /* preallocated message type */ type 18 include/linux/ceph/msgpool.h extern int ceph_msgpool_init(struct ceph_msgpool *pool, int type, type 45 include/linux/ceph/msgr.h __u8 type; /* CEPH_ENTITY_TYPE_* */ type 57 include/linux/ceph/msgr.h extern const char *ceph_entity_type_name(int type); type 63 include/linux/ceph/msgr.h __le32 type; type 126 include/linux/ceph/msgr.h __le16 type; /* message type */ type 144 include/linux/ceph/msgr.h __le16 type; /* message type */ type 58 include/linux/ceph/osd_client.h enum ceph_osd_data_type type; type 32 include/linux/ceph/osdmap.h u8 type; type 46 include/linux/ceph/osdmap.h switch (pool->type) { type 188 include/linux/ceph/rados.h #define __CEPH_OSD_OP(mode, type, nr) \ type 189 include/linux/ceph/rados.h (CEPH_OSD_OP_MODE_##mode | CEPH_OSD_OP_TYPE_##type | (nr)) type 300 include/linux/clk/ti.h int ti_clk_add_component(struct device_node *node, struct clk_hw *hw, int type); type 34 include/linux/coda_psdev.h const char *name, int length, int *type, type 246 include/linux/compat.h unsigned int type; /* Type of physical device or protocol */ type 513 include/linux/compat.h const char __user *type, compat_ulong_t flags, type 665 include/linux/compat.h extern ssize_t compat_rw_copy_check_uvector(int type, type 77 include/linux/configfs.h struct config_item_type *type); type 103 include/linux/configfs.h struct config_item_type *type); type 71 include/linux/crush/crush.h __u8 type; type 111 include/linux/crush/crush.h __u16 type; /* non-zero; type=0 is reserved for devices */ type 8 include/linux/crush/hash.h extern const char *crush_hash_name(int type); type 10 include/linux/crush/hash.h extern __u32 crush_hash32(int type, __u32 a); type 11 include/linux/crush/hash.h extern __u32 crush_hash32_2(int type, __u32 a, __u32 b); type 12 include/linux/crush/hash.h extern __u32 crush_hash32_3(int type, __u32 a, __u32 b, __u32 c); type 13 include/linux/crush/hash.h extern __u32 crush_hash32_4(int type, __u32 a, __u32 b, __u32 c, __u32 d); type 14 include/linux/crush/hash.h extern __u32 crush_hash32_5(int type, __u32 a, __u32 b, __u32 c, __u32 d, type 13 include/linux/crush/mapper.h extern int crush_find_rule(const struct crush_map *map, int ruleset, int type, int size); type 337 include/linux/crypto.h int crypto_has_alg(const char *name, u32 type, u32 mask); type 493 include/linux/crypto.h u32 type; type 505 include/linux/crypto.h struct crypto_tfm *crypto_alloc_base(const char *alg_name, u32 type, u32 mask); type 513 include/linux/crypto.h int alg_test(const char *driver, const char *alg, u32 type, u32 mask); type 583 include/linux/crypto.h static inline u32 crypto_skcipher_type(u32 type) type 585 include/linux/crypto.h type &= ~(CRYPTO_ALG_TYPE_MASK | CRYPTO_ALG_GENIV); type 586 include/linux/crypto.h type |= CRYPTO_ALG_TYPE_BLKCIPHER; type 587 include/linux/crypto.h return type; type 598 include/linux/crypto.h u32 type, u32 mask); type 611 include/linux/crypto.h static inline int crypto_has_ablkcipher(const char *alg_name, u32 type, type 614 include/linux/crypto.h return crypto_has_alg(alg_name, crypto_skcipher_type(type), type 749 include/linux/crypto.h struct crypto_aead *crypto_alloc_aead(const char *alg_name, u32 type, u32 mask); type 898 include/linux/crypto.h const char *alg_name, u32 type, u32 mask) type 900 include/linux/crypto.h type &= ~CRYPTO_ALG_TYPE_MASK; type 901 include/linux/crypto.h type |= CRYPTO_ALG_TYPE_BLKCIPHER; type 904 include/linux/crypto.h return __crypto_blkcipher_cast(crypto_alloc_base(alg_name, type, mask)); type 918 include/linux/crypto.h static inline int crypto_has_blkcipher(const char *alg_name, u32 type, u32 mask) type 920 include/linux/crypto.h type &= ~CRYPTO_ALG_TYPE_MASK; type 921 include/linux/crypto.h type |= CRYPTO_ALG_TYPE_BLKCIPHER; type 924 include/linux/crypto.h return crypto_has_alg(alg_name, type, mask); type 1043 include/linux/crypto.h u32 type, u32 mask) type 1045 include/linux/crypto.h type &= ~CRYPTO_ALG_TYPE_MASK; type 1046 include/linux/crypto.h type |= CRYPTO_ALG_TYPE_CIPHER; type 1049 include/linux/crypto.h return __crypto_cipher_cast(crypto_alloc_base(alg_name, type, mask)); type 1062 include/linux/crypto.h static inline int crypto_has_cipher(const char *alg_name, u32 type, u32 mask) type 1064 include/linux/crypto.h type &= ~CRYPTO_ALG_TYPE_MASK; type 1065 include/linux/crypto.h type |= CRYPTO_ALG_TYPE_CIPHER; type 1068 include/linux/crypto.h return crypto_has_alg(alg_name, type, mask); type 1137 include/linux/crypto.h u32 type, u32 mask) type 1139 include/linux/crypto.h type &= ~CRYPTO_ALG_TYPE_MASK; type 1141 include/linux/crypto.h type |= CRYPTO_ALG_TYPE_HASH; type 1144 include/linux/crypto.h return __crypto_hash_cast(crypto_alloc_base(alg_name, type, mask)); type 1157 include/linux/crypto.h static inline int crypto_has_hash(const char *alg_name, u32 type, u32 mask) type 1159 include/linux/crypto.h type &= ~CRYPTO_ALG_TYPE_MASK; type 1161 include/linux/crypto.h type |= CRYPTO_ALG_TYPE_HASH; type 1164 include/linux/crypto.h return crypto_has_alg(alg_name, type, mask); type 1245 include/linux/crypto.h u32 type, u32 mask) type 1247 include/linux/crypto.h type &= ~CRYPTO_ALG_TYPE_MASK; type 1248 include/linux/crypto.h type |= CRYPTO_ALG_TYPE_COMPRESS; type 1251 include/linux/crypto.h return __crypto_comp_cast(crypto_alloc_base(alg_name, type, mask)); type 1264 include/linux/crypto.h static inline int crypto_has_comp(const char *alg_name, u32 type, u32 mask) type 1266 include/linux/crypto.h type &= ~CRYPTO_ALG_TYPE_MASK; type 1267 include/linux/crypto.h type |= CRYPTO_ALG_TYPE_COMPRESS; type 1270 include/linux/crypto.h return crypto_has_alg(alg_name, type, mask); type 62 include/linux/cryptouser.h char type[CRYPTO_MAX_NAME]; type 66 include/linux/cryptouser.h char type[CRYPTO_MAX_NAME]; type 72 include/linux/cryptouser.h char type[CRYPTO_MAX_ALG_NAME]; type 79 include/linux/cryptouser.h char type[CRYPTO_MAX_NAME]; type 88 include/linux/cryptouser.h char type[CRYPTO_MAX_NAME]; type 96 include/linux/cryptouser.h char type[CRYPTO_MAX_NAME]; type 100 include/linux/cryptouser.h char type[CRYPTO_MAX_NAME]; type 133 include/linux/cyclades.h int type; /* UART type */ type 408 include/linux/dcache.h static inline void __d_set_type(struct dentry *dentry, unsigned type) type 410 include/linux/dcache.h dentry->d_flags = (dentry->d_flags & ~DCACHE_ENTRY_TYPE) | type; type 418 include/linux/dcache.h static inline void d_set_type(struct dentry *dentry, unsigned type) type 421 include/linux/dcache.h __d_set_type(dentry, type); type 171 include/linux/device-mapper.h #define dm_target_needs_singleton(type) ((type)->features & DM_TARGET_SINGLETON) type 177 include/linux/device-mapper.h #define dm_target_always_writeable(type) \ type 178 include/linux/device-mapper.h ((type)->features & DM_TARGET_ALWAYS_WRITEABLE) type 185 include/linux/device-mapper.h #define dm_target_is_immutable(type) ((type)->features & DM_TARGET_IMMUTABLE) type 197 include/linux/device-mapper.h struct target_type *type; type 423 include/linux/device-mapper.h int dm_table_add_target(struct dm_table *t, const char *type, type 142 include/linux/device.h const struct device_type *type; type 147 include/linux/device.h const struct device_type *type); type 379 include/linux/device.h const struct device_type *type; type 407 include/linux/device.h const struct device_type *type); type 737 include/linux/device.h const struct device_type *type; type 23 include/linux/dm-dirty-log.h struct dm_dirty_log_type *type; type 132 include/linux/dm-dirty-log.h int dm_dirty_log_type_register(struct dm_dirty_log_type *type); type 133 include/linux/dm-dirty-log.h int dm_dirty_log_type_unregister(struct dm_dirty_log_type *type); type 38 include/linux/dm-io.h enum dm_io_mem_type type; type 916 include/linux/dmaengine.h #define async_dma_find_channel(type) dma_find_channel(DMA_ASYNC_TX) type 918 include/linux/dmaengine.h #define async_dma_find_channel(type) dma_find_channel(type) type 928 include/linux/dmaengine.h async_dma_find_channel(enum dma_transaction_type type) type 74 include/linux/dmi.h u8 type; type 81 include/linux/dmi.h int type; type 99 include/linux/dmi.h extern const struct dmi_device * dmi_find_device(int type, const char *name, type 117 include/linux/dmi.h static inline const struct dmi_device * dmi_find_device(int type, const char *name, type 29 include/linux/dns_resolver.h extern int dns_query(const char *type, const char *name, size_t namelen, type 461 include/linux/edac.h enum edac_mc_layer_type type; type 106 include/linux/efi.h u32 type; type 1059 include/linux/efi.h u8 type; type 109 include/linux/elevator.h struct elevator_type *type; type 41 include/linux/elfnote.h #define ELFNOTE_START(name, type, flags) \ type 46 include/linux/elfnote.h .long type ; \ type 55 include/linux/elfnote.h #define ELFNOTE(name, type, desc) \ type 56 include/linux/elfnote.h ELFNOTE_START(name, type, "") \ type 71 include/linux/elfnote.h #define _ELFNOTE(size, name, unique, type, desc) \ type 86 include/linux/elfnote.h type, \ type 91 include/linux/elfnote.h #define ELFNOTE(size, name, type, desc) \ type 92 include/linux/elfnote.h _ELFNOTE(size, name, __LINE__, type, desc) type 94 include/linux/elfnote.h #define ELFNOTE32(name, type, desc) ELFNOTE(32, name, type, desc) type 95 include/linux/elfnote.h #define ELFNOTE64(name, type, desc) ELFNOTE(64, name, type, desc) type 89 include/linux/enclosure.h enum enclosure_component_type type; type 36 include/linux/etherdevice.h int eth_header(struct sk_buff *skb, struct net_device *dev, unsigned short type, type 41 include/linux/etherdevice.h __be16 type); type 440 include/linux/firewire.h int type; type 453 include/linux/firewire.h int type, int channel, int speed, size_t header_size, type 26 include/linux/firmware-map.h int firmware_map_add_early(u64 start, u64 end, const char *type); type 27 include/linux/firmware-map.h int firmware_map_add_hotplug(u64 start, u64 end, const char *type); type 28 include/linux/firmware-map.h int firmware_map_remove(u64 start, u64 end, const char *type); type 32 include/linux/firmware-map.h static inline int firmware_map_add_early(u64 start, u64 end, const char *type) type 37 include/linux/firmware-map.h static inline int firmware_map_add_hotplug(u64 start, u64 end, const char *type) type 42 include/linux/firmware-map.h static inline int firmware_map_remove(u64 start, u64 end, const char *type) type 36 include/linux/flat.h unsigned long type : 2; type 39 include/linux/flat.h unsigned long type : 2; type 44 include/linux/flat.h unsigned long type : 2; type 26 include/linux/frontswap.h extern void __frontswap_init(unsigned type, unsigned long *map); type 89 include/linux/frontswap.h static inline void frontswap_invalidate_page(unsigned type, pgoff_t offset) type 92 include/linux/frontswap.h __frontswap_invalidate_page(type, offset); type 95 include/linux/frontswap.h static inline void frontswap_invalidate_area(unsigned type) type 98 include/linux/frontswap.h __frontswap_invalidate_area(type); type 101 include/linux/frontswap.h static inline void frontswap_init(unsigned type, unsigned long *map) type 104 include/linux/frontswap.h __frontswap_init(type, map); type 992 include/linux/fs.h extern int __break_lease(struct inode *inode, unsigned int flags, unsigned int type); type 1101 include/linux/fs.h static inline int __break_lease(struct inode *inode, unsigned int mode, unsigned int type) type 1558 include/linux/fs.h ssize_t rw_copy_check_uvector(int type, const struct iovec __user * uvector, type 1835 include/linux/fs.h struct super_block *sget(struct file_system_type *type, type 1864 include/linux/fs.h #define kern_mount(type) kern_mount_data(type, NULL) type 2791 include/linux/fs.h u64 ino, unsigned type) type 2793 include/linux/fs.h return ctx->actor(ctx, name, namelen, ctx->pos, ino, type) == 0; type 72 include/linux/fscache.h uint8_t type; type 60 include/linux/ftrace_event.h unsigned short type; type 67 include/linux/ftrace_event.h ((1 << (sizeof(((struct trace_entry *)0)->type) * 8)) - 1) type 545 include/linux/ftrace_event.h extern int trace_define_field(struct ftrace_event_call *call, const char *type, type 551 include/linux/ftrace_event.h #define is_signed_type(type) (((type)(-1)) < (type)1) type 586 include/linux/ftrace_event.h extern void *perf_trace_buf_prepare(int size, unsigned short type, type 22 include/linux/genl_magic_func.h [tag_name] = { .type = NLA_NESTED }, type 36 include/linux/genl_magic_func.h [attr_nr] = { .type = nla_type }, type 41 include/linux/genl_magic_func.h [attr_nr] = { .type = nla_type, \ type 178 include/linux/genl_magic_func.h #define __assign(attr_nr, attr_flag, name, nla_type, type, assignment...) \ type 195 include/linux/genl_magic_func.h #define __field(attr_nr, attr_flag, name, nla_type, type, __get, __put, \ type 197 include/linux/genl_magic_func.h __assign(attr_nr, attr_flag, name, nla_type, type, \ type 204 include/linux/genl_magic_func.h #define __array(attr_nr, attr_flag, name, nla_type, type, maxlen, \ type 206 include/linux/genl_magic_func.h __assign(attr_nr, attr_flag, name, nla_type, type, \ type 357 include/linux/genl_magic_func.h #define __field(attr_nr, attr_flag, name, nla_type, type, __get, __put, \ type 366 include/linux/genl_magic_func.h #define __array(attr_nr, attr_flag, name, nla_type, type, maxlen, \ type 382 include/linux/genl_magic_func.h #define __field(attr_nr, attr_flag, name, nla_type, type, __get, __put, \ type 385 include/linux/genl_magic_func.h #define __array(attr_nr, attr_flag, name, nla_type, type, maxlen, \ type 155 include/linux/genl_magic_struct.h #define __field(attr_nr, attr_flag, name, nla_type, type, \ type 160 include/linux/genl_magic_struct.h #define __array(attr_nr, attr_flag, name, nla_type, type, \ type 221 include/linux/genl_magic_struct.h #define __field(attr_nr, attr_flag, name, nla_type, type, __get, __put, \ type 226 include/linux/genl_magic_struct.h #define __array(attr_nr, attr_flag, name, nla_type, type, maxlen, \ type 245 include/linux/genl_magic_struct.h #define __field(attr_nr, attr_flag, name, nla_type, type, __get, __put, \ type 247 include/linux/genl_magic_struct.h type name; type 250 include/linux/genl_magic_struct.h #define __array(attr_nr, attr_flag, name, nla_type, type, maxlen, \ type 252 include/linux/genl_magic_struct.h type name[maxlen]; \ type 264 include/linux/genl_magic_struct.h #define __field(attr_nr, attr_flag, name, nla_type, type, __get, __put, \ type 269 include/linux/genl_magic_struct.h #define __array(attr_nr, attr_flag, name, nla_type, type, maxlen, \ type 168 include/linux/gpio/driver.h unsigned int type); type 26 include/linux/gpio_keys.h unsigned int type; type 27 include/linux/hdmi.h #define HDMI_INFOFRAME_SIZE(type) \ type 28 include/linux/hdmi.h (HDMI_INFOFRAME_HEADER_SIZE + HDMI_ ## type ## _INFOFRAME_SIZE) type 31 include/linux/hdmi.h enum hdmi_infoframe_type type; type 109 include/linux/hdmi.h enum hdmi_infoframe_type type; type 153 include/linux/hdmi.h enum hdmi_infoframe_type type; type 210 include/linux/hdmi.h enum hdmi_infoframe_type type; type 242 include/linux/hdmi.h enum hdmi_infoframe_type type; type 257 include/linux/hdmi.h enum hdmi_infoframe_type type; type 143 include/linux/hid-sensor-hub.h u8 type, type 49 include/linux/hid.h __u8 type; type 362 include/linux/hid.h unsigned type; type 373 include/linux/hid.h __u8 type; /* input driver type */ type 411 include/linux/hid.h unsigned type; /* report type */ type 479 include/linux/hid.h enum hid_type type; /* device type (mouse, kbd, ...) */ type 768 include/linux/hid.h int hid_input_report(struct hid_device *, int type, u8 *, int, int); type 769 include/linux/hid.h int hidinput_find_field(struct hid_device *hid, unsigned int type, unsigned int code, struct hid_field **field); type 777 include/linux/hid.h struct hid_report *hid_register_report(struct hid_device *device, unsigned type, unsigned id); type 780 include/linux/hid.h unsigned int type, unsigned int id, type 841 include/linux/hid.h __u8 type, __u16 c) type 845 include/linux/hid.h usage->type = type; type 848 include/linux/hid.h switch (type) { type 876 include/linux/hid.h __u8 type, __u16 c) type 878 include/linux/hid.h hid_map_usage(hidinput, usage, bit, max, type, c); type 1066 include/linux/hid.h int hid_report_raw_event(struct hid_device *hid, int type, u8 *data, int size, type 15 include/linux/hw_breakpoint.h attr->type = PERF_TYPE_BREAKPOINT; type 227 include/linux/hyperv.h u16 type; type 339 include/linux/hyperv.h (((struct IMPACT)__packet)->type) type 793 include/linux/hyperv.h u16 type; type 805 include/linux/hyperv.h u16 type; type 830 include/linux/hyperv.h enum vmbus_packet_type type, type 272 include/linux/i2c.h char type[I2C_NAME_SIZE]; type 293 include/linux/i2c.h .type = dev_type, .addr = (dev_addr) type 465 include/linux/i2c.h if (parent != NULL && parent->type == &i2c_adapter_type) type 561 include/linux/i2c/twl.h #define MSG_BROADCAST(devgrp, grp, type, type2, state) \ type 563 include/linux/i2c/twl.h | (type) << 4 | (state)) type 667 include/linux/i2c/twl.h u8 type; /* Power resource addressed, 6 / broadcast message */ type 49 include/linux/i2c/twl4030-madc.h u16 type; type 523 include/linux/i2o.h int type; type 15 include/linux/icmpv6.h extern void icmpv6_send(struct sk_buff *skb, u8 type, u8 code, __u32 info); type 17 include/linux/icmpv6.h typedef void ip6_icmp_send_t(struct sk_buff *skb, u8 type, u8 code, __u32 info); type 24 include/linux/icmpv6.h u8 type, u8 code, __u32 info) type 31 include/linux/icmpv6.h extern int icmpv6_err_convert(u8 type, u8 code, type 41 include/linux/icmpv6.h u8 type, type 685 include/linux/ieee80211.h u8 type; type 2155 include/linux/ieee80211.h u8 type; type 36 include/linux/if_arp.h switch (dev->type) { type 88 include/linux/if_frad.h int type; /* adapter type */ type 152 include/linux/if_team.h enum team_option_type type; type 129 include/linux/iio/adc/ad_sigma_delta.h .type = (_type), \ type 47 include/linux/iio/common/st_sensors.h .type = device_type, \ type 161 include/linux/iio/consumer.h enum iio_chan_type *type); type 42 include/linux/iio/events.h type, chan, chan1, chan2) \ type 43 include/linux/iio/events.h (((u64)type << 56) | ((u64)diff << 55) | \ type 59 include/linux/iio/events.h type, direction) \ type 60 include/linux/iio/events.h IIO_EVENT_CODE(chan_type, 0, modifier, direction, type, number, 0, 0) type 70 include/linux/iio/events.h #define IIO_UNMOD_EVENT_CODE(chan_type, number, type, direction) \ type 71 include/linux/iio/events.h IIO_EVENT_CODE(chan_type, 0, 0, direction, type, number, 0, 0) type 156 include/linux/iio/iio.h enum iio_event_type type; type 218 include/linux/iio/iio.h enum iio_chan_type type; type 256 include/linux/iio/iio.h enum iio_chan_info_enum type) type 258 include/linux/iio/iio.h return (chan->info_mask_separate & BIT(type)) | type 259 include/linux/iio/iio.h (chan->info_mask_shared_by_type & BIT(type)) | type 260 include/linux/iio/iio.h (chan->info_mask_shared_by_dir & BIT(type)) | type 261 include/linux/iio/iio.h (chan->info_mask_shared_by_all & BIT(type)); type 265 include/linux/iio/iio.h .type = IIO_TIMESTAMP, \ type 360 include/linux/iio/iio.h enum iio_event_type type, type 365 include/linux/iio/iio.h enum iio_event_type type, type 371 include/linux/iio/iio.h enum iio_event_type type, type 377 include/linux/iio/iio.h enum iio_event_type type, type 161 include/linux/iio/imu/adis.h .type = IIO_VOLTAGE, \ type 185 include/linux/iio/imu/adis.h .type = IIO_TEMP, \ type 203 include/linux/iio/imu/adis.h .type = (_type), \ type 37 include/linux/iio/trigger_consumer.h int type; type 47 include/linux/iio/trigger_consumer.h int type, type 153 include/linux/inetdevice.h void inet_netconf_notify_devconf(struct net *net, int type, int ifindex, type 88 include/linux/init_task.h #define INIT_PID_LINK(type) \ type 34 include/linux/input.h __u16 type; type 173 include/linux/input.h int (*event)(struct input_dev *dev, unsigned int type, unsigned int code, int value); type 293 include/linux/input.h void (*event)(struct input_handle *handle, unsigned int type, unsigned int code, int value); type 296 include/linux/input.h bool (*filter)(struct input_handle *handle, unsigned int type, unsigned int code, int value); type 389 include/linux/input.h void input_event(struct input_dev *dev, unsigned int type, unsigned int code, int value); type 390 include/linux/input.h void input_inject_event(struct input_handle *handle, unsigned int type, unsigned int code, int value); type 427 include/linux/input.h void input_set_capability(struct input_dev *dev, unsigned int type, unsigned int code); type 531 include/linux/input.h int input_ff_event(struct input_dev *dev, unsigned int type, unsigned int code, int value); type 36 include/linux/input/sparse-keymap.h int type; /* See KE_* above */ type 136 include/linux/intel-iommu.h #define DMA_TLB_IIRG(type) ((type >> 60) & 7) type 297 include/linux/intel-iommu.h u8 fm, u64 type); type 299 include/linux/intel-iommu.h unsigned int size_order, u64 type); type 359 include/linux/intel-iommu.h u8 fm, u64 type); type 361 include/linux/intel-iommu.h unsigned int size_order, u64 type); type 190 include/linux/interrupt.h extern void enable_percpu_irq(unsigned int irq, unsigned int type); type 226 include/linux/irq.h static inline void irqd_set_trigger_type(struct irq_data *d, u32 type) type 229 include/linux/irq.h d->state_use_accessors |= type & IRQD_TRIGGER_MASK; type 540 include/linux/irq.h extern int irq_set_irq_type(unsigned int irq, unsigned int type); type 665 include/linux/irq.h unsigned long type; type 686 include/linux/irq.h u32 type; type 790 include/linux/irq.h int irq_setup_alt_chip(struct irq_data *d, unsigned int type); type 84 include/linux/iscsi_boot_sysfs.h ssize_t (*show) (void *data, int type, char *buf); type 94 include/linux/iscsi_boot_sysfs.h umode_t (*is_visible) (void *data, int type); type 112 include/linux/iscsi_boot_sysfs.h ssize_t (*show) (void *data, int type, char *buf), type 113 include/linux/iscsi_boot_sysfs.h umode_t (*is_visible) (void *data, int type), type 119 include/linux/iscsi_boot_sysfs.h ssize_t (*show) (void *data, int type, char *buf), type 120 include/linux/iscsi_boot_sysfs.h umode_t (*is_visible) (void *data, int type), type 125 include/linux/iscsi_boot_sysfs.h ssize_t (*show) (void *data, int type, char *buf), type 126 include/linux/iscsi_boot_sysfs.h umode_t (*is_visible) (void *data, int type), type 1061 include/linux/jbd2.h void (*t_frozen)(struct jbd2_buffer_trigger_type *type, type 1069 include/linux/jbd2.h void (*t_abort)(struct jbd2_buffer_trigger_type *type, type 1117 include/linux/jbd2.h gfp_t gfp_mask, unsigned int type, type 1122 include/linux/jbd2.h unsigned int type, unsigned int line_no); type 1129 include/linux/jbd2.h struct jbd2_buffer_trigger_type *type); type 129 include/linux/jump_label.h enum jump_label_type type); type 131 include/linux/jump_label.h enum jump_label_type type); type 19 include/linux/kcore.h int type; type 30 include/linux/kcore.h extern void kclist_add(struct kcore_list *, void *, size_t, int type); type 33 include/linux/kcore.h void kclist_add(struct kcore_list *new, void *addr, size_t size, int type) type 746 include/linux/kernel.h #define min_t(type, x, y) ({ \ type 747 include/linux/kernel.h type __min1 = (x); \ type 748 include/linux/kernel.h type __min2 = (y); \ type 751 include/linux/kernel.h #define max_t(type, x, y) ({ \ type 752 include/linux/kernel.h type __max1 = (x); \ type 753 include/linux/kernel.h type __max2 = (y); \ type 766 include/linux/kernel.h #define clamp_t(type, val, lo, hi) min_t(type, max_t(type, val, lo), hi) type 795 include/linux/kernel.h #define container_of(ptr, type, member) ({ \ type 796 include/linux/kernel.h const typeof( ((type *)0)->member ) *__mptr = (ptr); \ type 797 include/linux/kernel.h (type *)( (char *)__mptr - offsetof(type,member) );}) type 142 include/linux/kexec.h unsigned int type : 1; type 87 include/linux/key.h struct key_type *type; type 184 include/linux/key.h struct key_type *type; /* type of key */ type 214 include/linux/key.h extern struct key *key_alloc(struct key_type *type, type 247 include/linux/key.h extern struct key *request_key(struct key_type *type, type 251 include/linux/key.h extern struct key *request_key_with_auxdata(struct key_type *type, type 257 include/linux/key.h extern struct key *request_key_async(struct key_type *type, type 262 include/linux/key.h extern struct key *request_key_async_with_auxdata(struct key_type *type, type 273 include/linux/key.h const char *type, type 299 include/linux/key.h struct key_type *type, type 69 include/linux/kfifo.h datatype *type; \ type 76 include/linux/kfifo.h #define __STRUCT_KFIFO(type, size, recsize, ptrtype) \ type 78 include/linux/kfifo.h __STRUCT_KFIFO_COMMON(type, recsize, ptrtype); \ type 79 include/linux/kfifo.h type buf[((size < 2) || (size & (size - 1))) ? -1 : size]; \ type 82 include/linux/kfifo.h #define STRUCT_KFIFO(type, size) \ type 83 include/linux/kfifo.h struct __STRUCT_KFIFO(type, size, 0, type) type 85 include/linux/kfifo.h #define __STRUCT_KFIFO_PTR(type, recsize, ptrtype) \ type 87 include/linux/kfifo.h __STRUCT_KFIFO_COMMON(type, recsize, ptrtype); \ type 88 include/linux/kfifo.h type buf[0]; \ type 91 include/linux/kfifo.h #define STRUCT_KFIFO_PTR(type) \ type 92 include/linux/kfifo.h struct __STRUCT_KFIFO_PTR(type, 0, type) type 123 include/linux/kfifo.h #define DECLARE_KFIFO_PTR(fifo, type) STRUCT_KFIFO_PTR(type) fifo type 131 include/linux/kfifo.h #define DECLARE_KFIFO(fifo, type, size) STRUCT_KFIFO(type, size) fifo type 156 include/linux/kfifo.h #define DEFINE_KFIFO(fifo, type, size) \ type 157 include/linux/kfifo.h DECLARE_KFIFO(fifo, type, size) = \ type 315 include/linux/kfifo.h (!__recsize) ? kfifo_len(__tmp) * sizeof(*__tmp->type) : \ type 338 include/linux/kfifo.h __kfifo_alloc(__kfifo, size, sizeof(*__tmp->type), gfp_mask) : \ type 371 include/linux/kfifo.h __kfifo_init(__kfifo, buffer, size, sizeof(*__tmp->type)) : \ type 401 include/linux/kfifo.h ((typeof(__tmp->type))__kfifo->data) : \ type 404 include/linux/kfifo.h (typeof(*__tmp->type))__val; \ type 438 include/linux/kfifo.h *(typeof(__tmp->type))__val = \ type 440 include/linux/kfifo.h ((typeof(__tmp->type))__kfifo->data) : \ type 477 include/linux/kfifo.h *(typeof(__tmp->type))__val = \ type 479 include/linux/kfifo.h ((typeof(__tmp->type))__kfifo->data) : \ type 691 include/linux/kfifo.h __kfifo->in += __len / sizeof(*__tmp->type); \ type 742 include/linux/kfifo.h __kfifo->out += __len / sizeof(*__tmp->type); \ type 79 include/linux/kgdb.h enum kgdb_bptype type; type 222 include/linux/kobject.h enum kobject_action *type); type 41 include/linux/kobject_ns.h enum kobj_ns_type type; type 50 include/linux/kobject_ns.h int kobj_ns_type_registered(enum kobj_ns_type type); type 54 include/linux/kobject_ns.h bool kobj_ns_current_may_mount(enum kobj_ns_type type); type 55 include/linux/kobject_ns.h void *kobj_ns_grab_current(enum kobj_ns_type type); type 56 include/linux/kobject_ns.h const void *kobj_ns_netlink(enum kobj_ns_type type, struct sock *sk); type 57 include/linux/kobject_ns.h const void *kobj_ns_initial(enum kobj_ns_type type); type 58 include/linux/kobject_ns.h void kobj_ns_drop(enum kobj_ns_type type, void *ns); type 323 include/linux/kvm_host.h u32 type; type 699 include/linux/kvm_host.h int kvm_arch_init_vm(struct kvm *kvm, unsigned long type); type 1060 include/linux/kvm_host.h int (*create)(struct kvm_device *dev, u32 type); type 1082 include/linux/kvm_host.h int kvm_register_device_ops(struct kvm_device_ops *ops, u32 type); type 1083 include/linux/kvm_host.h void kvm_unregister_device_ops(u32 type); type 41 include/linux/leds-lp3944.h enum lp3944_type type; type 36 include/linux/leds-pca9532.h enum pca9532_type type; type 29 include/linux/lguest_launcher.h __u8 type; type 106 include/linux/linkage.h .type name, @function ASM_NL \ type 27 include/linux/linux_logo.h int type; /* one of LINUX_LOGO_* */ type 351 include/linux/list.h #define list_entry(ptr, type, member) \ type 352 include/linux/list.h container_of(ptr, type, member) type 362 include/linux/list.h #define list_first_entry(ptr, type, member) \ type 363 include/linux/list.h list_entry((ptr)->next, type, member) type 373 include/linux/list.h #define list_last_entry(ptr, type, member) \ type 374 include/linux/list.h list_entry((ptr)->prev, type, member) type 384 include/linux/list.h #define list_first_entry_or_null(ptr, type, member) \ type 385 include/linux/list.h (!list_empty(ptr) ? list_first_entry(ptr, type, member) : NULL) type 688 include/linux/list.h #define hlist_entry(ptr, type, member) container_of(ptr,type,member) type 697 include/linux/list.h #define hlist_entry_safe(ptr, type, member) \ type 699 include/linux/list.h ____ptr ? hlist_entry(____ptr, type, member) : NULL; \ type 49 include/linux/list_bl.h #define hlist_bl_entry(ptr, type, member) container_of(ptr,type,member) type 27 include/linux/list_nulls.h #define hlist_nulls_entry(ptr, type, member) container_of(ptr,type,member) type 87 include/linux/llist.h #define llist_entry(ptr, type, member) \ type 88 include/linux/llist.h container_of(ptr, type, member) type 308 include/linux/lru_cache.h #define lc_entry(ptr, type, member) \ type 309 include/linux/lru_cache.h container_of(ptr, type, member) type 45 include/linux/lsm_audit.h char type; type 80 include/linux/memblock.h int memblock_add_range(struct memblock_type *type, type 84 include/linux/memblock.h int memblock_remove_range(struct memblock_type *type, type 221 include/linux/memblock.h struct memblock_type *type, int nid); type 190 include/linux/memory_hotplug.h unsigned long type); type 51 include/linux/memstick.h unsigned char type; type 220 include/linux/memstick.h unsigned char type; type 301 include/linux/mfd/88pm80x.h int type; type 113 include/linux/mfd/arizona/core.h enum arizona_type type; type 1332 include/linux/mfd/cros_ec_commands.h uint8_t type; type 72 include/linux/mfd/kempld.h unsigned int type; type 442 include/linux/mfd/max77686-private.h unsigned long type; type 430 include/linux/mfd/max77693-private.h int type; type 390 include/linux/mfd/max8997-private.h unsigned long type; type 147 include/linux/mfd/max8997.h enum max8997_haptic_motor_type type; type 166 include/linux/mfd/max8998-private.h unsigned long type; type 61 include/linux/mfd/wm8994/core.h enum wm8994_type type; type 561 include/linux/mlx4/device.h enum mlx4_mw_type type; type 715 include/linux/mlx4/device.h u8 type; type 802 include/linux/mlx4/device.h #define mlx4_foreach_port(port, dev, type) \ type 804 include/linux/mlx4/device.h if ((type) == (dev)->caps.port_mask[(port)]) type 892 include/linux/mlx4/device.h int mlx4_mw_alloc(struct mlx4_dev *dev, u32 pd, enum mlx4_mw_type type, type 1049 include/linux/mlx4/device.h u8 type; type 103 include/linux/mlx5/cq.h int type; type 355 include/linux/mlx5/device.h u8 type; type 428 include/linux/mlx5/device.h u8 type; type 465 include/linux/mlx5/device.h u8 type; type 130 include/linux/mlx5/driver.h enum dbg_rsc_type type; type 493 include/linux/mlx5/qp.h u8 type; type 553 include/linux/mlx5/qp.h static inline const char *mlx5_qp_type_str(int type) type 555 include/linux/mlx5/qp.h switch (type) { type 249 include/linux/mmc/card.h unsigned int type; /* card type */ type 416 include/linux/mmc/card.h #define mmc_card_mmc(c) ((c)->type == MMC_TYPE_MMC) type 417 include/linux/mmc/card.h #define mmc_card_sd(c) ((c)->type == MMC_TYPE_SD) type 418 include/linux/mmc/card.h #define mmc_card_sdio(c) ((c)->type == MMC_TYPE_SDIO) type 72 include/linux/mmzone.h #define for_each_migratetype_order(order, type) \ type 74 include/linux/mmzone.h for (type = 0; type < MIGRATE_TYPES; type++) type 183 include/linux/mod_devicetable.h __u8 type; /* subchannel type */ type 214 include/linux/mod_devicetable.h __u8 type; type 226 include/linux/mod_devicetable.h char type[32]; type 233 include/linux/mod_devicetable.h char type[32]; type 137 include/linux/module.h #define MODULE_DEVICE_TABLE(type, name) \ type 138 include/linux/module.h extern const struct type##_device_id __mod_##type##__##name##_device_table \ type 141 include/linux/module.h #define MODULE_DEVICE_TABLE(type, name) type 452 include/linux/module.h int module_get_kallsym(unsigned int symnum, unsigned long *value, char *type, type 602 include/linux/module.h char *type, char *name, type 30 include/linux/moduleparam.h __MODULE_INFO(parmtype, name##type, #name ":" _type) type 124 include/linux/moduleparam.h #define module_param(name, type, perm) \ type 125 include/linux/moduleparam.h module_param_named(name, name, type, perm) type 130 include/linux/moduleparam.h #define module_param_unsafe(name, type, perm) \ type 131 include/linux/moduleparam.h module_param_named_unsafe(name, name, type, perm) type 144 include/linux/moduleparam.h #define module_param_named(name, value, type, perm) \ type 145 include/linux/moduleparam.h param_check_##type(name, &(value)); \ type 146 include/linux/moduleparam.h module_param_cb(name, ¶m_ops_##type, &value, perm); \ type 147 include/linux/moduleparam.h __MODULE_PARM_TYPE(name, #type) type 152 include/linux/moduleparam.h #define module_param_named_unsafe(name, value, type, perm) \ type 153 include/linux/moduleparam.h param_check_##type(name, &(value)); \ type 154 include/linux/moduleparam.h module_param_cb_unsafe(name, ¶m_ops_##type, &value, perm); \ type 155 include/linux/moduleparam.h __MODULE_PARM_TYPE(name, #type) type 310 include/linux/moduleparam.h #define core_param(name, var, type, perm) \ type 311 include/linux/moduleparam.h param_check_##type(name, &(var)); \ type 312 include/linux/moduleparam.h __module_param_call("", name, ¶m_ops_##type, &var, perm, -1, 0) type 376 include/linux/moduleparam.h #define __param_check(name, p, type) \ type 377 include/linux/moduleparam.h static inline type __always_unused *__check_##name(void) { return(p); } type 454 include/linux/moduleparam.h #define module_param_array(name, type, nump, perm) \ type 455 include/linux/moduleparam.h module_param_array_named(name, name, type, nump, perm) type 468 include/linux/moduleparam.h #define module_param_array_named(name, array, type, nump, perm) \ type 469 include/linux/moduleparam.h param_check_##type(name, &(array)[0]); \ type 472 include/linux/moduleparam.h .ops = ¶m_ops_##type, \ type 478 include/linux/moduleparam.h __MODULE_PARM_TYPE(name, "array of " #type) type 88 include/linux/mount.h extern struct vfsmount *vfs_kern_mount(struct file_system_type *type, type 58 include/linux/msi.h int arch_setup_msi_irqs(struct pci_dev *dev, int nvec, int type); type 307 include/linux/mtd/cfi.h unsigned type = cfi->device_type; type 310 include/linux/mtd/cfi.h addr = (cmd_ofs * type) * interleave; type 317 include/linux/mtd/cfi.h if (((type * interleave) > bankwidth) && ((cmd_ofs & 0xff) == 0xaa)) type 318 include/linux/mtd/cfi.h addr |= (type >> 1)*interleave; type 463 include/linux/mtd/cfi.h int type, map_word *prev_val) type 115 include/linux/mtd/mtd.h u_char type; type 358 include/linux/mtd/mtd.h return mtd->type == MTD_NANDFLASH || mtd->type == MTD_MLCNANDFLASH; type 309 include/linux/mtd/nand.h u8 type; type 755 include/linux/mtd/nand.h #define NAND_ECC_STRENGTH(type) ((type)->ecc.strength_ds) type 756 include/linux/mtd/nand.h #define NAND_ECC_STEP(type) ((type)->ecc.step_ds) type 108 include/linux/net.h kmemcheck_bitfield_begin(type); type 109 include/linux/net.h short type; type 110 include/linux/net.h kmemcheck_bitfield_end(type); type 187 include/linux/net.h #define DECLARE_SOCKADDR(type, dst, src) \ type 188 include/linux/net.h type dst = ({ __sockaddr_check_size(sizeof(*dst)); (type) src; }) type 210 include/linux/net.h int __sock_create(struct net *net, int family, int type, int proto, type 212 include/linux/net.h int sock_create(int family, int type, int proto, struct socket **res); type 213 include/linux/net.h int sock_create_kern(int family, int type, int proto, struct socket **res); type 214 include/linux/net.h int sock_create_lite(int family, int type, int proto, struct socket **res); type 294 include/linux/net.h #define MODULE_ALIAS_NET_PF_PROTO_TYPE(pf, proto, type) \ type 296 include/linux/net.h "-type-" __stringify(type)) type 196 include/linux/netdevice.h unsigned char type; type 258 include/linux/netdevice.h unsigned short type, const void *daddr, type 262 include/linux/netdevice.h int (*cache)(const struct neighbour *neigh, struct hh_cache *hh, __be16 type); type 1096 include/linux/netdevice.h u64 *wwn, int type); type 1533 include/linux/netdevice.h unsigned short type; type 1836 include/linux/netdevice.h #define SET_NETDEV_DEVTYPE(net, devtype) ((net)->dev.type = (devtype)) type 1919 include/linux/netdevice.h __be16 type; /* This is really htons(ether_type). */ type 1940 include/linux/netdevice.h __be16 type; /* This is really htons(ether_type). */ type 1960 include/linux/netdevice.h #define netdev_alloc_pcpu_stats(type) \ type 1962 include/linux/netdevice.h typeof(type) __percpu *pcpu_stats = alloc_percpu(type); \ type 1966 include/linux/netdevice.h typeof(type) *stat; \ type 2089 include/linux/netdevice.h struct net_device *dev_getbyhwaddr_rcu(struct net *net, unsigned short type, type 2091 include/linux/netdevice.h struct net_device *dev_getfirstbyhwtype(struct net *net, unsigned short type); type 2092 include/linux/netdevice.h struct net_device *__dev_getfirstbyhwtype(struct net *net, unsigned short type); type 2270 include/linux/netdevice.h unsigned short type, type 2277 include/linux/netdevice.h return dev->header_ops->create(skb, dev, type, daddr, saddr, len); type 2841 include/linux/netdevice.h struct packet_offload *gro_find_receive_by_type(__be16 type); type 2842 include/linux/netdevice.h struct packet_offload *gro_find_complete_by_type(__be16 type); type 3728 include/linux/netdevice.h #define netif_printk(priv, type, level, dev, fmt, args...) \ type 3730 include/linux/netdevice.h if (netif_msg_##type(priv)) \ type 3734 include/linux/netdevice.h #define netif_level(level, priv, type, dev, fmt, args...) \ type 3736 include/linux/netdevice.h if (netif_msg_##type(priv)) \ type 3740 include/linux/netdevice.h #define netif_emerg(priv, type, dev, fmt, args...) \ type 3741 include/linux/netdevice.h netif_level(emerg, priv, type, dev, fmt, ##args) type 3742 include/linux/netdevice.h #define netif_alert(priv, type, dev, fmt, args...) \ type 3743 include/linux/netdevice.h netif_level(alert, priv, type, dev, fmt, ##args) type 3744 include/linux/netdevice.h #define netif_crit(priv, type, dev, fmt, args...) \ type 3745 include/linux/netdevice.h netif_level(crit, priv, type, dev, fmt, ##args) type 3746 include/linux/netdevice.h #define netif_err(priv, type, dev, fmt, args...) \ type 3747 include/linux/netdevice.h netif_level(err, priv, type, dev, fmt, ##args) type 3748 include/linux/netdevice.h #define netif_warn(priv, type, dev, fmt, args...) \ type 3749 include/linux/netdevice.h netif_level(warn, priv, type, dev, fmt, ##args) type 3750 include/linux/netdevice.h #define netif_notice(priv, type, dev, fmt, args...) \ type 3751 include/linux/netdevice.h netif_level(notice, priv, type, dev, fmt, ##args) type 3752 include/linux/netdevice.h #define netif_info(priv, type, dev, fmt, args...) \ type 3753 include/linux/netdevice.h netif_level(info, priv, type, dev, fmt, ##args) type 3756 include/linux/netdevice.h #define netif_dbg(priv, type, netdev, format, args...) \ type 3758 include/linux/netdevice.h if (netif_msg_##type(priv)) \ type 3762 include/linux/netdevice.h #define netif_dbg(priv, type, dev, format, args...) \ type 3763 include/linux/netdevice.h netif_printk(priv, type, KERN_DEBUG, dev, format, ##args) type 3765 include/linux/netdevice.h #define netif_dbg(priv, type, dev, format, args...) \ type 3768 include/linux/netdevice.h netif_printk(priv, type, KERN_DEBUG, dev, format, ##args); \ type 3776 include/linux/netdevice.h #define netif_vdbg(priv, type, dev, format, args...) \ type 3779 include/linux/netdevice.h netif_printk(priv, type, KERN_DEBUG, dev, format, ##args); \ type 86 include/linux/netfilter/ipset/ip_set.h enum ip_set_extension type; type 230 include/linux/netfilter/ipset/ip_set.h struct ip_set_type *type; type 445 include/linux/netfilter/ipset/ip_set.h (set->type->features & IPSET_TYPE_NOMATCH) && type 452 include/linux/netfilter/ipset/ip_set.h ip_set_attr_netorder(struct nlattr *tb[], int type) type 454 include/linux/netfilter/ipset/ip_set.h return tb[type] && (tb[type]->nla_type & NLA_F_NET_BYTEORDER); type 458 include/linux/netfilter/ipset/ip_set.h ip_set_optattr_netorder(struct nlattr *tb[], int type) type 460 include/linux/netfilter/ipset/ip_set.h return !tb[type] || (tb[type]->nla_type & NLA_F_NET_BYTEORDER); type 479 include/linux/netfilter/ipset/ip_set.h static inline int nla_put_ipaddr4(struct sk_buff *skb, int type, __be32 ipaddr) type 481 include/linux/netfilter/ipset/ip_set.h struct nlattr *__nested = ipset_nest_start(skb, type); type 492 include/linux/netfilter/ipset/ip_set.h static inline int nla_put_ipaddr6(struct sk_buff *skb, int type, type 495 include/linux/netfilter/ipset/ip_set.h struct nlattr *__nested = ipset_nest_start(skb, type); type 28 include/linux/netfilter/nf_conntrack_ftp.h enum nf_ct_ftp_type type, type 135 include/linux/netfilter/nf_conntrack_sip.h enum sdp_header_types type, type 175 include/linux/netfilter/nf_conntrack_sip.h enum sip_header_types type, unsigned int *matchoff, type 179 include/linux/netfilter/nf_conntrack_sip.h enum sip_header_types type, int *in_header, type 194 include/linux/netfilter/nf_conntrack_sip.h enum sdp_header_types type, type 142 include/linux/netlink.h __nlmsg_put(struct sk_buff *skb, u32 portid, u32 seq, int type, int len, int flags); type 20 include/linux/nfs4.h uint32_t type; type 228 include/linux/nfs_xdr.h __u32 type; type 243 include/linux/nfs_xdr.h __u32 type; type 766 include/linux/nfs_xdr.h enum nfs3_ftype type; type 518 include/linux/nodemask.h #define NODEMASK_ALLOC(type, name, gfp_flags) \ type 519 include/linux/nodemask.h type *name = kmalloc(sizeof(*name), gfp_flags) type 522 include/linux/nodemask.h #define NODEMASK_ALLOC(type, name, gfp_flags) type _##name, *name = &_##name type 56 include/linux/nubus.h unsigned short type; type 92 include/linux/nubus.h unsigned short type, type 97 include/linux/nubus.h unsigned short type, type 49 include/linux/of.h const char *type; type 223 include/linux/of.h const char *type); type 225 include/linux/of.h const char *type, const char *compat); type 370 include/linux/of.h const char *type) type 443 include/linux/of.h const char *type, type 778 include/linux/of.h #define for_each_node_by_type(dn, type) \ type 779 include/linux/of.h for (dn = of_find_node_by_type(NULL, type); dn; \ type 780 include/linux/of.h dn = of_find_node_by_type(dn, type)) type 781 include/linux/of.h #define for_each_compatible_node(dn, type, compatible) \ type 782 include/linux/of.h for (dn = of_find_compatible_node(NULL, type, compatible); dn; \ type 783 include/linux/of.h dn = of_find_compatible_node(dn, type, compatible)) type 267 include/linux/omap-dma.h u8 type; type 76 include/linux/page_cgroup.h extern int swap_cgroup_swapon(int type, unsigned long max_pages); type 77 include/linux/page_cgroup.h extern void swap_cgroup_swapoff(int type); type 93 include/linux/page_cgroup.h swap_cgroup_swapon(int type, unsigned long max_pages) type 98 include/linux/page_cgroup.h static inline void swap_cgroup_swapoff(int type) type 1165 include/linux/pci.h unsigned long type); type 85 include/linux/percpu-defs.h #define DECLARE_PER_CPU_SECTION(type, name, sec) \ type 87 include/linux/percpu-defs.h extern __PCPU_ATTRS(sec) __typeof__(type) name type 89 include/linux/percpu-defs.h #define DEFINE_PER_CPU_SECTION(type, name, sec) \ type 93 include/linux/percpu-defs.h extern __PCPU_ATTRS(sec) __typeof__(type) name; \ type 95 include/linux/percpu-defs.h __typeof__(type) name type 100 include/linux/percpu-defs.h #define DECLARE_PER_CPU_SECTION(type, name, sec) \ type 101 include/linux/percpu-defs.h extern __PCPU_ATTRS(sec) __typeof__(type) name type 103 include/linux/percpu-defs.h #define DEFINE_PER_CPU_SECTION(type, name, sec) \ type 105 include/linux/percpu-defs.h __typeof__(type) name type 112 include/linux/percpu-defs.h #define DECLARE_PER_CPU(type, name) \ type 113 include/linux/percpu-defs.h DECLARE_PER_CPU_SECTION(type, name, "") type 115 include/linux/percpu-defs.h #define DEFINE_PER_CPU(type, name) \ type 116 include/linux/percpu-defs.h DEFINE_PER_CPU_SECTION(type, name, "") type 122 include/linux/percpu-defs.h #define DECLARE_PER_CPU_FIRST(type, name) \ type 123 include/linux/percpu-defs.h DECLARE_PER_CPU_SECTION(type, name, PER_CPU_FIRST_SECTION) type 125 include/linux/percpu-defs.h #define DEFINE_PER_CPU_FIRST(type, name) \ type 126 include/linux/percpu-defs.h DEFINE_PER_CPU_SECTION(type, name, PER_CPU_FIRST_SECTION) type 139 include/linux/percpu-defs.h #define DECLARE_PER_CPU_SHARED_ALIGNED(type, name) \ type 140 include/linux/percpu-defs.h DECLARE_PER_CPU_SECTION(type, name, PER_CPU_SHARED_ALIGNED_SECTION) \ type 143 include/linux/percpu-defs.h #define DEFINE_PER_CPU_SHARED_ALIGNED(type, name) \ type 144 include/linux/percpu-defs.h DEFINE_PER_CPU_SECTION(type, name, PER_CPU_SHARED_ALIGNED_SECTION) \ type 147 include/linux/percpu-defs.h #define DECLARE_PER_CPU_ALIGNED(type, name) \ type 148 include/linux/percpu-defs.h DECLARE_PER_CPU_SECTION(type, name, PER_CPU_ALIGNED_SECTION) \ type 151 include/linux/percpu-defs.h #define DEFINE_PER_CPU_ALIGNED(type, name) \ type 152 include/linux/percpu-defs.h DEFINE_PER_CPU_SECTION(type, name, PER_CPU_ALIGNED_SECTION) \ type 158 include/linux/percpu-defs.h #define DECLARE_PER_CPU_PAGE_ALIGNED(type, name) \ type 159 include/linux/percpu-defs.h DECLARE_PER_CPU_SECTION(type, name, "..page_aligned") \ type 162 include/linux/percpu-defs.h #define DEFINE_PER_CPU_PAGE_ALIGNED(type, name) \ type 163 include/linux/percpu-defs.h DEFINE_PER_CPU_SECTION(type, name, "..page_aligned") \ type 169 include/linux/percpu-defs.h #define DECLARE_PER_CPU_READ_MOSTLY(type, name) \ type 170 include/linux/percpu-defs.h DECLARE_PER_CPU_SECTION(type, name, "..read_mostly") type 172 include/linux/percpu-defs.h #define DEFINE_PER_CPU_READ_MOSTLY(type, name) \ type 173 include/linux/percpu-defs.h DEFINE_PER_CPU_SECTION(type, name, "..read_mostly") type 130 include/linux/percpu.h #define alloc_percpu_gfp(type, gfp) \ type 131 include/linux/percpu.h (typeof(type) __percpu *)__alloc_percpu_gfp(sizeof(type), \ type 132 include/linux/percpu.h __alignof__(type), gfp) type 133 include/linux/percpu.h #define alloc_percpu(type) \ type 134 include/linux/percpu.h (typeof(type) __percpu *)__alloc_percpu(sizeof(type), \ type 135 include/linux/percpu.h __alignof__(type)) type 185 include/linux/perf_event.h int type; type 470 include/linux/perf_event.h enum perf_event_context_type type; type 549 include/linux/perf_event.h extern int perf_pmu_register(struct pmu *pmu, const char *name, int type); type 583 include/linux/perf_event.h u64 type; type 521 include/linux/phy.h bool (*rxtstamp)(struct phy_device *dev, struct sk_buff *skb, int type); type 529 include/linux/phy.h void (*txtstamp)(struct phy_device *dev, struct sk_buff *skb, int type); type 41 include/linux/phy/omap_control_phy.h enum omap_control_phy_type type; type 86 include/linux/pid.h extern struct pid *get_task_pid(struct task_struct *task, enum pid_type type); type 175 include/linux/pid.h #define do_each_pid_task(pid, type, task) \ type 179 include/linux/pid.h &(pid)->tasks[type], pids[type].node) { type 185 include/linux/pid.h #define while_each_pid_task(pid, type, task) \ type 186 include/linux/pid.h if (type == PIDTYPE_PID) \ type 191 include/linux/pid.h #define do_each_pid_thread(pid, type, task) \ type 192 include/linux/pid.h do_each_pid_task(pid, type, task) { \ type 196 include/linux/pid.h #define while_each_pid_thread(pid, type, task) \ type 199 include/linux/pid.h } while_each_pid_task(pid, type, task) type 19 include/linux/pim.h __u8 type; type 71 include/linux/pinctrl/machine.h enum pinctrl_map_type type; type 85 include/linux/pinctrl/machine.h .type = PIN_MAP_TYPE_DUMMY_STATE, \ type 92 include/linux/pinctrl/machine.h .type = PIN_MAP_TYPE_MUX_GROUP, \ type 113 include/linux/pinctrl/machine.h .type = PIN_MAP_TYPE_CONFIGS_PIN, \ type 135 include/linux/pinctrl/machine.h .type = PIN_MAP_TYPE_CONFIGS_GROUP, \ type 156 include/linux/pinctrl/pinconf-generic.h enum pinctrl_map_type type); type 159 include/linux/pinctrl/pinconf-generic.h unsigned *num_maps, enum pinctrl_map_type type); type 175 include/linux/pktcdvd.h __u8 type; type 20 include/linux/platform_data/asoc-imx-ssi.h extern int mxc_set_irq_fiq(unsigned int irq, unsigned int type); type 43 include/linux/platform_data/asoc-s3c.h } type; type 29 include/linux/platform_data/db8500_thermal.h enum thermal_trip_type type; type 20 include/linux/platform_data/dwc3-exynos.h int (*phy_init)(struct platform_device *pdev, int type); type 21 include/linux/platform_data/dwc3-exynos.h int (*phy_exit)(struct platform_device *pdev, int type); type 59 include/linux/platform_data/emif_plat.h u32 type; type 40 include/linux/platform_data/pn544.h int (*get_gpio)(int type); type 60 include/linux/platform_data/rcar-du.h enum rcar_du_encoder_type type; type 36 include/linux/platform_data/s3c-hsotg.h int (*phy_init)(struct platform_device *pdev, int type); type 37 include/linux/platform_data/s3c-hsotg.h int (*phy_exit)(struct platform_device *pdev, int type); type 44 include/linux/platform_data/video-nuc900fb.h unsigned type; type 235 include/linux/plist.h # define plist_first_entry(head, type, member) \ type 238 include/linux/plist.h container_of(plist_first(head), type, member); \ type 241 include/linux/plist.h # define plist_first_entry(head, type, member) \ type 242 include/linux/plist.h container_of(plist_first(head), type, member) type 252 include/linux/plist.h # define plist_last_entry(head, type, member) \ type 255 include/linux/plist.h container_of(plist_last(head), type, member); \ type 258 include/linux/plist.h # define plist_last_entry(head, type, member) \ type 259 include/linux/plist.h container_of(plist_last(head), type, member) type 63 include/linux/pm_qos.h enum dev_pm_qos_req_type type; type 88 include/linux/pm_qos.h enum pm_qos_type type; type 143 include/linux/pm_qos.h enum dev_pm_qos_req_type type, s32 value); type 156 include/linux/pm_qos.h enum dev_pm_qos_req_type type, s32 value); type 170 include/linux/pm_qos.h enum dev_pm_qos_req_type type, type 200 include/linux/pm_qos.h enum dev_pm_qos_req_type type, type 25 include/linux/pnp.h struct resource *pnp_get_resource(struct pnp_dev *dev, unsigned long type, type 29 include/linux/pnp.h unsigned long type, unsigned int num) type 457 include/linux/pnp.h int pnp_possible_config(struct pnp_dev *dev, int type, resource_size_t base, type 487 include/linux/pnp.h static inline int pnp_possible_config(struct pnp_dev *dev, int type, type 102 include/linux/posix_acl.h struct posix_acl **acl_by_type(struct inode *inode, int type); type 103 include/linux/posix_acl.h struct posix_acl *get_cached_acl(struct inode *inode, int type); type 104 include/linux/posix_acl.h struct posix_acl *get_cached_acl_rcu(struct inode *inode, int type); type 105 include/linux/posix_acl.h void set_cached_acl(struct inode *inode, int type, struct posix_acl *acl); type 106 include/linux/posix_acl.h void forget_cached_acl(struct inode *inode, int type); type 142 include/linux/posix_acl.h struct posix_acl *get_acl(struct inode *inode, int type); type 280 include/linux/power/charger-manager.h enum cm_event_types type, char *msg); type 286 include/linux/power/charger-manager.h enum cm_event_types type, char *msg) { } type 32 include/linux/power/gpio-charger.h enum power_supply_type type; type 181 include/linux/power_supply.h enum power_supply_type type; type 12 include/linux/proc_ns.h int type; type 46 include/linux/profile.h void profile_tick(int type); type 52 include/linux/profile.h void profile_hits(int type, void *ip, unsigned int nr_hits); type 57 include/linux/profile.h static inline void profile_hit(int type, void *ip) type 62 include/linux/profile.h if (unlikely(prof_on == type)) type 63 include/linux/profile.h profile_hits(type, ip, 1); type 97 include/linux/profile.h static inline void profile_tick(int type) type 102 include/linux/profile.h static inline void profile_hits(int type, void *ip, unsigned int nr_hits) type 107 include/linux/profile.h static inline void profile_hit(int type, void *ip) type 57 include/linux/pstore.h ssize_t (*read)(u64 *id, enum pstore_type_id *type, type 60 include/linux/pstore.h int (*write)(enum pstore_type_id type, type 64 include/linux/pstore.h int (*write_buf)(enum pstore_type_id type, type 68 include/linux/pstore.h int (*erase)(enum pstore_type_id type, u64 id, type 39 include/linux/pti.h struct pti_masterchannel *pti_request_masterchannel(u8 type, type 34 include/linux/ptp_clock_kernel.h } type; type 153 include/linux/ptp_clock_kernel.h int type; type 190 include/linux/pxa2xx_ssp.h int type; type 68 include/linux/quota.h enum quota_type type; /* USRQUOTA (uid) or GRPQUOTA (gid) or PRJQUOTA (projid) */ type 92 include/linux/quota.h enum quota_type type, qid_t qid) type 96 include/linux/quota.h kqid.type = type; type 97 include/linux/quota.h switch (type) { type 119 include/linux/quota.h static inline struct kqid make_kqid_invalid(enum quota_type type) type 123 include/linux/quota.h kqid.type = type; type 124 include/linux/quota.h switch (type) { type 147 include/linux/quota.h kqid.type = USRQUOTA; type 159 include/linux/quota.h kqid.type = GRPQUOTA; type 171 include/linux/quota.h kqid.type = PRJQUOTA; type 229 include/linux/quota.h extern void mark_info_dirty(struct super_block *sb, int type); type 255 include/linux/quota.h static inline void dqstats_inc(unsigned int type) type 257 include/linux/quota.h percpu_counter_inc(&dqstats.counter[type]); type 260 include/linux/quota.h static inline void dqstats_dec(unsigned int type) type 262 include/linux/quota.h percpu_counter_dec(&dqstats.counter[type]); type 294 include/linux/quota.h int (*check_quota_file)(struct super_block *sb, int type); /* Detect whether file is in our format */ type 295 include/linux/quota.h int (*read_file_info)(struct super_block *sb, int type); /* Read main info about file - called on quotaon() */ type 296 include/linux/quota.h int (*write_file_info)(struct super_block *sb, int type); /* Write main info about file */ type 297 include/linux/quota.h int (*free_file_info)(struct super_block *sb, int type); /* Called on quotaoff() */ type 411 include/linux/quota.h static inline unsigned int dquot_state_flag(unsigned int flags, int type) type 413 include/linux/quota.h return flags << _DQUOT_STATE_FLAGS * type; type 416 include/linux/quota.h static inline unsigned int dquot_generic_flag(unsigned int flags, int type) type 418 include/linux/quota.h return (flags >> _DQUOT_STATE_FLAGS * type) & DQUOT_STATE_FLAGS; type 61 include/linux/quotaops.h struct dquot *dquot_alloc(struct super_block *sb, int type); type 73 include/linux/quotaops.h int dquot_disable(struct super_block *sb, int type, unsigned int flags); type 75 include/linux/quotaops.h static inline int dquot_suspend(struct super_block *sb, int type) type 77 include/linux/quotaops.h return dquot_disable(sb, type, DQUOT_SUSPENDED); type 79 include/linux/quotaops.h int dquot_resume(struct super_block *sb, int type); type 84 include/linux/quotaops.h int dquot_commit_info(struct super_block *sb, int type); type 89 include/linux/quotaops.h int dquot_enable(struct inode *inode, int type, int format_id, type 91 include/linux/quotaops.h int dquot_quota_on(struct super_block *sb, int type, int format_id, type 94 include/linux/quotaops.h int format_id, int type); type 95 include/linux/quotaops.h int dquot_quota_off(struct super_block *sb, int type); type 96 include/linux/quotaops.h int dquot_writeback_dquots(struct super_block *sb, int type); type 97 include/linux/quotaops.h int dquot_quota_sync(struct super_block *sb, int type); type 98 include/linux/quotaops.h int dquot_get_dqinfo(struct super_block *sb, int type, struct if_dqinfo *ii); type 99 include/linux/quotaops.h int dquot_set_dqinfo(struct super_block *sb, int type, struct if_dqinfo *ii); type 108 include/linux/quotaops.h static inline struct mem_dqinfo *sb_dqinfo(struct super_block *sb, int type) type 110 include/linux/quotaops.h return sb_dqopt(sb)->info + type; type 117 include/linux/quotaops.h static inline bool sb_has_quota_usage_enabled(struct super_block *sb, int type) type 120 include/linux/quotaops.h dquot_state_flag(DQUOT_USAGE_ENABLED, type); type 123 include/linux/quotaops.h static inline bool sb_has_quota_limits_enabled(struct super_block *sb, int type) type 126 include/linux/quotaops.h dquot_state_flag(DQUOT_LIMITS_ENABLED, type); type 129 include/linux/quotaops.h static inline bool sb_has_quota_suspended(struct super_block *sb, int type) type 132 include/linux/quotaops.h dquot_state_flag(DQUOT_SUSPENDED, type); type 137 include/linux/quotaops.h unsigned type, tmsk = 0; type 138 include/linux/quotaops.h for (type = 0; type < MAXQUOTAS; type++) type 139 include/linux/quotaops.h tmsk |= sb_has_quota_suspended(sb, type) << type; type 144 include/linux/quotaops.h static inline bool sb_has_quota_loaded(struct super_block *sb, int type) type 147 include/linux/quotaops.h return sb_has_quota_usage_enabled(sb, type); type 152 include/linux/quotaops.h unsigned type, tmsk = 0; type 153 include/linux/quotaops.h for (type = 0; type < MAXQUOTAS; type++) type 154 include/linux/quotaops.h tmsk |= sb_has_quota_loaded(sb, type) << type; type 158 include/linux/quotaops.h static inline bool sb_has_quota_active(struct super_block *sb, int type) type 160 include/linux/quotaops.h return sb_has_quota_loaded(sb, type) && type 161 include/linux/quotaops.h !sb_has_quota_suspended(sb, type); type 172 include/linux/quotaops.h static inline int sb_has_quota_usage_enabled(struct super_block *sb, int type) type 177 include/linux/quotaops.h static inline int sb_has_quota_limits_enabled(struct super_block *sb, int type) type 182 include/linux/quotaops.h static inline int sb_has_quota_suspended(struct super_block *sb, int type) type 193 include/linux/quotaops.h static inline int sb_has_quota_loaded(struct super_block *sb, int type) type 203 include/linux/quotaops.h static inline int sb_has_quota_active(struct super_block *sb, int type) type 258 include/linux/quotaops.h static inline int dquot_disable(struct super_block *sb, int type, type 264 include/linux/quotaops.h static inline int dquot_suspend(struct super_block *sb, int type) type 269 include/linux/quotaops.h static inline int dquot_resume(struct super_block *sb, int type) type 276 include/linux/quotaops.h static inline int dquot_writeback_dquots(struct super_block *sb, int type) type 54 include/linux/raid_class.h #define DEFINE_RAID_ATTRIBUTE(type, attr) \ type 56 include/linux/raid_class.h raid_set_##attr(struct raid_template *r, struct device *dev, type value) { \ type 64 include/linux/raid_class.h static inline type \ type 12 include/linux/random.h extern void add_input_randomness(unsigned int type, unsigned int code, type 50 include/linux/rbtree.h #define rb_entry(ptr, type, member) container_of(ptr, type, member) type 88 include/linux/rbtree.h #define rb_entry_safe(ptr, type, member) \ type 90 include/linux/rbtree.h ____ptr ? rb_entry(____ptr, type, member) : NULL; \ type 249 include/linux/rculist.h #define list_entry_rcu(ptr, type, member) \ type 252 include/linux/rculist.h container_of((typeof(ptr))rcu_dereference_raw(__ptr), type, member); \ type 288 include/linux/rculist.h #define list_first_or_null_rcu(ptr, type, member) \ type 292 include/linux/rculist.h likely(__ptr != __next) ? list_entry_rcu(__next, type, member) : NULL; \ type 257 include/linux/regulator/driver.h enum regulator_type type; type 83 include/linux/regulator/gpio-regulator.h enum regulator_type type; type 89 include/linux/remoteproc.h u32 type; type 491 include/linux/remoteproc.h void rproc_report_crash(struct rproc *rproc, enum rproc_crash_type type); type 34 include/linux/rfkill-gpio.h enum rfkill_type type; type 45 include/linux/rfkill-regulator.h enum rfkill_type type; /* the type as specified in rfkill.h */ type 81 include/linux/rfkill.h const enum rfkill_type type, type 219 include/linux/rfkill.h const enum rfkill_type type, type 122 include/linux/rhashtable.h #define rht_entry(ptr, type, member) container_of(ptr, type, member) type 123 include/linux/rhashtable.h #define rht_entry_safe(ptr, type, member) \ type 126 include/linux/rhashtable.h __ptr ? rht_entry(__ptr, type, member) : NULL; \ type 56 include/linux/rtc/m48t59.h int type; /* RTC model */ type 19 include/linux/rtnetlink.h void rtmsg_ifinfo(int type, struct net_device *dev, unsigned change, gfp_t flags); type 1032 include/linux/sched.h # define SD_INIT_NAME(type) .name = #type type 1034 include/linux/sched.h # define SD_INIT_NAME(type) type 1743 include/linux/sched.h pid_t __task_pid_nr_ns(struct task_struct *task, enum pid_type type, type 74 include/linux/sctp.h __u8 type; type 165 include/linux/sctp.h __be16 type; type 1456 include/linux/security.h int (*quotactl) (int cmds, int type, int id, struct super_block *sb); type 1458 include/linux/security.h int (*syslog) (int type); type 1476 include/linux/security.h const char *type, unsigned long flags, void *data); type 1617 include/linux/security.h long type, int mode); type 1652 include/linux/security.h int (*socket_create) (int family, int type, int protocol, int kern); type 1654 include/linux/security.h int type, int protocol, int kern); type 1756 include/linux/security.h int security_quotactl(int cmds, int type, int id, struct super_block *sb); type 1758 include/linux/security.h int security_syslog(int type); type 1774 include/linux/security.h const char *type, unsigned long flags, void *data); type 1884 include/linux/security.h struct task_struct *target, long type, int mode); type 1969 include/linux/security.h static inline int security_quotactl(int cmds, int type, int id, type 1980 include/linux/security.h static inline int security_syslog(int type) type 2054 include/linux/security.h const char *type, unsigned long flags, type 2527 include/linux/security.h long type, int mode) type 2639 include/linux/security.h int security_socket_create(int family, int type, int protocol, int kern); type 2641 include/linux/security.h int type, int protocol, int kern); type 2696 include/linux/security.h static inline int security_socket_create(int family, int type, type 2704 include/linux/security.h int type, type 32 include/linux/serial_8250.h unsigned int type; /* If UPF_FIXED_TYPE */ type 73 include/linux/serial_core.h const char *(*type)(struct uart_port *); type 205 include/linux/serial_core.h unsigned int type; /* port type */ type 122 include/linux/serial_sci.h unsigned int type; /* SCI / SCIF / IRDA / HSCIF */ type 111 include/linux/sfi.h u32 type; type 153 include/linux/sfi.h u8 type; /* bus type, I2C, SPI or ...*/ type 913 include/linux/skbuff.h skb_set_hash(struct sk_buff *skb, __u32 hash, enum pkt_hash_types type) type 915 include/linux/skbuff.h skb->l4_hash = (type == PKT_HASH_TYPE_L4); type 317 include/linux/socket.h extern int put_cmsg(struct msghdr*, int level, int type, int len, void *data); type 26 include/linux/spi/flash.h char *type; type 193 include/linux/ssb/ssb.h u16 type; type 330 include/linux/sunrpc/xprt.h int xprt_register_transport(struct xprt_class *type); type 331 include/linux/sunrpc/xprt.h int xprt_unregister_transport(struct xprt_class *type); type 32 include/linux/svga.h u32 type; type 219 include/linux/swap.h signed char type; /* strange name for an index */ type 26 include/linux/swapops.h static inline swp_entry_t swp_entry(unsigned long type, pgoff_t offset) type 30 include/linux/swapops.h ret.val = (type << SWP_TYPE_SHIFT(ret)) | type 388 include/linux/syscalls.h char __user *type, unsigned long flags, type 697 include/linux/syscalls.h asmlinkage long sys_syslog(int type, char __user *buf, int len); type 872 include/linux/syscalls.h asmlinkage long sys_kcmp(pid_t pid1, pid_t pid2, int type, type 50 include/linux/syslog.h int do_syslog(int type, char __user *buf, int count, bool from_file); type 22 include/linux/tca6416_keypad.h int type; /* input event type (EV_KEY, EV_SW) */ type 43 include/linux/textsearch_fsm.h __u16 type; type 149 include/linux/thermal.h char type[THERMAL_NAME_LENGTH]; type 203 include/linux/thermal.h char type[THERMAL_NAME_LENGTH]; type 71 include/linux/ti_wilink_st.h enum proto_type type; type 318 include/linux/ti_wilink_st.h u16 type; type 87 include/linux/tifm.h unsigned char type; type 94 include/linux/tifm.h unsigned char type; type 142 include/linux/tifm.h unsigned char type); type 39 include/linux/torture.h #define torture_param(type, name, init, msg) \ type 40 include/linux/torture.h static type name = init; \ type 41 include/linux/torture.h module_param(name, type, 0444); \ type 307 include/linux/tty_driver.h short type; /* type of tty driver */ type 8 include/linux/typecheck.h #define typecheck(type,x) \ type 9 include/linux/typecheck.h ({ type __dummy; \ type 19 include/linux/typecheck.h #define typecheck_fn(type,function) \ type 20 include/linux/typecheck.h ({ typeof(type) __tmp = function; \ type 29 include/linux/uio.h int type; type 66 include/linux/uio.h if (!((start).type & ITER_BVEC)) \ type 311 include/linux/usb.h unsigned char type, void **ptr); type 312 include/linux/usb.h #define usb_get_extra_descriptor(ifpoint, type, ptr) \ type 315 include/linux/usb.h type, (void **)ptr) type 1669 include/linux/usb.h int type, int target, void *data); type 29 include/linux/usb/audio.h u8 type; type 40 include/linux/usb/audio.h u8 type; type 71 include/linux/usb/composite.h u8 type; type 79 include/linux/usb/phy.h enum usb_phy_type type; type 145 include/linux/usb/phy.h extern int usb_add_phy(struct usb_phy *, enum usb_phy_type type); type 202 include/linux/usb/phy.h extern struct usb_phy *usb_get_phy(enum usb_phy_type type); type 204 include/linux/usb/phy.h enum usb_phy_type type); type 214 include/linux/usb/phy.h static inline struct usb_phy *usb_get_phy(enum usb_phy_type type) type 220 include/linux/usb/phy.h enum usb_phy_type type) type 314 include/linux/usb/phy.h static inline const char *usb_phy_type_string(enum usb_phy_type type) type 316 include/linux/usb/phy.h switch (type) { type 156 include/linux/usb/renesas_usbhs.h u32 type; type 154 include/linux/usb/serial.h struct usb_serial_driver *type; type 7 include/linux/usb/usb_phy_generic.h enum usb_phy_type type; type 264 include/linux/usb/wusb.h static inline u8 wusb_key_index(int index, int type, int originator) type 266 include/linux/usb/wusb.h return (originator << 6) | (type << 4) | index; type 59 include/linux/usbdevice_fs.h unsigned char type; type 177 include/linux/uwb.h enum uwb_rsv_target_type type; type 247 include/linux/uwb.h enum uwb_drp_type type; type 316 include/linux/uwb.h const char *uwb_rsv_type_str(enum uwb_drp_type type); type 677 include/linux/uwb.h enum { UWB_EST_16 = 0, UWB_EST_8 = 1 } type; type 680 include/linux/uwb.h int uwb_est_register(u8 type, u8 code_high, u16 vendor, u16 product, type 682 include/linux/uwb.h int uwb_est_unregister(u8 type, u8 code_high, u16 vendor, u16 product, type 43 include/linux/uwb/debug-cmd.h __u8 type; type 59 include/linux/uwb/debug-cmd.h __u32 type; type 345 include/linux/uwb/spec.h static inline void uwb_ie_drp_set_type(struct uwb_ie_drp *ie, enum uwb_drp_type type) type 348 include/linux/uwb/spec.h drp_control = (drp_control & ~(0x7 << 0)) | (type << 0); type 455 include/linux/uwb/spec.h u8 type; /* enum uwb_dev_info_type */ type 56 include/linux/via-core.h enum via_port_type type; type 67 include/linux/virtio_scsi.h u32 type; type 79 include/linux/virtio_scsi.h u32 type; type 73 include/linux/vme.h u32 type; type 78 include/linux/vme.h enum vme_resource_type type; type 39 include/linux/zpool.h struct zpool *zpool_create_pool(char *type, gfp_t gfp, struct zpool_ops *ops); type 78 include/linux/zpool.h char *type; type 78 include/media/blackfin/ppi.h enum ppi_type type; type 35 include/media/davinci/vpbe_venc.h int (*setup_clock)(enum vpbe_enc_timings_type type, type 41 include/media/ir-kbd-i2c.h u64 type; /* RC_BIT_RC5, etc */ type 60 include/media/media-entity.h u32 type; /* Entity type (MEDIA_ENT_T_*) */ type 109 include/media/media-entity.h return entity->type & MEDIA_ENT_TYPE_MASK; type 114 include/media/media-entity.h return entity->type & MEDIA_ENT_SUBTYPE_MASK; type 249 include/media/rc-core.h int ir_raw_event_store_edge(struct rc_dev *dev, enum raw_event_type type); type 181 include/media/saa7146_vv.h int saa7146_register_device(struct video_device **vid, struct saa7146_dev* dev, char *name, int type); type 42 include/media/sh_mobile_csi2.h enum sh_csi2_type type; type 23 include/media/tuner-types.h enum param_type type; type 193 include/media/tuner.h unsigned int type; /* Tuner type */ type 144 include/media/v4l2-common.h const unsigned short *v4l2_i2c_tuner_addrs(enum v4l2_i2c_tuner_type type); type 188 include/media/v4l2-ctrls.h enum v4l2_ctrl_type type; type 293 include/media/v4l2-ctrls.h enum v4l2_ctrl_type type; type 321 include/media/v4l2-ctrls.h void v4l2_ctrl_fill(u32 id, const char **name, enum v4l2_ctrl_type *type, type 149 include/media/v4l2-dev.h int __must_check __video_register_device(struct video_device *vdev, int type, type 157 include/media/v4l2-dev.h int type, int nr) type 159 include/media/v4l2-dev.h return __video_register_device(vdev, type, nr, 1, vdev->fops->owner); type 165 include/media/v4l2-dev.h struct video_device *vdev, int type, int nr) type 167 include/media/v4l2-dev.h return __video_register_device(vdev, type, nr, 0, vdev->fops->owner); type 110 include/media/v4l2-event.h u32 type; type 86 include/media/v4l2-mediabus.h enum v4l2_mbus_type type; type 96 include/media/v4l2-mem2mem.h enum v4l2_buf_type type); type 126 include/media/v4l2-mem2mem.h enum v4l2_buf_type type); type 128 include/media/v4l2-mem2mem.h enum v4l2_buf_type type); type 252 include/media/v4l2-mem2mem.h enum v4l2_buf_type type); type 254 include/media/v4l2-mem2mem.h enum v4l2_buf_type type); type 59 include/media/v4l2-subdev.h u32 type; /* VBI service type (V4L2_SLICED_*). 0 if no service found */ type 202 include/media/v4l2-subdev.h int (*s_type_addr)(struct v4l2_subdev *sd, struct tuner_setup *type); type 143 include/media/videobuf-core.h enum v4l2_buf_type type; type 192 include/media/videobuf-core.h enum v4l2_buf_type type, type 23 include/media/videobuf-dma-contig.h enum v4l2_buf_type type, type 106 include/media/videobuf-dma-sg.h enum v4l2_buf_type type, type 36 include/media/videobuf-vmalloc.h enum v4l2_buf_type type, type 391 include/media/videobuf2-core.h enum v4l2_buf_type type; type 465 include/media/videobuf2-core.h int vb2_streamon(struct vb2_queue *q, enum v4l2_buf_type type); type 466 include/media/videobuf2-core.h int vb2_streamoff(struct vb2_queue *q, enum v4l2_buf_type type); type 382 include/net/6lowpan.h unsigned short type, const void *_daddr, type 369 include/net/9p/9p.h u8 type; type 398 include/net/9p/9p.h u16 type; type 501 include/net/9p/9p.h u8 type; type 518 include/net/9p/9p.h u8 type; type 526 include/net/9p/9p.h u32 type; type 79 include/net/act_api.h __u32 type; /* for backward compat(TCA_OLD_COMPAT) */ type 88 include/net/act_api.h __u32 type; /* TBD to match kind */ type 26 include/net/addrconf.h __u8 type; type 120 include/net/addrconf.h int type, int ifindex); type 218 include/net/addrconf.h void inet6_netconf_notify_devconf(struct net *net, int type, int ifindex, type 77 include/net/af_vsock.h gfp_t priority, unsigned short type); type 52 include/net/arp.h void arp_send(int type, int ptype, __be32 dest_ip, type 59 include/net/arp.h struct sk_buff *arp_create(int type, int ptype, __be32 dest_ip, type 181 include/net/bluetooth/bluetooth.h static inline bool bdaddr_type_is_valid(__u8 type) type 183 include/net/bluetooth/bluetooth.h switch (type) { type 193 include/net/bluetooth/bluetooth.h static inline bool bdaddr_type_is_le(__u8 type) type 195 include/net/bluetooth/bluetooth.h switch (type) { type 1096 include/net/bluetooth/hci.h __u8 type; type 1107 include/net/bluetooth/hci.h __u8 type; type 1206 include/net/bluetooth/hci.h __u8 type; type 1241 include/net/bluetooth/hci.h __u8 type; type 1657 include/net/bluetooth/hci.h __u8 type; type 1784 include/net/bluetooth/hci.h __u16 type; type 60 include/net/bluetooth/hci_core.h int type; type 114 include/net/bluetooth/hci_core.h u8 type; type 132 include/net/bluetooth/hci_core.h u8 type; type 376 include/net/bluetooth/hci_core.h __u8 type; type 576 include/net/bluetooth/hci_core.h switch (c->type) { type 602 include/net/bluetooth/hci_core.h switch (c->type) { type 621 include/net/bluetooth/hci_core.h static inline unsigned int hci_conn_num(struct hci_dev *hdev, __u8 type) type 624 include/net/bluetooth/hci_core.h switch (type) { type 666 include/net/bluetooth/hci_core.h __u8 type, bdaddr_t *ba) type 674 include/net/bluetooth/hci_core.h if (c->type == type && !bacmp(&c->dst, ba)) { type 686 include/net/bluetooth/hci_core.h __u8 type, __u16 state) type 694 include/net/bluetooth/hci_core.h if (c->type == type && c->state == state) { type 709 include/net/bluetooth/hci_core.h struct hci_conn *hci_conn_add(struct hci_dev *hdev, int type, bdaddr_t *dst, type 725 include/net/bluetooth/hci_core.h struct hci_conn *hci_connect_sco(struct hci_dev *hdev, int type, bdaddr_t *dst, type 785 include/net/bluetooth/hci_core.h switch (conn->type) { type 869 include/net/bluetooth/hci_core.h bdaddr_t *bdaddr, u8 type); type 870 include/net/bluetooth/hci_core.h int hci_bdaddr_list_add(struct list_head *list, bdaddr_t *bdaddr, u8 type); type 871 include/net/bluetooth/hci_core.h int hci_bdaddr_list_del(struct list_head *list, bdaddr_t *bdaddr, u8 type); type 895 include/net/bluetooth/hci_core.h bdaddr_t *bdaddr, u8 *val, u8 type, type 900 include/net/bluetooth/hci_core.h u8 addr_type, u8 type, u8 authenticated, type 980 include/net/bluetooth/hci_core.h __u8 type, __u8 *flags) type 982 include/net/bluetooth/hci_core.h switch (type) { type 991 include/net/bluetooth/hci_core.h BT_ERR("unknown link type %d", type); type 998 include/net/bluetooth/hci_core.h switch (conn->type) { type 1010 include/net/bluetooth/hci_core.h BT_ERR("unknown link type %d", conn->type); type 1020 include/net/bluetooth/hci_core.h if (conn->type != ACL_LINK && conn->type != LE_LINK) type 1028 include/net/bluetooth/hci_core.h switch (conn->type) { type 1044 include/net/bluetooth/hci_core.h BT_ERR("unknown link type %d", conn->type); type 1056 include/net/bluetooth/hci_core.h if (conn->type != ACL_LINK && conn->type != LE_LINK) type 1072 include/net/bluetooth/hci_core.h if (conn->type != ACL_LINK && conn->type != LE_LINK) type 1159 include/net/bluetooth/hci_core.h static inline bool eir_has_data_type(u8 *data, size_t data_len, u8 type) type 1177 include/net/bluetooth/hci_core.h if (data[1] == type) type 44 include/net/bluetooth/hci_mon.h __u8 type; type 114 include/net/bluetooth/hci_sock.h __u8 type; type 133 include/net/bluetooth/hci_sock.h __u8 type; type 157 include/net/bluetooth/hci_sock.h __u8 type; type 163 include/net/bluetooth/hci_sock.h __u8 type; type 302 include/net/bluetooth/l2cap.h __u8 type; type 368 include/net/bluetooth/l2cap.h __le16 type; type 372 include/net/bluetooth/l2cap.h __le16 type; type 55 include/net/bluetooth/mgmt.h __u8 type; type 172 include/net/bluetooth/mgmt.h __u8 type; type 190 include/net/bluetooth/mgmt.h __u8 type; type 335 include/net/bluetooth/mgmt.h __u8 type; type 341 include/net/bluetooth/mgmt.h __u8 type; type 609 include/net/bluetooth/mgmt.h __u8 type; type 119 include/net/bluetooth/rfcomm.h u8 type; type 2342 include/net/cfg80211.h enum nl80211_iftype type, type 2349 include/net/cfg80211.h enum nl80211_iftype type, u32 *flags, type 2450 include/net/cfg80211.h enum nl80211_tx_power_setting type, int mbm); type 82 include/net/cipso_ipv4.h u32 type; type 5 include/net/datalink.h unsigned char type[8]; type 218 include/net/dn.h unsigned char type); type 220 include/net/dn.h unsigned char *type); type 68 include/net/dn_dev.h int type; /* ARPHRD_xxx */ type 13 include/net/dn_fib.h unsigned char type; type 105 include/net/dn_fib.h int dn_fib_semantic_match(int type, struct dn_fib_info *fi, type 23 include/net/dn_nsp.h void dn_nsp_send_disc(struct sock *sk, unsigned char type, type 25 include/net/dn_nsp.h void dn_nsp_return_disc(struct sk_buff *skb, unsigned char type, type 113 include/net/dn_route.h if ((dev->type != ARPHRD_ETHER) && (dev->type != ARPHRD_LOOPBACK)) type 247 include/net/dsa.h void register_switch_driver(struct dsa_switch_driver *type); type 248 include/net/dsa.h void unregister_switch_driver(struct dsa_switch_driver *type); type 83 include/net/fib_rules.h [FRA_IIFNAME] = { .type = NLA_STRING, .len = IFNAMSIZ - 1 }, \ type 84 include/net/fib_rules.h [FRA_OIFNAME] = { .type = NLA_STRING, .len = IFNAMSIZ - 1 }, \ type 85 include/net/fib_rules.h [FRA_PRIORITY] = { .type = NLA_U32 }, \ type 86 include/net/fib_rules.h [FRA_FWMARK] = { .type = NLA_U32 }, \ type 87 include/net/fib_rules.h [FRA_FWMASK] = { .type = NLA_U32 }, \ type 88 include/net/fib_rules.h [FRA_TABLE] = { .type = NLA_U32 }, \ type 89 include/net/fib_rules.h [FRA_SUPPRESS_PREFIXLEN] = { .type = NLA_U32 }, \ type 90 include/net/fib_rules.h [FRA_SUPPRESS_IFGROUP] = { .type = NLA_U32 }, \ type 91 include/net/fib_rules.h [FRA_GOTO] = { .type = NLA_U32 } type 42 include/net/flow.h __u8 type; type 55 include/net/flow.h __u8 type; type 77 include/net/flow.h #define fl4_icmp_type uli.icmpt.type type 80 include/net/flow.h #define fl4_mh_type uli.mht.type type 131 include/net/flow.h #define fl6_icmp_type uli.icmpt.type type 134 include/net/flow.h #define fl6_mh_type uli.mht.type type 81 include/net/garp.h u8 type; type 93 include/net/garp.h enum garp_applications type; type 124 include/net/garp.h u8 len, u8 type); type 127 include/net/garp.h const void *data, u8 len, u8 type); type 27 include/net/gen_stats.h int gnet_stats_start_copy(struct sk_buff *skb, int type, spinlock_t *lock, type 30 include/net/gen_stats.h int gnet_stats_start_copy_compat(struct sk_buff *skb, int type, type 28 include/net/geneve.h u8 type; type 42 include/net/icmp.h void icmp_send(struct sk_buff *skb_in, int type, int code, __be32 info); type 46 include/net/icmp.h void icmp_out_count(struct net *net, unsigned char type); type 66 include/net/ieee802154_netdev.h u16 type:3, type 81 include/net/ieee802154_netdev.h type:3, type 225 include/net/ieee802154_netdev.h u8 type; type 419 include/net/ieee802154_netdev.h u8 type, u32 channels, u8 page, u8 duration); type 38 include/net/inet_common.h unsigned short type, unsigned char protocol, type 5 include/net/ip6_route.h __u8 type; type 58 include/net/ip6_tunnel.h __u8 type; /* type-code for option */ type 134 include/net/ip_fib.h unsigned char type; type 152 include/net/ip_fib.h unsigned char type; type 36 include/net/ip_tunnels.h __u16 type; type 757 include/net/ip_vs.h int type; /* IP_VS_APP_TYPE_xxx */ type 272 include/net/ipv6.h void icmpv6_notify(struct sk_buff *skb, u8 type, u8 code, __be32 info); type 325 include/net/ipv6.h static inline int __ipv6_addr_src_scope(int type) type 327 include/net/ipv6.h return (type == IPV6_ADDR_ANY) ? __IPV6_ADDR_SCOPE_INVALID : (type >> 16); type 335 include/net/ipv6.h static inline bool __ipv6_addr_needs_scope_id(int type) type 337 include/net/ipv6.h return type & IPV6_ADDR_LINKLOCAL || type 338 include/net/ipv6.h (type & IPV6_ADDR_MULTICAST && type 339 include/net/ipv6.h (type & (IPV6_ADDR_LOOPBACK|IPV6_ADDR_LINKLOCAL))); type 835 include/net/ipv6.h int ipv6_find_tlv(struct sk_buff *skb, int offset, int type); type 104 include/net/ipx.h unsigned short type; type 125 include/net/irda/irda_device.h IRDA_DONGLE type; type 57 include/net/irda/irias_object.h __u8 type; /* Value description */ type 79 include/net/irda/irqueue.h hashbin_t *hashbin_new(int type); type 71 include/net/irda/parameters.h PV_TYPE type, PI_HANDLER func); type 75 include/net/irda/parameters.h PV_TYPE type; /* Data type for this parameter */ type 71 include/net/lapb.h unsigned short type; /* Parsed type */ type 103 include/net/llc.h void llc_add_pack(int type, type 105 include/net/llc.h void llc_remove_pack(int type); type 114 include/net/llc_c_ev.h u8 type; type 88 include/net/llc_conn.h static __inline__ void llc_set_backlog_type(struct sk_buff *skb, char type) type 90 include/net/llc_conn.h skb->cb[sizeof(skb->cb) - 1] = type; type 230 include/net/llc_pdu.h static inline void llc_pdu_header_init(struct sk_buff *skb, u8 type, type 233 include/net/llc_pdu.h const int hlen = type == LLC_PDU_TYPE_U ? 3 : 4; type 353 include/net/llc_pdu.h u8 type; /* different if NULL/non-NULL LSAP */ type 375 include/net/llc_pdu.h xid_info->type = svcs_supported; type 400 include/net/llc_pdu.h xid_info->type = svcs_supported; type 413 include/net/llc_pdu.h void llc_pdu_set_cmd_rsp(struct sk_buff *skb, u8 type); type 40 include/net/llc_s_ev.h u8 type; type 26 include/net/llc_sap.h u8 type, u32 data_size); type 1180 include/net/mac80211.h enum nl80211_iftype type; type 1204 include/net/mac80211.h return vif->type == NL80211_IFTYPE_MESH_POINT; type 2967 include/net/mac80211.h enum ieee80211_roc_type type); type 4763 include/net/mac80211.h ieee80211_iftype_p2p(enum nl80211_iftype type, bool p2p) type 4766 include/net/mac80211.h switch (type) { type 4775 include/net/mac80211.h return type; type 4781 include/net/mac80211.h return ieee80211_iftype_p2p(vif->type, vif->p2p); type 92 include/net/mrp.h u8 type; type 104 include/net/mrp.h enum mrp_applications type; type 137 include/net/mrp.h const void *value, u8 len, u8 type); type 140 include/net/mrp.h const void *value, u8 len, u8 type); type 122 include/net/ndisc.h static inline int ndisc_addr_option_pad(unsigned short type) type 124 include/net/ndisc.h switch (type) { type 133 include/net/ndisc.h ndisc_addr_option_pad(dev->type)); type 141 include/net/ndisc.h int prepad = ndisc_addr_option_pad(dev->type); type 148 include/net/neighbour.h __u8 type; type 121 include/net/netfilter/nf_conntrack_extend.h int nf_ct_extend_register(struct nf_ct_ext_type *type); type 122 include/net/netfilter/nf_conntrack_extend.h void nf_ct_extend_unregister(struct nf_ct_ext_type *type); type 53 include/net/netfilter/nf_conntrack_tuple.h u_int8_t type, code; type 22 include/net/netfilter/nf_log.h u_int8_t type; type 47 include/net/netfilter/nf_log.h enum nf_log_type type; type 64 include/net/netfilter/nf_log.h int nf_logger_find_get(int pf, enum nf_log_type type); type 65 include/net/netfilter/nf_log.h void nf_logger_put(int pf, enum nf_log_type type); type 66 include/net/netfilter/nf_log.h void nf_logger_request_module(int pf, enum nf_log_type type); type 68 include/net/netfilter/nf_log.h #define MODULE_ALIAS_NF_LOGGER(family, type) \ type 69 include/net/netfilter/nf_log.h MODULE_ALIAS("nf-logger-" __stringify(family) "-" __stringify(type)) type 96 include/net/netfilter/nf_tables.h enum nft_data_types type; type 102 include/net/netfilter/nf_tables.h void nft_data_uninit(const struct nft_data *data, enum nft_data_types type); type 104 include/net/netfilter/nf_tables.h enum nft_data_types type, unsigned int len); type 111 include/net/netfilter/nf_tables.h static inline enum nft_registers nft_type_to_reg(enum nft_data_types type) type 113 include/net/netfilter/nf_tables.h return type == NFT_DATA_VERDICT ? NFT_REG_VERDICT : NFT_REG_1; type 120 include/net/netfilter/nf_tables.h enum nft_data_types type); type 352 include/net/netfilter/nf_tables.h const struct nft_expr_type *type; type 532 include/net/netfilter/nf_tables.h enum nft_chain_type type); type 553 include/net/netfilter/nf_tables.h const struct nf_chain_type *type; type 627 include/net/netfilter/nf_tables.h enum nft_chain_type type; type 5 include/net/netfilter/nft_reject.h enum nft_reject_types type:8; type 207 include/net/netlabel.h u32 type; type 442 include/net/netlabel.h struct audit_buffer *netlbl_audit_start(int type, type 594 include/net/netlabel.h static inline struct audit_buffer *netlbl_audit_start(int type, type 213 include/net/netlink.h u16 type; type 444 include/net/netlink.h int type, int payload, int flags) type 449 include/net/netlink.h return __nlmsg_put(skb, portid, seq, type, payload, flags); type 465 include/net/netlink.h int type, int payload, type 469 include/net/netlink.h type, payload, flags); type 156 include/net/nfc/digital.h int (*in_configure_hw)(struct nfc_digital_dev *ddev, int type, type 162 include/net/nfc/digital.h int (*tg_configure_hw)(struct nfc_digital_dev *ddev, int type, type 245 include/net/nfc/nci.h __u8 type; type 402 include/net/nfc/nci.h __u8 type; type 132 include/net/nfc/nfc.h u16 type; type 263 include/net/nfc/nfc.h int nfc_add_se(struct nfc_dev *dev, u32 se_idx, u16 type); type 4 include/net/p8022.h register_8022_client(unsigned char type, type 42 include/net/ping.h int (*icmpv6_err_convert)(u8 type, u8 code, int *err); type 61 include/net/pkt_cls.h __u32 type; /* for backward compat(TCA_OLD_COMPAT) */ type 74 include/net/pkt_cls.h exts->type = 0; type 62 include/net/protocol.h u8 type, u8 code, int offset, type 83 include/net/protocol.h unsigned short type; /* This is the 2nd argument to socket(2). */ type 7 include/net/rawv6.h u8 type, u8 code, int inner_offset, __be32); type 154 include/net/sctp/command.h #define SCTP_ARG_CONSTRUCTOR(name, type, elt) \ type 156 include/net/sctp/command.h SCTP_## name (type arg) \ type 145 include/net/sctp/constants.h #define sctp_chunk_is_data(a) (a->chunk_hdr->type == SCTP_CID_DATA) type 494 include/net/sctp/sctp.h static inline int param_type2af(__be16 type) type 496 include/net/sctp/sctp.h switch (type) { type 545 include/net/sctp/sctp.h return sctp_sk(sk)->type == style; type 76 include/net/sctp/sm.h const sctp_subtype_t type, type 164 include/net/sctp/structs.h sctp_socket_type_t type; type 1151 include/net/sctp/structs.h sctp_endpoint_type_t type; type 119 include/net/snmp.h #define DEFINE_SNMP_STAT(type, name) \ type 120 include/net/snmp.h __typeof__(type) __percpu *name type 121 include/net/snmp.h #define DEFINE_SNMP_STAT_ATOMIC(type, name) \ type 122 include/net/snmp.h __typeof__(type) *name type 123 include/net/snmp.h #define DECLARE_SNMP_STAT(type, name) \ type 124 include/net/snmp.h extern __typeof__(type) __percpu *name type 2272 include/net/sock.h int type); type 828 include/net/tcp.h int tcp_register_congestion_control(struct tcp_congestion_ops *type); type 829 include/net/tcp.h void tcp_unregister_congestion_control(struct tcp_congestion_ops *type); type 98 include/net/udp_tunnel.h int type = udp_csum ? SKB_GSO_UDP_TUNNEL_CSUM : SKB_GSO_UDP_TUNNEL; type 100 include/net/udp_tunnel.h return iptunnel_handle_offloads(skb, udp_csum, type); type 61 include/net/wpan-phy.h const char *name, int type); type 223 include/net/xfrm.h const struct xfrm_type *type; type 261 include/net/xfrm.h u32 type; type 385 include/net/xfrm.h int xfrm_register_type(const struct xfrm_type *type, unsigned short family); type 386 include/net/xfrm.h int xfrm_unregister_type(const struct xfrm_type *type, unsigned short family); type 514 include/net/xfrm.h u8 type; type 546 include/net/xfrm.h u8 type; type 602 include/net/xfrm.h u8 dir, u8 type, type 871 include/net/xfrm.h port = htons(uli->icmpt.type); type 874 include/net/xfrm.h port = htons(uli->mht.type); type 1368 include/net/xfrm.h u8 type, u8 code, int offset, __be32 info); type 1386 include/net/xfrm.h u8 type, u8 code, int offset, __be32 info); type 1580 include/net/xfrm.h void xfrm_policy_walk_init(struct xfrm_policy_walk *walk, u8 type); type 1587 include/net/xfrm.h u8 type, int dir, type 1593 include/net/xfrm.h int xfrm_policy_flush(struct net *net, u8 type, bool task_valid); type 1606 include/net/xfrm.h int km_migrate(const struct xfrm_selector *sel, u8 dir, u8 type, type 1612 include/net/xfrm.h int xfrm_migrate(const struct xfrm_selector *sel, u8 dir, u8 type, type 109 include/pcmcia/cistpl.h u_char type; type 166 include/pcmcia/cistpl.h u_char type; type 522 include/pcmcia/cistpl.h u_char type; type 221 include/rdma/ib_pack.h __be16 type; type 226 include/rdma/ib_pack.h __be16 type; type 1234 include/rdma/ib_verbs.h enum ib_mw_type type; type 1294 include/rdma/ib_verbs.h enum ib_flow_spec_type type; type 1306 include/rdma/ib_verbs.h enum ib_flow_spec_type type; type 1318 include/rdma/ib_verbs.h enum ib_flow_spec_type type; type 1330 include/rdma/ib_verbs.h enum ib_flow_spec_type type; type 1338 include/rdma/ib_verbs.h enum ib_flow_spec_type type; type 1348 include/rdma/ib_verbs.h enum ib_flow_attr_type type; type 1573 include/rdma/ib_verbs.h enum ib_mw_type type); type 1685 include/rdma/ib_verbs.h enum ib_qp_type type, enum ib_qp_attr_mask mask, type 2490 include/rdma/ib_verbs.h struct ib_mw *ib_alloc_mw(struct ib_pd *pd, enum ib_mw_type type); type 57 include/rdma/rdma_netlink.h int len, void *data, int type); type 41 include/rxrpc/packet.h uint8_t type; /* packet type */ type 129 include/scsi/fc/fc_ms.h __be16 type; type 56 include/scsi/fc_encode.h u32 did, u32 sid, enum fc_fh_type type, type 63 include/scsi/fc_encode.h fh->fh_type = type; type 74 include/scsi/fc_encode.h u32 did, u32 sid, enum fc_fh_type type, type 80 include/scsi/fc_encode.h __fc_fill_fc_hdr(fh, r_ctl, did, sid, type, f_ctl, parm_offset); type 262 include/scsi/fc_encode.h &entry->type); type 273 include/scsi/fc_encode.h &entry->type); type 285 include/scsi/fc_encode.h &entry->type); type 297 include/scsi/fc_encode.h &entry->type); type 309 include/scsi/fc_encode.h &entry->type); type 321 include/scsi/fc_encode.h &entry->type); type 333 include/scsi/fc_encode.h &entry->type); type 345 include/scsi/fc_encode.h &entry->type); type 357 include/scsi/fc_encode.h &entry->type); type 369 include/scsi/fc_encode.h &entry->type); type 406 include/scsi/fc_encode.h &entry->type); type 417 include/scsi/fc_encode.h &entry->type); type 429 include/scsi/fc_encode.h &entry->type); type 440 include/scsi/fc_encode.h &entry->type); type 451 include/scsi/fc_encode.h &entry->type); type 465 include/scsi/fc_encode.h &entry->type); type 104 include/scsi/iscsi_if.h uint32_t type; /* k/u events type */ type 179 include/scsi/iscsi_if.h enum iscsi_tgt_dscvr type; type 942 include/scsi/libfc.h int fc_fc4_register_provider(enum fc_fh_type type, struct fc4_prov *); type 943 include/scsi/libfc.h void fc_fc4_deregister_provider(enum fc_fh_type type, struct fc4_prov *); type 263 include/scsi/libfcoe.h int fcoe_get_wwn(struct net_device *netdev, u64 *wwn, int type); type 342 include/scsi/libsas.h enum sas_phy_type type; type 393 include/scsi/osd_protocol.h u8 type; /* low 4-bit only */ type 408 include/scsi/osd_protocol.h u8 type; /* lower 4-bits only */ type 658 include/scsi/osd_protocol.h __be16 type; type 354 include/scsi/scsi.h extern const char * scsi_device_type(unsigned type); type 278 include/scsi/scsi_cmnd.h static inline void scsi_set_prot_type(struct scsi_cmnd *scmd, unsigned char type) type 280 include/scsi/scsi_cmnd.h scmd->prot_type = type; type 108 include/scsi/scsi_device.h char type; type 538 include/scsi/scsi_device.h #define MODULE_ALIAS_SCSI_DEVICE(type) \ type 539 include/scsi/scsi_device.h MODULE_ALIAS("scsi:t-" __stringify(type) "*") type 930 include/scsi/scsi_host.h static inline void scsi_host_set_guard(struct Scsi_Host *shost, unsigned char type) type 932 include/scsi/scsi_host.h shost->prot_guard_type = type; type 139 include/scsi/scsi_transport_iscsi.h int (*tgt_dscvr) (struct Scsi_Host *shost, enum iscsi_tgt_dscvr type, type 190 include/scsi/scsi_transport_iscsi.h struct iscsi_transport *transport, uint32_t type, type 608 include/sound/ac97_codec.h int type; /* quirk type above */ type 72 include/sound/ak4xxx-adda.h } type; type 36 include/sound/asequencer.h #define snd_seq_ev_is_result_type(ev) ((ev)->type < 5) type 38 include/sound/asequencer.h #define snd_seq_ev_is_channel_type(ev) ((ev)->type >= 5 && (ev)->type < 20) type 40 include/sound/asequencer.h #define snd_seq_ev_is_note_type(ev) ((ev)->type >= 5 && (ev)->type < 10) type 42 include/sound/asequencer.h #define snd_seq_ev_is_control_type(ev) ((ev)->type >= 10 && (ev)->type < 20) type 44 include/sound/asequencer.h #define snd_seq_ev_is_queue_type(ev) ((ev)->type >= 30 && (ev)->type < 40) type 46 include/sound/asequencer.h #define snd_seq_ev_is_message_type(ev) ((ev)->type >= 60 && (ev)->type < 69) type 48 include/sound/asequencer.h #define snd_seq_ev_is_sample_type(ev) ((ev)->type >= 70 && (ev)->type < 79) type 50 include/sound/asequencer.h #define snd_seq_ev_is_user_type(ev) ((ev)->type >= 90 && (ev)->type < 99) type 52 include/sound/asequencer.h #define snd_seq_ev_is_fixed_type(ev) ((ev)->type < 100) type 54 include/sound/asequencer.h #define snd_seq_ev_is_variable_type(ev) ((ev)->type >= 130 && (ev)->type < 140) type 56 include/sound/asequencer.h #define snd_seq_ev_is_reserved(ev) ((ev)->type >= 150) type 159 include/sound/compress_driver.h int type, struct snd_compr *compr); type 85 include/sound/core.h enum snd_device_type type; /* device type */ type 186 include/sound/core.h int type; /* SNDRV_DEVICE_TYPE_XXX */ type 209 include/sound/core.h int snd_register_device_for_dev(int type, struct snd_card *card, type 233 include/sound/core.h static inline int snd_register_device(int type, struct snd_card *card, int dev, type 238 include/sound/core.h return snd_register_device_for_dev(type, card, dev, f_ops, type 243 include/sound/core.h int snd_unregister_device(int type, struct snd_card *card, int dev); type 244 include/sound/core.h void *snd_lookup_minor_data(unsigned int minor, int type); type 245 include/sound/core.h struct device *snd_get_device(int type, struct snd_card *card, int dev); type 248 include/sound/core.h int snd_register_oss_device(int type, struct snd_card *card, int dev, type 250 include/sound/core.h int snd_unregister_oss_device(int type, struct snd_card *card, int dev); type 251 include/sound/core.h void *snd_lookup_oss_minor_data(unsigned int minor, int type); type 303 include/sound/core.h int snd_device_new(struct snd_card *card, enum snd_device_type type, type 1522 include/sound/emu10k1.h int type; type 1883 include/sound/emu10k1.h int snd_emu10k1_voice_alloc(struct snd_emu10k1 *emu, int type, int pair, struct snd_emu10k1_voice **rvoice); type 65 include/sound/emux_synth.h int (*load_fx)(struct snd_emux *emu, int type, int arg, type 583 include/sound/gus.h struct snd_gus_voice *snd_gf1_alloc_voice(struct snd_gus_card * gus, int type, int client, int port); type 62 include/sound/jack.h int type; type 72 include/sound/jack.h int snd_jack_new(struct snd_card *card, const char *id, int type, type 75 include/sound/jack.h int snd_jack_set_key(struct snd_jack *jack, enum snd_jack_types type, type 82 include/sound/jack.h static inline int snd_jack_new(struct snd_card *card, const char *id, int type, type 33 include/sound/memalloc.h int type; /* SNDRV_DMA_TYPE_XXX */ type 146 include/sound/memalloc.h int snd_dma_alloc_pages(int type, struct device *dev, size_t size, type 148 include/sound/memalloc.h int snd_dma_alloc_pages_fallback(int type, struct device *dev, size_t size, type 107 include/sound/minors.h #define MODULE_ALIAS_SNDRV_MINOR(type) \ type 108 include/sound/minors.h MODULE_ALIAS("sound-service-?-" __stringify(type)) type 273 include/sound/opl3.h unsigned char type; type 381 include/sound/opl3.h int prog, int bank, int type, type 934 include/sound/pcm.h int type, struct device *data, type 937 include/sound/pcm.h int type, void *data, type 346 include/sound/sb.h int snd_sbmixer_add_ctl(struct snd_sb *chip, const char *name, int index, int type, unsigned long value); type 351 include/sound/sb.h int type; type 357 include/sound/sb.h .type = SB_MIX_SINGLE, \ type 362 include/sound/sb.h .type = SB_MIX_DOUBLE, \ type 367 include/sound/sb.h .type = SB_MIX_INPUT_SW, \ type 372 include/sound/sb.h return snd_sbmixer_add_ctl(chip, c->name, 0, c->type, c->private_value); type 105 include/sound/seq_kernel.h int cap, int type, int midi_channels, int midi_voices, char *portname); type 87 include/sound/seq_midi_emul.h void (*control)(void *private_data, int type, struct snd_midi_channel *chan); type 33 include/sound/seq_midi_event.h int type; /* current event type */ type 86 include/sound/seq_oss.h int type; type 453 include/sound/soc.h int snd_soc_jack_new(struct snd_soc_codec *codec, const char *id, int type, type 61 include/sound/soundfont.h short type; /* font type */ type 41 include/sound/tlv.h #define TLV_ITEM(type, ...) \ type 42 include/sound/tlv.h (type), TLV_LENGTH(__VA_ARGS__), __VA_ARGS__ type 116 include/sound/vx_core.h int type; /* VX_TYPE_XXX */ type 157 include/sound/vx_core.h int type; /* VX_TYPE_XXX */ type 342 include/sound/vx_core.h #define vx_has_new_dsp(chip) ((chip)->type != VX_TYPE_BOARD) type 343 include/sound/vx_core.h #define vx_is_pcmcia(chip) ((chip)->type >= VX_TYPE_VXPOCKET) type 9 include/trace/events/9p.h #define show_9p_op(type) \ type 10 include/trace/events/9p.h __print_symbolic(type, \ type 81 include/trace/events/9p.h TP_PROTO(struct p9_client *clnt, int8_t type, int tag), type 83 include/trace/events/9p.h TP_ARGS(clnt, type, tag), type 87 include/trace/events/9p.h __field( __u8, type ) type 93 include/trace/events/9p.h __entry->type = type; type 98 include/trace/events/9p.h (long)__entry->clnt, show_9p_op(__entry->type), type 103 include/trace/events/9p.h TP_PROTO(struct p9_client *clnt, int8_t type, int tag, int err), type 105 include/trace/events/9p.h TP_ARGS(clnt, type, tag, err), type 109 include/trace/events/9p.h __field( __u8, type ) type 116 include/trace/events/9p.h __entry->type = type; type 122 include/trace/events/9p.h (long)__entry->clnt, show_9p_op(__entry->type), type 135 include/trace/events/9p.h __field( __u8, type ) type 142 include/trace/events/9p.h __entry->type = pdu->id; type 147 include/trace/events/9p.h (unsigned long)__entry->clnt, show_9p_op(__entry->type), type 293 include/trace/events/asoc.h TP_PROTO(struct snd_soc_codec *codec, const char *type, type 296 include/trace/events/asoc.h TP_ARGS(codec, type, status), type 301 include/trace/events/asoc.h __string( type, type ) type 308 include/trace/events/asoc.h __assign_str(type, type); type 313 include/trace/events/asoc.h (int)__entry->id, __get_str(type), __get_str(status)) type 28 include/trace/events/btrfs.h #define show_ref_type(type) \ type 29 include/trace/events/btrfs.h __print_symbolic(type, \ type 149 include/trace/events/btrfs.h #define __show_map_type(type) \ type 150 include/trace/events/btrfs.h __print_symbolic_u64(type, \ type 156 include/trace/events/btrfs.h #define show_map_type(type) \ type 157 include/trace/events/btrfs.h type, (type >= EXTENT_MAP_LAST_BYTE) ? "-" : __show_map_type(type) type 465 include/trace/events/btrfs.h __field( int, type ) type 476 include/trace/events/btrfs.h __entry->type = ref->type; type 488 include/trace/events/btrfs.h __entry->level, show_ref_type(__entry->type), type 526 include/trace/events/btrfs.h __field( int, type ) type 538 include/trace/events/btrfs.h __entry->type = ref->type; type 552 include/trace/events/btrfs.h show_ref_type(__entry->type), type 621 include/trace/events/btrfs.h #define show_chunk_type(type) \ type 622 include/trace/events/btrfs.h __print_flags(type, "|", \ type 642 include/trace/events/btrfs.h __field( u64, type ) type 651 include/trace/events/btrfs.h __entry->type = map->type; type 664 include/trace/events/btrfs.h show_chunk_type(__entry->type)) type 720 include/trace/events/btrfs.h TP_PROTO(struct btrfs_fs_info *fs_info, char *type, u64 val, type 723 include/trace/events/btrfs.h TP_ARGS(fs_info, type, val, bytes, reserve), type 727 include/trace/events/btrfs.h __string( type, type ) type 735 include/trace/events/btrfs.h __assign_str(type, type); type 741 include/trace/events/btrfs.h TP_printk("%pU: %s: %Lu %s %Lu", __entry->fsid, __get_str(type), type 1120 include/trace/events/btrfs.h #define show_oper_type(type) \ type 1121 include/trace/events/btrfs.h __print_symbolic(type, \ type 1138 include/trace/events/btrfs.h __field( int, type ) type 1147 include/trace/events/btrfs.h __entry->type = oper->type; type 1158 include/trace/events/btrfs.h show_oper_type(__entry->type)) type 12 include/trace/events/f2fs.h #define show_block_type(type) \ type 13 include/trace/events/f2fs.h __print_symbolic(type, \ type 22 include/trace/events/f2fs.h #define show_bio_type(type) show_bio_base(type), show_bio_extra(type) type 24 include/trace/events/f2fs.h #define show_bio_base(type) \ type 25 include/trace/events/f2fs.h __print_symbolic(F2FS_BIO_MASK(type), \ type 35 include/trace/events/f2fs.h #define show_bio_extra(type) \ type 36 include/trace/events/f2fs.h __print_symbolic(F2FS_BIO_EXTRA_MASK(type), \ type 42 include/trace/events/f2fs.h #define show_data_type(type) \ type 43 include/trace/events/f2fs.h __print_symbolic(type, \ type 52 include/trace/events/f2fs.h #define show_file_type(type) \ type 53 include/trace/events/f2fs.h __print_symbolic(type, \ type 57 include/trace/events/f2fs.h #define show_gc_type(type) \ type 58 include/trace/events/f2fs.h __print_symbolic(type, \ type 62 include/trace/events/f2fs.h #define show_alloc_mode(type) \ type 63 include/trace/events/f2fs.h __print_symbolic(type, \ type 67 include/trace/events/f2fs.h #define show_victim_policy(type) \ type 68 include/trace/events/f2fs.h __print_symbolic(type, \ type 72 include/trace/events/f2fs.h #define show_cpreason(type) \ type 73 include/trace/events/f2fs.h __print_symbolic(type, \ type 445 include/trace/events/f2fs.h TP_PROTO(struct page *page, sector_t blkaddr, int type), type 447 include/trace/events/f2fs.h TP_ARGS(page, blkaddr, type), type 456 include/trace/events/f2fs.h __field(int, type) type 464 include/trace/events/f2fs.h __entry->type = type; type 472 include/trace/events/f2fs.h show_bio_type(__entry->type)) type 510 include/trace/events/f2fs.h TP_PROTO(struct super_block *sb, int type, int gc_type, type 514 include/trace/events/f2fs.h TP_ARGS(sb, type, gc_type, p, pre_victim, prefree, free), type 518 include/trace/events/f2fs.h __field(int, type) type 531 include/trace/events/f2fs.h __entry->type = type; type 545 include/trace/events/f2fs.h show_data_type(__entry->type), type 685 include/trace/events/f2fs.h TP_PROTO(struct super_block *sb, int rw, int type, struct bio *bio), type 687 include/trace/events/f2fs.h TP_ARGS(sb, rw, type, bio), type 692 include/trace/events/f2fs.h __field(int, type) type 700 include/trace/events/f2fs.h __entry->type = type; type 708 include/trace/events/f2fs.h show_block_type(__entry->type), type 715 include/trace/events/f2fs.h TP_PROTO(struct super_block *sb, int rw, int type, struct bio *bio), type 717 include/trace/events/f2fs.h TP_ARGS(sb, rw, type, bio), type 724 include/trace/events/f2fs.h TP_PROTO(struct super_block *sb, int rw, int type, struct bio *bio), type 726 include/trace/events/f2fs.h TP_ARGS(sb, rw, type, bio), type 793 include/trace/events/f2fs.h TP_PROTO(struct page *page, int type), type 795 include/trace/events/f2fs.h TP_ARGS(page, type), type 800 include/trace/events/f2fs.h __field(int, type) type 810 include/trace/events/f2fs.h __entry->type = type; type 820 include/trace/events/f2fs.h show_block_type(__entry->type), type 829 include/trace/events/f2fs.h TP_PROTO(struct page *page, int type), type 831 include/trace/events/f2fs.h TP_ARGS(page, type) type 836 include/trace/events/f2fs.h TP_PROTO(struct page *page, int type), type 838 include/trace/events/f2fs.h TP_ARGS(page, type) type 843 include/trace/events/f2fs.h TP_PROTO(struct page *page, int type), type 845 include/trace/events/f2fs.h TP_ARGS(page, type) type 850 include/trace/events/f2fs.h TP_PROTO(struct page *page, int type), type 852 include/trace/events/f2fs.h TP_ARGS(page, type) type 857 include/trace/events/f2fs.h TP_PROTO(struct inode *inode, struct writeback_control *wbc, int type), type 859 include/trace/events/f2fs.h TP_ARGS(inode, wbc, type), type 864 include/trace/events/f2fs.h __field(int, type) type 883 include/trace/events/f2fs.h __entry->type = type; type 903 include/trace/events/f2fs.h show_block_type(__entry->type), type 921 include/trace/events/f2fs.h TP_PROTO(struct page *page, int rw, int type, block_t blk_addr), type 923 include/trace/events/f2fs.h TP_ARGS(page, rw, type, blk_addr), type 929 include/trace/events/f2fs.h __field(int, type) type 938 include/trace/events/f2fs.h __entry->type = type; type 946 include/trace/events/f2fs.h show_block_type(__entry->type), type 136 include/trace/events/jbd2.h TP_PROTO(dev_t dev, unsigned long tid, unsigned int type, type 139 include/trace/events/jbd2.h TP_ARGS(dev, tid, type, line_no, requested_blocks), type 144 include/trace/events/jbd2.h __field( unsigned int, type ) type 152 include/trace/events/jbd2.h __entry->type = type; type 160 include/trace/events/jbd2.h __entry->type, __entry->line_no, __entry->requested_blocks) type 164 include/trace/events/jbd2.h TP_PROTO(dev_t dev, unsigned long tid, unsigned int type, type 168 include/trace/events/jbd2.h TP_ARGS(dev, tid, type, line_no, buffer_credits, requested_blocks), type 173 include/trace/events/jbd2.h __field( unsigned int, type ) type 182 include/trace/events/jbd2.h __entry->type = type; type 191 include/trace/events/jbd2.h __entry->type, __entry->line_no, __entry->buffer_credits, type 196 include/trace/events/jbd2.h TP_PROTO(dev_t dev, unsigned long tid, unsigned int type, type 200 include/trace/events/jbd2.h TP_ARGS(dev, tid, type, line_no, interval, sync, type 206 include/trace/events/jbd2.h __field( unsigned int, type ) type 217 include/trace/events/jbd2.h __entry->type = type; type 228 include/trace/events/jbd2.h __entry->type, __entry->line_no, __entry->interval, type 186 include/trace/events/kvm.h TP_PROTO(int type, int len, u64 gpa, u64 val), type 187 include/trace/events/kvm.h TP_ARGS(type, len, gpa, val), type 190 include/trace/events/kvm.h __field( u32, type ) type 197 include/trace/events/kvm.h __entry->type = type; type 204 include/trace/events/kvm.h __print_symbolic(__entry->type, kvm_trace_symbol_mmio), type 422 include/trace/events/power.h TP_PROTO(const char *name, enum dev_pm_qos_req_type type, type 425 include/trace/events/power.h TP_ARGS(name, type, new_value), type 429 include/trace/events/power.h __field( enum dev_pm_qos_req_type, type ) type 435 include/trace/events/power.h __entry->type = type; type 441 include/trace/events/power.h __print_symbolic(__entry->type, type 449 include/trace/events/power.h TP_PROTO(const char *name, enum dev_pm_qos_req_type type, type 452 include/trace/events/power.h TP_ARGS(name, type, new_value) type 457 include/trace/events/power.h TP_PROTO(const char *name, enum dev_pm_qos_req_type type, type 460 include/trace/events/power.h TP_ARGS(name, type, new_value) type 465 include/trace/events/power.h TP_PROTO(const char *name, enum dev_pm_qos_req_type type, type 468 include/trace/events/power.h TP_ARGS(name, type, new_value) type 120 include/trace/events/regmap.h TP_PROTO(struct device *dev, const char *type, type 123 include/trace/events/regmap.h TP_ARGS(dev, type, status), type 128 include/trace/events/regmap.h __string( type, type ) type 129 include/trace/events/regmap.h __field( int, type ) type 135 include/trace/events/regmap.h __assign_str(type, type); type 139 include/trace/events/regmap.h __get_str(type), __get_str(status)) type 17 include/trace/events/thermal.h __string(thermal_zone, tz->type) type 24 include/trace/events/thermal.h __assign_str(thermal_zone, tz->type); type 42 include/trace/events/thermal.h __string(type, cdev->type) type 47 include/trace/events/thermal.h __assign_str(type, cdev->type); type 51 include/trace/events/thermal.h TP_printk("type=%s target=%lu", __get_str(type), __entry->target) type 62 include/trace/events/thermal.h __string(thermal_zone, tz->type) type 69 include/trace/events/thermal.h __assign_str(thermal_zone, tz->type); type 9 include/trace/events/v4l2.h #define show_type(type) \ type 10 include/trace/events/v4l2.h __print_symbolic(type, \ type 37 include/trace/events/v4l2.h #define show_timecode_type(type) \ type 38 include/trace/events/v4l2.h __print_symbolic(type, \ type 79 include/trace/events/v4l2.h __field(u32, type) \ type 100 include/trace/events/v4l2.h __entry->type = buf->type; \ type 106 include/trace/events/v4l2.h __entry->timecode_type = buf->timecode.type; \ type 133 include/trace/events/v4l2.h __entry->index, show_type(__entry->type), \ type 481 include/trace/events/xen.h TP_PROTO(struct desc_struct *dt, int entrynum, const void *desc, int type), type 482 include/trace/events/xen.h TP_ARGS(dt, entrynum, desc, type), type 487 include/trace/events/xen.h __field(int, type) type 492 include/trace/events/xen.h __entry->type = type; type 495 include/trace/events/xen.h __entry->dt, __entry->entrynum, __entry->type, type 42 include/trace/ftrace.h #define __field(type, item) type item; type 45 include/trace/ftrace.h #define __field_ext(type, item, filter_type) type item; type 48 include/trace/ftrace.h #define __field_struct(type, item) type item; type 51 include/trace/ftrace.h #define __field_struct_ext(type, item, filter_type) type item; type 54 include/trace/ftrace.h #define __array(type, item, len) type item[len]; type 57 include/trace/ftrace.h #define __dynamic_array(type, item, len) u32 __data_loc_##item; type 126 include/trace/ftrace.h #define __field(type, item) type 129 include/trace/ftrace.h #define __field_ext(type, item, filter_type) type 132 include/trace/ftrace.h #define __field_struct(type, item) type 135 include/trace/ftrace.h #define __field_struct_ext(type, item, filter_type) type 138 include/trace/ftrace.h #define __array(type, item, len) type 141 include/trace/ftrace.h #define __dynamic_array(type, item, len) u32 item; type 305 include/trace/ftrace.h if (entry->type != event_##call.event.type) { \ type 322 include/trace/ftrace.h #define __field_ext(type, item, filter_type) \ type 323 include/trace/ftrace.h ret = trace_define_field(event_call, #type, #item, \ type 326 include/trace/ftrace.h is_signed_type(type), filter_type); \ type 331 include/trace/ftrace.h #define __field_struct_ext(type, item, filter_type) \ type 332 include/trace/ftrace.h ret = trace_define_field(event_call, #type, #item, \ type 340 include/trace/ftrace.h #define __field(type, item) __field_ext(type, item, FILTER_OTHER) type 343 include/trace/ftrace.h #define __field_struct(type, item) __field_struct_ext(type, item, FILTER_OTHER) type 346 include/trace/ftrace.h #define __array(type, item, len) \ type 348 include/trace/ftrace.h char *type_str = #type"["__stringify(len)"]"; \ type 353 include/trace/ftrace.h is_signed_type(type), FILTER_OTHER); \ type 359 include/trace/ftrace.h #define __dynamic_array(type, item, len) \ type 360 include/trace/ftrace.h ret = trace_define_field(event_call, "__data_loc " #type "[]", #item, \ type 363 include/trace/ftrace.h is_signed_type(type), FILTER_OTHER); type 401 include/trace/ftrace.h #define __field(type, item) type 404 include/trace/ftrace.h #define __field_ext(type, item, filter_type) type 407 include/trace/ftrace.h #define __field_struct(type, item) type 410 include/trace/ftrace.h #define __field_struct_ext(type, item, filter_type) type 413 include/trace/ftrace.h #define __array(type, item, len) type 416 include/trace/ftrace.h #define __dynamic_array(type, item, len) \ type 417 include/trace/ftrace.h __item_length = (len) * sizeof(type); \ type 581 include/trace/ftrace.h #define __field(type, item) type 584 include/trace/ftrace.h #define __field_struct(type, item) type 587 include/trace/ftrace.h #define __array(type, item, len) type 590 include/trace/ftrace.h #define __dynamic_array(type, item, len) \ type 789 include/trace/ftrace.h event_call->event.type, &__regs, &rctx); \ type 156 include/uapi/asm-generic/fcntl.h int type; type 65 include/uapi/asm-generic/ioctl.h #define _IOC(dir,type,nr,size) \ type 67 include/uapi/asm-generic/ioctl.h ((type) << _IOC_TYPESHIFT) | \ type 76 include/uapi/asm-generic/ioctl.h #define _IO(type,nr) _IOC(_IOC_NONE,(type),(nr),0) type 77 include/uapi/asm-generic/ioctl.h #define _IOR(type,nr,size) _IOC(_IOC_READ,(type),(nr),(_IOC_TYPECHECK(size))) type 78 include/uapi/asm-generic/ioctl.h #define _IOW(type,nr,size) _IOC(_IOC_WRITE,(type),(nr),(_IOC_TYPECHECK(size))) type 79 include/uapi/asm-generic/ioctl.h #define _IOWR(type,nr,size) _IOC(_IOC_READ|_IOC_WRITE,(type),(nr),(_IOC_TYPECHECK(size))) type 80 include/uapi/asm-generic/ioctl.h #define _IOR_BAD(type,nr,size) _IOC(_IOC_READ,(type),(nr),sizeof(size)) type 81 include/uapi/asm-generic/ioctl.h #define _IOW_BAD(type,nr,size) _IOC(_IOC_WRITE,(type),(nr),sizeof(size)) type 82 include/uapi/asm-generic/ioctl.h #define _IOWR_BAD(type,nr,size) _IOC(_IOC_READ|_IOC_WRITE,(type),(nr),sizeof(size)) type 214 include/uapi/drm/drm.h enum drm_map_type type; /**< Type of memory to map */ type 261 include/uapi/drm/drm.h enum drm_stat_type type; type 438 include/uapi/drm/drm.h unsigned int type; type 480 include/uapi/drm/drm.h enum drm_vblank_seq_type type; type 486 include/uapi/drm/drm.h enum drm_vblank_seq_type type; type 532 include/uapi/drm/drm.h unsigned long type; /**< Type of memory to allocate */ type 678 include/uapi/drm/drm.h #define DRM_IOR(nr,type) _IOR(DRM_IOCTL_BASE,nr,type) type 679 include/uapi/drm/drm.h #define DRM_IOW(nr,type) _IOW(DRM_IOCTL_BASE,nr,type) type 680 include/uapi/drm/drm.h #define DRM_IOWR(nr,type) _IOWR(DRM_IOCTL_BASE,nr,type) type 805 include/uapi/drm/drm.h __u32 type; type 114 include/uapi/drm/drm_mode.h __u32 type; type 142 include/uapi/drm/msm_drm.h uint32_t type; /* in, one of MSM_SUBMIT_CMD_x */ type 82 include/uapi/drm/qxl_drm.h uint32_t type; type 130 include/uapi/drm/via_drm.h __u32 type; type 240 include/uapi/drm/via_drm.h via_irq_seq_type_t type; type 47 include/uapi/linux/a.out.h #define N_SET_INFO(exec, magic, type, flags) \ type 49 include/uapi/linux/a.out.h | (((int)(type) & 0xff) << 16) \ type 94 include/uapi/linux/agpgart.h __u32 type; /* 0 == normal, other devspec */ type 17 include/uapi/linux/atm_he.h char type; type 36 include/uapi/linux/atm_tcp.h int type; /* message type; both directions */ type 36 include/uapi/linux/atmarp.h enum atmarp_ctrl_type type; /* message type */ type 59 include/uapi/linux/atmlec.h atmlec_msg_type type; type 18 include/uapi/linux/atmmpc.h int type; /* ingress or egress */ type 52 include/uapi/linux/atmmpc.h __u16 type; type 69 include/uapi/linux/atmmpc.h __u8 type[2]; /* Ether type (for IP) (0x0800) */ type 23 include/uapi/linux/atmsvc.h enum atmsvc_msg_type type; type 49 include/uapi/linux/auto_fs.h int type; /* Type of packet */ type 38 include/uapi/linux/auto_fs4.h static inline void set_autofs_type_indirect(unsigned int *type) type 40 include/uapi/linux/auto_fs4.h *type = AUTOFS_TYPE_INDIRECT; type 44 include/uapi/linux/auto_fs4.h static inline unsigned int autofs_type_indirect(unsigned int type) type 46 include/uapi/linux/auto_fs4.h return (type == AUTOFS_TYPE_INDIRECT); type 49 include/uapi/linux/auto_fs4.h static inline void set_autofs_type_direct(unsigned int *type) type 51 include/uapi/linux/auto_fs4.h *type = AUTOFS_TYPE_DIRECT; type 55 include/uapi/linux/auto_fs4.h static inline unsigned int autofs_type_direct(unsigned int type) type 57 include/uapi/linux/auto_fs4.h return (type == AUTOFS_TYPE_DIRECT); type 60 include/uapi/linux/auto_fs4.h static inline void set_autofs_type_offset(unsigned int *type) type 62 include/uapi/linux/auto_fs4.h *type = AUTOFS_TYPE_OFFSET; type 66 include/uapi/linux/auto_fs4.h static inline unsigned int autofs_type_offset(unsigned int type) type 68 include/uapi/linux/auto_fs4.h return (type == AUTOFS_TYPE_OFFSET); type 71 include/uapi/linux/auto_fs4.h static inline unsigned int autofs_type_trigger(unsigned int type) type 73 include/uapi/linux/auto_fs4.h return (type == AUTOFS_TYPE_DIRECT || type == AUTOFS_TYPE_OFFSET); type 81 include/uapi/linux/auto_fs4.h static inline void set_autofs_type_any(unsigned int *type) type 83 include/uapi/linux/auto_fs4.h *type = AUTOFS_TYPE_ANY; type 87 include/uapi/linux/auto_fs4.h static inline unsigned int autofs_type_any(unsigned int type) type 89 include/uapi/linux/auto_fs4.h return (type == AUTOFS_TYPE_ANY); type 10 include/uapi/linux/bcache.h #define BITMASK(name, type, field, offset, size) \ type 11 include/uapi/linux/bcache.h static inline __u64 name(const type *k) \ type 14 include/uapi/linux/bcache.h static inline void SET_##name(type *k, __u64 v) \ type 295 include/uapi/linux/btrfs.h __u32 type; type 145 include/uapi/linux/caif/caif_socket.h __u8 type; /* type: enum caif_at_type */ type 159 include/uapi/linux/caif/caif_socket.h __u8 type; /* type:enum caif_debug_type */ type 545 include/uapi/linux/cdrom.h __u8 type; type 551 include/uapi/linux/cdrom.h __u8 type; type 559 include/uapi/linux/cdrom.h __u8 type; type 566 include/uapi/linux/cdrom.h __u8 type; type 573 include/uapi/linux/cdrom.h __u8 type; type 581 include/uapi/linux/cdrom.h __u8 type; type 617 include/uapi/linux/cdrom.h __u8 type; type 622 include/uapi/linux/cdrom.h __u8 type; type 629 include/uapi/linux/cdrom.h __u8 type; type 636 include/uapi/linux/cdrom.h __u8 type; type 653 include/uapi/linux/cdrom.h __u8 type; type 664 include/uapi/linux/cdrom.h __u8 type; type 671 include/uapi/linux/cdrom.h __u8 type; type 676 include/uapi/linux/cdrom.h __u8 type : 2; type 684 include/uapi/linux/cdrom.h __u8 type; type 117 include/uapi/linux/dccp.h static inline unsigned int dccp_packet_hdr_len(const __u8 type) type 119 include/uapi/linux/dccp.h if (type == DCCP_PKT_DATA) type 121 include/uapi/linux/dccp.h if (type == DCCP_PKT_DATAACK || type 122 include/uapi/linux/dccp.h type == DCCP_PKT_ACK || type 123 include/uapi/linux/dccp.h type == DCCP_PKT_SYNC || type 124 include/uapi/linux/dccp.h type == DCCP_PKT_SYNCACK || type 125 include/uapi/linux/dccp.h type == DCCP_PKT_CLOSE || type 126 include/uapi/linux/dccp.h type == DCCP_PKT_CLOSEREQ) type 128 include/uapi/linux/dccp.h if (type == DCCP_PKT_REQUEST) type 130 include/uapi/linux/dccp.h if (type == DCCP_PKT_RESPONSE) type 32 include/uapi/linux/dvb/ca.h int type; /* CA interface this slot supports */ type 49 include/uapi/linux/dvb/ca.h unsigned int type; /* type of supported scrambling system */ type 65 include/uapi/linux/dvb/ca.h unsigned int type; type 76 include/uapi/linux/dvb/frontend.h fe_type_t type; /* DEPRECATED. Use DTV_ENUM_DELSYS instead */ type 133 include/uapi/linux/dvb/video.h __s32 type; type 328 include/uapi/linux/ethtool.h __u32 type; type 161 include/uapi/linux/fb.h __u32 type; /* see FB_TYPE_* */ type 63 include/uapi/linux/firewire-cdev.h __u32 type; type 87 include/uapi/linux/firewire-cdev.h __u32 type; type 118 include/uapi/linux/firewire-cdev.h __u32 type; type 134 include/uapi/linux/firewire-cdev.h __u32 type; type 193 include/uapi/linux/firewire-cdev.h __u32 type; type 259 include/uapi/linux/firewire-cdev.h __u32 type; type 298 include/uapi/linux/firewire-cdev.h __u32 type; type 325 include/uapi/linux/firewire-cdev.h __u32 type; type 349 include/uapi/linux/firewire-cdev.h __u32 type; type 605 include/uapi/linux/firewire-cdev.h __u32 type; type 697 include/uapi/linux/firewire-cdev.h __u32 type; type 183 include/uapi/linux/fuse.h uint32_t type; type 694 include/uapi/linux/fuse.h uint32_t type; type 54 include/uapi/linux/hiddev.h __u32 type; type 69 include/uapi/linux/icmp.h __u8 type; type 180 include/uapi/linux/if.h unsigned int type; /* Type of physical device or protocol */ type 138 include/uapi/linux/if_pppox.h __u8 type : 4; type 142 include/uapi/linux/if_pppox.h __u8 type : 4; type 31 include/uapi/linux/igmp.h __u8 type; type 54 include/uapi/linux/igmp.h __u8 type; type 63 include/uapi/linux/igmp.h __u8 type; type 26 include/uapi/linux/input.h __u16 type; type 1144 include/uapi/linux/input.h __u16 type; type 45 include/uapi/linux/ipv6.h __u8 type; type 78 include/uapi/linux/ipv6.h #define rt0_type rt_hdr.type type 90 include/uapi/linux/ipv6.h #define rt2_type rt_hdr.type type 98 include/uapi/linux/ipv6.h __u8 type; type 15 include/uapi/linux/iso_fs.h char type[ISODCL(1,1)]; /* 711 */ type 29 include/uapi/linux/iso_fs.h char type [ISODCL ( 1, 1)]; /* 711 */ type 66 include/uapi/linux/iso_fs.h char type [ISODCL ( 1, 1)]; /* 711 */ type 106 include/uapi/linux/iso_fs.h char type [ISODCL ( 9, 9)]; /* 711 */ type 115 include/uapi/linux/iso_fs.h char type [ISODCL ( 9, 9)]; /* 711 */ type 50 include/uapi/linux/ivtv.h enum v4l2_buf_type type; /* V4L2_BUF_TYPE_VIDEO_OUTPUT */ type 127 include/uapi/linux/jffs2.h __u8 type; type 50 include/uapi/linux/joystick.h __u8 type; /* event type */ type 82 include/uapi/linux/joystick.h __u16 type; type 309 include/uapi/linux/kvm.h __u32 type; type 449 include/uapi/linux/kvm.h __u32 type; type 504 include/uapi/linux/kvm.h __u64 type; type 794 include/uapi/linux/kvm.h __u32 type; type 934 include/uapi/linux/kvm.h __u32 type; /* in: KVM_DEV_TYPE_xxx */ type 67 include/uapi/linux/media.h __u32 type; type 41 include/uapi/linux/mic_common.h __s8 type; type 63 include/uapi/linux/nbd.h __be32 type; /* == READ || == WRITE */ type 23 include/uapi/linux/ncp.h __u16 type; type 37 include/uapi/linux/ncp.h __u16 type; type 25 include/uapi/linux/net_dropmon.h __u32 type; type 46 include/uapi/linux/netfilter/nfnetlink_compat.h #define NFA_NEST(skb, type) \ type 48 include/uapi/linux/netfilter/nfnetlink_compat.h NFA_PUT(skb, (NFNL_NFA_NEST | type), 0, NULL); \ type 128 include/uapi/linux/netfilter/x_tables.h #define XT_MATCH_ITERATE(type, e, fn, args...) \ type 134 include/uapi/linux/netfilter/x_tables.h for (__i = sizeof(type); \ type 147 include/uapi/linux/netfilter/x_tables.h #define XT_ENTRY_ITERATE_CONTINUE(type, entries, size, n, fn, args...) \ type 151 include/uapi/linux/netfilter/x_tables.h type *__entry; \ type 167 include/uapi/linux/netfilter/x_tables.h #define XT_ENTRY_ITERATE(type, entries, size, fn, args...) \ type 168 include/uapi/linux/netfilter/x_tables.h XT_ENTRY_ITERATE_CONTINUE(type, entries, size, 0, fn, args) type 27 include/uapi/linux/netfilter/xt_AUDIT.h __u8 type; /* XT_AUDIT_TYPE_* */ type 16 include/uapi/linux/netfilter/xt_l2tp.h __u8 type; /* L2TP packet type */ type 38 include/uapi/linux/netfilter/xt_sctp.h #define bytes(type) (sizeof(type) * 8) type 40 include/uapi/linux/netfilter/xt_sctp.h #define SCTP_CHUNKMAP_SET(chunkmap, type) \ type 42 include/uapi/linux/netfilter/xt_sctp.h (chunkmap)[type / bytes(__u32)] |= \ type 43 include/uapi/linux/netfilter/xt_sctp.h 1 << (type % bytes(__u32)); \ type 46 include/uapi/linux/netfilter/xt_sctp.h #define SCTP_CHUNKMAP_CLEAR(chunkmap, type) \ type 48 include/uapi/linux/netfilter/xt_sctp.h (chunkmap)[type / bytes(__u32)] &= \ type 49 include/uapi/linux/netfilter/xt_sctp.h ~(1 << (type % bytes(__u32))); \ type 52 include/uapi/linux/netfilter/xt_sctp.h #define SCTP_CHUNKMAP_IS_SET(chunkmap, type) \ type 54 include/uapi/linux/netfilter/xt_sctp.h ((chunkmap)[type / bytes (__u32)] & \ type 55 include/uapi/linux/netfilter/xt_sctp.h (1 << (type % bytes (__u32)))) ? 1: 0; \ type 34 include/uapi/linux/netfilter_bridge/ebt_802_3.h __be16 type; type 42 include/uapi/linux/netfilter_bridge/ebt_802_3.h __be16 type; type 58 include/uapi/linux/netfilter_bridge/ebt_802_3.h __be16 type; type 40 include/uapi/linux/netfilter_bridge/ebt_stp.h __u8 type; type 146 include/uapi/linux/netfilter_ipv4/ip_tables.h __u8 type; /* type to match */ type 186 include/uapi/linux/netfilter_ipv6/ip6_tables.h __u8 type; /* type to match */ type 25 include/uapi/linux/netrom.h int type; type 232 include/uapi/linux/nubus.h unsigned char type; type 165 include/uapi/linux/nvme.h __u8 type; type 150 include/uapi/linux/omapfb.h __u8 type; type 250 include/uapi/linux/perf_event.h __u32 type; type 523 include/uapi/linux/perf_event.h __u32 type; type 747 include/uapi/linux/pkt_sched.h __u32 type; type 62 include/uapi/linux/quota.h #define QCMD(cmd, type) (((cmd) << SUBCMDSHIFT) | ((type) & SUBCMDMASK)) type 83 include/uapi/linux/rfkill.h __u8 type; type 413 include/uapi/linux/rtnetlink.h __u8 type; type 19 include/uapi/linux/serial.h int type; type 75 include/uapi/linux/som.h unsigned int type :16; /* Header type */ type 192 include/uapi/linux/telephony.h phone_codec type; type 53 include/uapi/linux/tipc.h __u32 type; type 58 include/uapi/linux/tipc.h __u32 type; type 214 include/uapi/linux/tipc_config.h __be32 type; /* {t,l,u} info ignored if high bit of "depth" is set */ type 275 include/uapi/linux/tipc_config.h static inline int TLV_SET(void *tlv, __u16 type, void *data, __u16 len) type 282 include/uapi/linux/tipc_config.h tlv_ptr->tlv_type = htons(type); type 150 include/uapi/linux/uhid.h __u16 type; type 180 include/uapi/linux/uhid.h __u32 type; type 239 include/uapi/linux/usb/functionfs.h __u8 type; type 60 include/uapi/linux/usb/gadgetfs.h enum usb_gadgetfs_event_type type; type 97 include/uapi/linux/usbdevice_fs.h unsigned char type; type 39 include/uapi/linux/v4l2-dv-timings.h .type = V4L2_DV_BT_656_1120, \ type 48 include/uapi/linux/v4l2-dv-timings.h .type = V4L2_DV_BT_656_1120, \ type 55 include/uapi/linux/v4l2-dv-timings.h .type = V4L2_DV_BT_656_1120, \ type 64 include/uapi/linux/v4l2-dv-timings.h .type = V4L2_DV_BT_656_1120, \ type 71 include/uapi/linux/v4l2-dv-timings.h .type = V4L2_DV_BT_656_1120, \ type 78 include/uapi/linux/v4l2-dv-timings.h .type = V4L2_DV_BT_656_1120, \ type 87 include/uapi/linux/v4l2-dv-timings.h .type = V4L2_DV_BT_656_1120, \ type 95 include/uapi/linux/v4l2-dv-timings.h .type = V4L2_DV_BT_656_1120, \ type 103 include/uapi/linux/v4l2-dv-timings.h .type = V4L2_DV_BT_656_1120, \ type 111 include/uapi/linux/v4l2-dv-timings.h .type = V4L2_DV_BT_656_1120, \ type 119 include/uapi/linux/v4l2-dv-timings.h .type = V4L2_DV_BT_656_1120, \ type 127 include/uapi/linux/v4l2-dv-timings.h .type = V4L2_DV_BT_656_1120, \ type 135 include/uapi/linux/v4l2-dv-timings.h .type = V4L2_DV_BT_656_1120, \ type 143 include/uapi/linux/v4l2-dv-timings.h .type = V4L2_DV_BT_656_1120, \ type 151 include/uapi/linux/v4l2-dv-timings.h .type = V4L2_DV_BT_656_1120, \ type 159 include/uapi/linux/v4l2-dv-timings.h .type = V4L2_DV_BT_656_1120, \ type 168 include/uapi/linux/v4l2-dv-timings.h .type = V4L2_DV_BT_656_1120, \ type 177 include/uapi/linux/v4l2-dv-timings.h .type = V4L2_DV_BT_656_1120, \ type 184 include/uapi/linux/v4l2-dv-timings.h .type = V4L2_DV_BT_656_1120, \ type 191 include/uapi/linux/v4l2-dv-timings.h .type = V4L2_DV_BT_656_1120, \ type 198 include/uapi/linux/v4l2-dv-timings.h .type = V4L2_DV_BT_656_1120, \ type 205 include/uapi/linux/v4l2-dv-timings.h .type = V4L2_DV_BT_656_1120, \ type 212 include/uapi/linux/v4l2-dv-timings.h .type = V4L2_DV_BT_656_1120, \ type 219 include/uapi/linux/v4l2-dv-timings.h .type = V4L2_DV_BT_656_1120, \ type 226 include/uapi/linux/v4l2-dv-timings.h .type = V4L2_DV_BT_656_1120, \ type 233 include/uapi/linux/v4l2-dv-timings.h .type = V4L2_DV_BT_656_1120, \ type 240 include/uapi/linux/v4l2-dv-timings.h .type = V4L2_DV_BT_656_1120, \ type 250 include/uapi/linux/v4l2-dv-timings.h .type = V4L2_DV_BT_656_1120, \ type 257 include/uapi/linux/v4l2-dv-timings.h .type = V4L2_DV_BT_656_1120, \ type 264 include/uapi/linux/v4l2-dv-timings.h .type = V4L2_DV_BT_656_1120, \ type 274 include/uapi/linux/v4l2-dv-timings.h .type = V4L2_DV_BT_656_1120, \ type 281 include/uapi/linux/v4l2-dv-timings.h .type = V4L2_DV_BT_656_1120, \ type 288 include/uapi/linux/v4l2-dv-timings.h .type = V4L2_DV_BT_656_1120, \ type 296 include/uapi/linux/v4l2-dv-timings.h .type = V4L2_DV_BT_656_1120, \ type 304 include/uapi/linux/v4l2-dv-timings.h .type = V4L2_DV_BT_656_1120, \ type 312 include/uapi/linux/v4l2-dv-timings.h .type = V4L2_DV_BT_656_1120, \ type 320 include/uapi/linux/v4l2-dv-timings.h .type = V4L2_DV_BT_656_1120, \ type 328 include/uapi/linux/v4l2-dv-timings.h .type = V4L2_DV_BT_656_1120, \ type 336 include/uapi/linux/v4l2-dv-timings.h .type = V4L2_DV_BT_656_1120, \ type 344 include/uapi/linux/v4l2-dv-timings.h .type = V4L2_DV_BT_656_1120, \ type 352 include/uapi/linux/v4l2-dv-timings.h .type = V4L2_DV_BT_656_1120, \ type 361 include/uapi/linux/v4l2-dv-timings.h .type = V4L2_DV_BT_656_1120, \ type 368 include/uapi/linux/v4l2-dv-timings.h .type = V4L2_DV_BT_656_1120, \ type 375 include/uapi/linux/v4l2-dv-timings.h .type = V4L2_DV_BT_656_1120, \ type 383 include/uapi/linux/v4l2-dv-timings.h .type = V4L2_DV_BT_656_1120, \ type 391 include/uapi/linux/v4l2-dv-timings.h .type = V4L2_DV_BT_656_1120, \ type 400 include/uapi/linux/v4l2-dv-timings.h .type = V4L2_DV_BT_656_1120, \ type 411 include/uapi/linux/v4l2-dv-timings.h .type = V4L2_DV_BT_656_1120, \ type 419 include/uapi/linux/v4l2-dv-timings.h .type = V4L2_DV_BT_656_1120, \ type 426 include/uapi/linux/v4l2-dv-timings.h .type = V4L2_DV_BT_656_1120, \ type 433 include/uapi/linux/v4l2-dv-timings.h .type = V4L2_DV_BT_656_1120, \ type 440 include/uapi/linux/v4l2-dv-timings.h .type = V4L2_DV_BT_656_1120, \ type 448 include/uapi/linux/v4l2-dv-timings.h .type = V4L2_DV_BT_656_1120, \ type 456 include/uapi/linux/v4l2-dv-timings.h .type = V4L2_DV_BT_656_1120, \ type 463 include/uapi/linux/v4l2-dv-timings.h .type = V4L2_DV_BT_656_1120, \ type 470 include/uapi/linux/v4l2-dv-timings.h .type = V4L2_DV_BT_656_1120, \ type 477 include/uapi/linux/v4l2-dv-timings.h .type = V4L2_DV_BT_656_1120, \ type 485 include/uapi/linux/v4l2-dv-timings.h .type = V4L2_DV_BT_656_1120, \ type 493 include/uapi/linux/v4l2-dv-timings.h .type = V4L2_DV_BT_656_1120, \ type 501 include/uapi/linux/v4l2-dv-timings.h .type = V4L2_DV_BT_656_1120, \ type 510 include/uapi/linux/v4l2-dv-timings.h .type = V4L2_DV_BT_656_1120, \ type 518 include/uapi/linux/v4l2-dv-timings.h .type = V4L2_DV_BT_656_1120, \ type 526 include/uapi/linux/v4l2-dv-timings.h .type = V4L2_DV_BT_656_1120, \ type 534 include/uapi/linux/v4l2-dv-timings.h .type = V4L2_DV_BT_656_1120, \ type 542 include/uapi/linux/v4l2-dv-timings.h .type = V4L2_DV_BT_656_1120, \ type 550 include/uapi/linux/v4l2-dv-timings.h .type = V4L2_DV_BT_656_1120, \ type 558 include/uapi/linux/v4l2-dv-timings.h .type = V4L2_DV_BT_656_1120, \ type 566 include/uapi/linux/v4l2-dv-timings.h .type = V4L2_DV_BT_656_1120, \ type 575 include/uapi/linux/v4l2-dv-timings.h .type = V4L2_DV_BT_656_1120, \ type 583 include/uapi/linux/v4l2-dv-timings.h .type = V4L2_DV_BT_656_1120, \ type 590 include/uapi/linux/v4l2-dv-timings.h .type = V4L2_DV_BT_656_1120, \ type 597 include/uapi/linux/v4l2-dv-timings.h .type = V4L2_DV_BT_656_1120, \ type 604 include/uapi/linux/v4l2-dv-timings.h .type = V4L2_DV_BT_656_1120, \ type 613 include/uapi/linux/v4l2-dv-timings.h .type = V4L2_DV_BT_656_1120, \ type 621 include/uapi/linux/v4l2-dv-timings.h .type = V4L2_DV_BT_656_1120, \ type 628 include/uapi/linux/v4l2-dv-timings.h .type = V4L2_DV_BT_656_1120, \ type 635 include/uapi/linux/v4l2-dv-timings.h .type = V4L2_DV_BT_656_1120, \ type 642 include/uapi/linux/v4l2-dv-timings.h .type = V4L2_DV_BT_656_1120, \ type 650 include/uapi/linux/v4l2-dv-timings.h .type = V4L2_DV_BT_656_1120, \ type 659 include/uapi/linux/v4l2-dv-timings.h .type = V4L2_DV_BT_656_1120, \ type 667 include/uapi/linux/v4l2-dv-timings.h .type = V4L2_DV_BT_656_1120, \ type 675 include/uapi/linux/v4l2-dv-timings.h .type = V4L2_DV_BT_656_1120, \ type 683 include/uapi/linux/v4l2-dv-timings.h .type = V4L2_DV_BT_656_1120, \ type 691 include/uapi/linux/v4l2-dv-timings.h .type = V4L2_DV_BT_656_1120, \ type 699 include/uapi/linux/v4l2-dv-timings.h .type = V4L2_DV_BT_656_1120, \ type 708 include/uapi/linux/v4l2-dv-timings.h .type = V4L2_DV_BT_656_1120, \ type 716 include/uapi/linux/v4l2-dv-timings.h .type = V4L2_DV_BT_656_1120, \ type 723 include/uapi/linux/v4l2-dv-timings.h .type = V4L2_DV_BT_656_1120, \ type 730 include/uapi/linux/v4l2-dv-timings.h .type = V4L2_DV_BT_656_1120, \ type 737 include/uapi/linux/v4l2-dv-timings.h .type = V4L2_DV_BT_656_1120, \ type 745 include/uapi/linux/v4l2-dv-timings.h .type = V4L2_DV_BT_656_1120, \ type 752 include/uapi/linux/v4l2-dv-timings.h .type = V4L2_DV_BT_656_1120, \ type 759 include/uapi/linux/v4l2-dv-timings.h .type = V4L2_DV_BT_656_1120, \ type 767 include/uapi/linux/v4l2-dv-timings.h .type = V4L2_DV_BT_656_1120, \ type 774 include/uapi/linux/v4l2-dv-timings.h .type = V4L2_DV_BT_656_1120, \ type 781 include/uapi/linux/v4l2-dv-timings.h .type = V4L2_DV_BT_656_1120, \ type 792 include/uapi/linux/v4l2-dv-timings.h .type = V4L2_DV_BT_656_1120, \ type 800 include/uapi/linux/v4l2-dv-timings.h .type = V4L2_DV_BT_656_1120, \ type 807 include/uapi/linux/v4l2-dv-timings.h .type = V4L2_DV_BT_656_1120, \ type 814 include/uapi/linux/v4l2-dv-timings.h .type = V4L2_DV_BT_656_1120, \ type 821 include/uapi/linux/v4l2-dv-timings.h .type = V4L2_DV_BT_656_1120, \ type 829 include/uapi/linux/v4l2-dv-timings.h .type = V4L2_DV_BT_656_1120, \ type 836 include/uapi/linux/v4l2-dv-timings.h .type = V4L2_DV_BT_656_1120, \ type 843 include/uapi/linux/v4l2-dv-timings.h .type = V4L2_DV_BT_656_1120, \ type 851 include/uapi/linux/v4l2-dv-timings.h .type = V4L2_DV_BT_656_1120, \ type 860 include/uapi/linux/v4l2-dv-timings.h .type = V4L2_DV_BT_656_1120, \ type 868 include/uapi/linux/v4l2-dv-timings.h .type = V4L2_DV_BT_656_1120, \ type 875 include/uapi/linux/v4l2-dv-timings.h .type = V4L2_DV_BT_656_1120, \ type 882 include/uapi/linux/v4l2-dv-timings.h .type = V4L2_DV_BT_656_1120, \ type 889 include/uapi/linux/v4l2-dv-timings.h .type = V4L2_DV_BT_656_1120, \ type 898 include/uapi/linux/v4l2-dv-timings.h .type = V4L2_DV_BT_656_1120, \ type 906 include/uapi/linux/v4l2-dv-timings.h .type = V4L2_DV_BT_656_1120, \ type 152 include/uapi/linux/videodev2.h #define V4L2_TYPE_IS_MULTIPLANAR(type) \ type 153 include/uapi/linux/videodev2.h ((type) == V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE \ type 154 include/uapi/linux/videodev2.h || (type) == V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE) type 156 include/uapi/linux/videodev2.h #define V4L2_TYPE_IS_OUTPUT(type) \ type 157 include/uapi/linux/videodev2.h ((type) == V4L2_BUF_TYPE_VIDEO_OUTPUT \ type 158 include/uapi/linux/videodev2.h || (type) == V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE \ type 159 include/uapi/linux/videodev2.h || (type) == V4L2_BUF_TYPE_VIDEO_OVERLAY \ type 160 include/uapi/linux/videodev2.h || (type) == V4L2_BUF_TYPE_VIDEO_OUTPUT_OVERLAY \ type 161 include/uapi/linux/videodev2.h || (type) == V4L2_BUF_TYPE_VBI_OUTPUT \ type 162 include/uapi/linux/videodev2.h || (type) == V4L2_BUF_TYPE_SLICED_VBI_OUTPUT) type 474 include/uapi/linux/videodev2.h __u32 type; /* enum v4l2_buf_type */ type 512 include/uapi/linux/videodev2.h __u32 type; /* Frame size type the device supports. */ type 542 include/uapi/linux/videodev2.h __u32 type; /* Frame interval type the device supports. */ type 557 include/uapi/linux/videodev2.h __u32 type; type 615 include/uapi/linux/videodev2.h __u32 type; /* enum v4l2_buf_type */ type 684 include/uapi/linux/videodev2.h __u32 type; type 756 include/uapi/linux/videodev2.h __u32 type; /* enum v4l2_buf_type */ type 846 include/uapi/linux/videodev2.h __u32 type; /* enum v4l2_buf_type */ type 853 include/uapi/linux/videodev2.h __u32 type; /* enum v4l2_buf_type */ type 871 include/uapi/linux/videodev2.h __u32 type; type 1131 include/uapi/linux/videodev2.h __u32 type; type 1195 include/uapi/linux/videodev2.h __u32 type; type 1211 include/uapi/linux/videodev2.h __u32 type; /* Type of input */ type 1259 include/uapi/linux/videodev2.h __u32 type; /* Type of output */ type 1333 include/uapi/linux/videodev2.h __u32 type; /* enum v4l2_ctrl_type */ type 1346 include/uapi/linux/videodev2.h __u32 type; type 1398 include/uapi/linux/videodev2.h __u32 type; /* enum v4l2_tuner_type */ type 1453 include/uapi/linux/videodev2.h __u32 type; /* enum v4l2_tuner_type */ type 1464 include/uapi/linux/videodev2.h __u32 type; /* enum v4l2_tuner_type */ type 1475 include/uapi/linux/videodev2.h __u32 type; /* enum v4l2_tuner_type */ type 1694 include/uapi/linux/videodev2.h __u32 type; /* enum v4l2_buf_type */ type 1816 include/uapi/linux/videodev2.h __u32 type; type 1831 include/uapi/linux/videodev2.h __u32 type; /* enum v4l2_buf_type */ type 1865 include/uapi/linux/videodev2.h __u32 type; type 1903 include/uapi/linux/videodev2.h __u32 type; type 1923 include/uapi/linux/videodev2.h __u32 type; type 1948 include/uapi/linux/videodev2.h __u32 type; /* Match type */ type 117 include/uapi/linux/virtio_blk.h __u32 type; type 425 include/uapi/linux/wimax/i2400m.h __le16 type; type 432 include/uapi/linux/wimax/i2400m.h __le16 type; type 269 include/uapi/linux/xfrm.h __u8 type; type 51 include/uapi/misc/cxl.h __u16 type; type 127 include/uapi/mtd/mtd-abi.h __u8 type; type 281 include/uapi/mtd/mtd-abi.h return mtd->type == MTD_NANDFLASH || mtd->type == MTD_MLCNANDFLASH; type 723 include/uapi/rdma/ib_user_verbs.h __u32 type; type 741 include/uapi/rdma/ib_user_verbs.h __u32 type; type 759 include/uapi/rdma/ib_user_verbs.h __u32 type; type 777 include/uapi/rdma/ib_user_verbs.h __u32 type; type 787 include/uapi/rdma/ib_user_verbs.h __u32 type; type 19 include/uapi/rdma/rdma_netlink.h #define RDMA_NL_GET_CLIENT(type) ((type & (((1 << 6) - 1) << 10)) >> 10) type 20 include/uapi/rdma/rdma_netlink.h #define RDMA_NL_GET_OP(type) (type & ((1 << 10) - 1)) type 272 include/uapi/sound/asequencer.h snd_seq_event_type_t type; /* event type */ type 352 include/uapi/sound/asequencer.h snd_seq_client_type_t type; /* client type */ type 397 include/uapi/sound/asequencer.h int type; /* For REMOVE_EVENT_TYPE */ type 452 include/uapi/sound/asequencer.h unsigned int type; /* port type bits */ type 517 include/uapi/sound/asequencer.h int type; /* source timer type */ type 558 include/uapi/sound/asequencer.h int type; /* READ or WRITE */ type 851 include/uapi/sound/asound.h snd_ctl_elem_type_t type; /* R: value type - SNDRV_CTL_ELEM_TYPE_* */ type 956 include/uapi/sound/asound.h int type; /* event type - SNDRV_CTL_EVENT_* */ type 14 include/uapi/sound/firewire.h unsigned int type; /* SNDRV_FIREWIRE_EVENT_xxx */ type 18 include/uapi/sound/firewire.h unsigned int type; type 23 include/uapi/sound/firewire.h unsigned int type; type 39 include/uapi/sound/firewire.h unsigned int type; type 61 include/uapi/sound/firewire.h unsigned int type; /* SNDRV_FIREWIRE_TYPE_xxx */ type 47 include/uapi/sound/sfnt_info.h short type; /* patch operation type */ type 72 include/uapi/sound/sfnt_info.h unsigned short type; /* sample type */ type 71 include/video/broadsheetfb.h void (*mmio_write)(struct broadsheetfb_par *, int type, u16); type 34 include/video/da8xx-fb.h const char type[25]; type 608 include/video/omapdss.h enum omap_dss_venc_type type); type 720 include/video/omapdss.h enum omap_display_type type; type 742 include/video/omapdss.h enum omap_dss_venc_type type; type 350 include/video/sstfb.h int type; type 85 include/xen/interface/callback.h uint16_t type; type 98 include/xen/interface/callback.h uint16_t type; type 45 include/xen/interface/io/fbif.h uint8_t type; /* XENFB_TYPE_UPDATE */ type 59 include/xen/interface/io/fbif.h uint8_t type; /* XENFB_TYPE_RESIZE */ type 70 include/xen/interface/io/fbif.h uint8_t type; type 86 include/xen/interface/io/fbif.h uint8_t type; type 49 include/xen/interface/io/kbdif.h uint8_t type; /* XENKBD_TYPE_MOTION */ type 56 include/xen/interface/io/kbdif.h uint8_t type; /* XENKBD_TYPE_KEY */ type 62 include/xen/interface/io/kbdif.h uint8_t type; /* XENKBD_TYPE_POS */ type 71 include/xen/interface/io/kbdif.h uint8_t type; type 89 include/xen/interface/io/kbdif.h uint8_t type; type 175 include/xen/interface/io/netif.h uint8_t type; /* XEN_NETIF_EXTRA_TYPE_* */ type 191 include/xen/interface/io/netif.h uint8_t type; /* XEN_NETIF_GSO_TYPE_* */ type 66 include/xen/interface/io/xs_wire.h uint32_t type; /* XS_??? */ type 140 include/xen/interface/physdev.h int type; type 231 include/xen/interface/physdev.h int type; type 59 include/xen/interface/platform.h uint32_t type; type 89 include/xen/interface/platform.h uint32_t type; type 220 include/xen/interface/platform.h uint32_t type; type 265 include/xen/interface/platform.h uint32_t type; type 353 include/xen/interface/platform.h uint8_t type; /* cstate value, c0: 0, c1: 1, ... */ type 418 include/xen/interface/platform.h uint32_t type; /* {XEN_PM_CX, XEN_PM_PX} */ type 470 include/xen/interface/platform.h uint32_t type; type 68 include/xen/interface/xen-mca.h uint16_t type; /* structure type */ type 238 include/xen/interface/xen-mca.h struct mc_info *mi, uint16_t type) type 249 include/xen/interface/xen-mca.h if (mic->type == type) { type 309 scripts/asn1_compiler.c struct type *type; type 644 scripts/asn1_compiler.c struct type *type_def; type 646 scripts/asn1_compiler.c struct token *type; type 677 scripts/asn1_compiler.c static struct type *type_list; type 678 scripts/asn1_compiler.c static struct type **type_index; type 683 scripts/asn1_compiler.c const struct type *const *a = _a, *const *b = _b; type 695 scripts/asn1_compiler.c const struct type *const *ti = _ti; type 696 scripts/asn1_compiler.c const struct type *type = *ti; type 698 scripts/asn1_compiler.c if (token->size != type->name->size) type 699 scripts/asn1_compiler.c return token->size - type->name->size; type 701 scripts/asn1_compiler.c return memcmp(token->value, type->name->value, type 710 scripts/asn1_compiler.c struct type *types; type 754 scripts/asn1_compiler.c struct type *type = type_index[n]; type 756 scripts/asn1_compiler.c (int)type->name->size, type 757 scripts/asn1_compiler.c (int)type->name->size, type 758 scripts/asn1_compiler.c type->name->value); type 772 scripts/asn1_compiler.c struct type *type; type 775 scripts/asn1_compiler.c type = type_list; type 777 scripts/asn1_compiler.c cursor = type->name; type 784 scripts/asn1_compiler.c type->element = parse_type(&cursor, type[1].name, NULL); type 785 scripts/asn1_compiler.c type->element->type_def = type; type 787 scripts/asn1_compiler.c if (cursor != type[1].name) { type 794 scripts/asn1_compiler.c } while (type++, !(type->flags & TYPE_STOP_MARKER)); type 801 scripts/asn1_compiler.c static struct element *alloc_elem(struct token *type) type 825 scripts/asn1_compiler.c struct type **ref; type 919 scripts/asn1_compiler.c element->type = cursor; type 988 scripts/asn1_compiler.c cursor->type = *ref; type 1226 scripts/asn1_compiler.c struct type *root; type 1458 scripts/asn1_compiler.c render_element(out, e->type->type->element, tag); type 251 scripts/docproc.c static void docfunctions(char * filename, char * type) type 271 scripts/docproc.c vec[idx++] = type; type 240 scripts/dtc/data.c struct data data_add_marker(struct data d, enum markertype type, char *ref) type 246 scripts/dtc/data.c m->type = type; type 78 scripts/dtc/dtc.h enum markertype type; type 97 scripts/dtc/dtc.h if ((m)->type == (t)) type 119 scripts/dtc/dtc.h struct data data_add_marker(struct data d, enum markertype type, char *ref); type 45 scripts/dtc/fdtget.c int type; /* data type (s/i/u/x or 0 for default) */ type 80 scripts/dtc/fdtget.c is_string = (disp->type) == 's' || type 81 scripts/dtc/fdtget.c (!disp->type && util_is_printable_string(data, len)); type 103 scripts/dtc/fdtget.c fmt[1] = disp->type ? disp->type : 'd'; type 326 scripts/dtc/fdtget.c if (utilfdt_decode_type(optarg, &disp.type, type 39 scripts/dtc/fdtput.c int type; /* data type (s/i/u/x or 0 for default) */ type 87 scripts/dtc/fdtput.c fmt[1] = disp->type ? disp->type : 'd'; type 91 scripts/dtc/fdtput.c if (disp->type == 's') type 108 scripts/dtc/fdtput.c if (disp->type == 's') { type 333 scripts/dtc/fdtput.c if (utilfdt_decode_type(optarg, &disp.type, type 73 scripts/dtc/treesource.c if (m->type == LABEL) type 113 scripts/dtc/treesource.c if (m->type == LABEL) { type 146 scripts/dtc/treesource.c if (m->type == LABEL) { type 176 scripts/dtc/treesource.c if (m->type == LABEL) type 315 scripts/dtc/util.c int utilfdt_decode_type(const char *fmt, int *type, int *size) type 345 scripts/dtc/util.c *type = *fmt++; type 159 scripts/dtc/util.h int utilfdt_decode_type(const char *fmt, int *type, int *size); type 73 scripts/genksyms/genksyms.c static void print_type_name(enum symbol_type type, const char *name); type 172 scripts/genksyms/genksyms.c if (map_to_ns(sym->type) == map_to_ns(ns) && type 177 scripts/genksyms/genksyms.c if (exact && sym && sym->type != ns) type 186 scripts/genksyms/genksyms.c return ((sym->type == SYM_STRUCT || type 187 scripts/genksyms/genksyms.c sym->type == SYM_UNION || type 188 scripts/genksyms/genksyms.c sym->type == SYM_ENUM) && type 197 scripts/genksyms/genksyms.c static struct symbol *__add_symbol(const char *name, enum symbol_type type, type 211 scripts/genksyms/genksyms.c if (type == SYM_ENUM_CONST) { type 232 scripts/genksyms/genksyms.c } else if (type == SYM_ENUM) { type 243 scripts/genksyms/genksyms.c if (map_to_ns(sym->type) == map_to_ns(type) && type 247 scripts/genksyms/genksyms.c else if (sym->type == type && type 251 scripts/genksyms/genksyms.c print_type_name(type, name); type 261 scripts/genksyms/genksyms.c print_type_name(type, name); type 291 scripts/genksyms/genksyms.c sym->type = type; type 305 scripts/genksyms/genksyms.c if (symbol_types[type].name) type 307 scripts/genksyms/genksyms.c symbol_types[type].name, name); type 310 scripts/genksyms/genksyms.c type, name); type 321 scripts/genksyms/genksyms.c struct symbol *add_symbol(const char *name, enum symbol_type type, type 324 scripts/genksyms/genksyms.c return __add_symbol(name, type, defn, is_extern, 0); type 327 scripts/genksyms/genksyms.c static struct symbol *add_reference_symbol(const char *name, enum symbol_type type, type 330 scripts/genksyms/genksyms.c return __add_symbol(name, type, defn, is_extern, 1); type 677 scripts/genksyms/genksyms.c print_type_name(sym->type, sym->name); type 705 scripts/genksyms/genksyms.c static void print_type_name(enum symbol_type type, const char *name) type 707 scripts/genksyms/genksyms.c if (symbol_types[type].name) type 708 scripts/genksyms/genksyms.c fprintf(stderr, "%s %s", symbol_types[type].name, name); type 852 scripts/genksyms/genksyms.c if (symbol_types[sym->type].n) { type 853 scripts/genksyms/genksyms.c putc(symbol_types[sym->type].n, dumpfile); type 47 scripts/genksyms/genksyms.h enum symbol_type type; type 65 scripts/genksyms/genksyms.h struct symbol *add_symbol(const char *name, enum symbol_type type, type 58 scripts/genksyms/parse.y enum symbol_type type) type 64 scripts/genksyms/parse.y (*ident)->tag = type; type 68 scripts/genksyms/parse.y r = copy_node(i); r->tag = type; type 70 scripts/genksyms/parse.y add_symbol(i->string, type, b, is_extern); type 86 scripts/kconfig/conf.c enum symbol_type type = sym_get_type(sym); type 120 scripts/kconfig/conf.c switch (type) { type 368 scripts/kconfig/conf.c switch (prop->type) { type 400 scripts/kconfig/conf.c switch (sym->type) { type 124 scripts/kconfig/confdata.c switch (sym->type) { type 151 scripts/kconfig/confdata.c sym->type = S_STRING; type 272 scripts/kconfig/confdata.c prop->expr->type != E_SYMBOL) type 298 scripts/kconfig/confdata.c switch (sym->type) { type 331 scripts/kconfig/confdata.c if (sym->type == S_UNKNOWN) type 332 scripts/kconfig/confdata.c sym->type = S_BOOLEAN; type 337 scripts/kconfig/confdata.c switch (sym->type) { type 365 scripts/kconfig/confdata.c if (sym->type == S_UNKNOWN) type 366 scripts/kconfig/confdata.c sym->type = S_OTHER; type 423 scripts/kconfig/confdata.c switch (sym->type) { type 452 scripts/kconfig/confdata.c switch (sym->type) { type 485 scripts/kconfig/confdata.c switch (sym->type) { type 539 scripts/kconfig/confdata.c switch (sym->type) { type 613 scripts/kconfig/confdata.c if (sym->type == S_TRISTATE && *value != 'n') type 628 scripts/kconfig/confdata.c switch (sym->type) { type 709 scripts/kconfig/confdata.c if ((sym->type == S_BOOLEAN) && type 861 scripts/kconfig/confdata.c switch (sym->type) { type 883 scripts/kconfig/confdata.c switch (sym->type) { type 1189 scripts/kconfig/confdata.c if (sym->type == S_TRISTATE) { type 17 scripts/kconfig/expr.c e->type = E_SYMBOL; type 22 scripts/kconfig/expr.c struct expr *expr_alloc_one(enum expr_type type, struct expr *ce) type 25 scripts/kconfig/expr.c e->type = type; type 30 scripts/kconfig/expr.c struct expr *expr_alloc_two(enum expr_type type, struct expr *e1, struct expr *e2) type 33 scripts/kconfig/expr.c e->type = type; type 39 scripts/kconfig/expr.c struct expr *expr_alloc_comp(enum expr_type type, struct symbol *s1, struct symbol *s2) type 42 scripts/kconfig/expr.c e->type = type; type 71 scripts/kconfig/expr.c switch (org->type) { type 90 scripts/kconfig/expr.c printf("can't copy type %d\n", e->type); type 104 scripts/kconfig/expr.c switch (e->type) { type 119 scripts/kconfig/expr.c printf("how to free type %d?\n", e->type); type 130 scripts/kconfig/expr.c static void __expr_eliminate_eq(enum expr_type type, struct expr **ep1, struct expr **ep2) type 132 scripts/kconfig/expr.c if (e1->type == type) { type 133 scripts/kconfig/expr.c __expr_eliminate_eq(type, &e1->left.expr, &e2); type 134 scripts/kconfig/expr.c __expr_eliminate_eq(type, &e1->right.expr, &e2); type 137 scripts/kconfig/expr.c if (e2->type == type) { type 138 scripts/kconfig/expr.c __expr_eliminate_eq(type, &e1, &e2->left.expr); type 139 scripts/kconfig/expr.c __expr_eliminate_eq(type, &e1, &e2->right.expr); type 142 scripts/kconfig/expr.c if (e1->type == E_SYMBOL && e2->type == E_SYMBOL && type 150 scripts/kconfig/expr.c switch (type) { type 168 scripts/kconfig/expr.c switch (e1->type) { type 171 scripts/kconfig/expr.c __expr_eliminate_eq(e1->type, ep1, ep2); type 175 scripts/kconfig/expr.c if (e1->type != e2->type) switch (e2->type) { type 178 scripts/kconfig/expr.c __expr_eliminate_eq(e2->type, ep1, ep2); type 193 scripts/kconfig/expr.c if (e1->type != e2->type) type 195 scripts/kconfig/expr.c switch (e1->type) { type 209 scripts/kconfig/expr.c res = (e1->type == E_SYMBOL && e2->type == E_SYMBOL && type 235 scripts/kconfig/expr.c if (e) switch (e->type) { type 239 scripts/kconfig/expr.c if (e->left.expr->type == E_SYMBOL) { type 243 scripts/kconfig/expr.c e->type = E_SYMBOL; type 255 scripts/kconfig/expr.c if (e->right.expr->type == E_SYMBOL) { type 259 scripts/kconfig/expr.c e->type = E_SYMBOL; type 275 scripts/kconfig/expr.c if (e->left.expr->type == E_SYMBOL) { type 285 scripts/kconfig/expr.c e->type = E_SYMBOL; type 291 scripts/kconfig/expr.c if (e->right.expr->type == E_SYMBOL) { type 301 scripts/kconfig/expr.c e->type = E_SYMBOL; type 321 scripts/kconfig/expr.c switch (e->type) { type 330 scripts/kconfig/expr.c if (e->left.sym->type == S_TRISTATE) { type 332 scripts/kconfig/expr.c e->type = E_SYMBOL; type 353 scripts/kconfig/expr.c if (e1->type != E_EQUAL && e1->type != E_UNEQUAL && e1->type != E_SYMBOL && e1->type != E_NOT) type 355 scripts/kconfig/expr.c if (e2->type != E_EQUAL && e2->type != E_UNEQUAL && e2->type != E_SYMBOL && e2->type != E_NOT) type 357 scripts/kconfig/expr.c if (e1->type == E_NOT) { type 359 scripts/kconfig/expr.c if (tmp->type != E_EQUAL && tmp->type != E_UNEQUAL && tmp->type != E_SYMBOL) type 364 scripts/kconfig/expr.c if (e2->type == E_NOT) { type 365 scripts/kconfig/expr.c if (e2->left.expr->type != E_SYMBOL) type 372 scripts/kconfig/expr.c if (sym1->type != S_BOOLEAN && sym1->type != S_TRISTATE) type 374 scripts/kconfig/expr.c if (sym1->type == S_TRISTATE) { type 375 scripts/kconfig/expr.c if (e1->type == E_EQUAL && e2->type == E_EQUAL && type 381 scripts/kconfig/expr.c if (e1->type == E_EQUAL && e2->type == E_EQUAL && type 387 scripts/kconfig/expr.c if (e1->type == E_EQUAL && e2->type == E_EQUAL && type 394 scripts/kconfig/expr.c if (sym1->type == S_BOOLEAN && sym1 == sym2) { type 395 scripts/kconfig/expr.c if ((e1->type == E_NOT && e1->left.expr->type == E_SYMBOL && e2->type == E_SYMBOL) || type 396 scripts/kconfig/expr.c (e2->type == E_NOT && e2->left.expr->type == E_SYMBOL && e1->type == E_SYMBOL)) type 417 scripts/kconfig/expr.c if (e1->type != E_EQUAL && e1->type != E_UNEQUAL && e1->type != E_SYMBOL && e1->type != E_NOT) type 419 scripts/kconfig/expr.c if (e2->type != E_EQUAL && e2->type != E_UNEQUAL && e2->type != E_SYMBOL && e2->type != E_NOT) type 421 scripts/kconfig/expr.c if (e1->type == E_NOT) { type 423 scripts/kconfig/expr.c if (tmp->type != E_EQUAL && tmp->type != E_UNEQUAL && tmp->type != E_SYMBOL) type 428 scripts/kconfig/expr.c if (e2->type == E_NOT) { type 429 scripts/kconfig/expr.c if (e2->left.expr->type != E_SYMBOL) type 436 scripts/kconfig/expr.c if (sym1->type != S_BOOLEAN && sym1->type != S_TRISTATE) type 439 scripts/kconfig/expr.c if ((e1->type == E_SYMBOL && e2->type == E_EQUAL && e2->right.sym == &symbol_yes) || type 440 scripts/kconfig/expr.c (e2->type == E_SYMBOL && e1->type == E_EQUAL && e1->right.sym == &symbol_yes)) type 444 scripts/kconfig/expr.c if ((e1->type == E_SYMBOL && e2->type == E_UNEQUAL && e2->right.sym == &symbol_no) || type 445 scripts/kconfig/expr.c (e2->type == E_SYMBOL && e1->type == E_UNEQUAL && e1->right.sym == &symbol_no)) type 449 scripts/kconfig/expr.c if ((e1->type == E_SYMBOL && e2->type == E_UNEQUAL && e2->right.sym == &symbol_mod) || type 450 scripts/kconfig/expr.c (e2->type == E_SYMBOL && e1->type == E_UNEQUAL && e1->right.sym == &symbol_mod)) type 454 scripts/kconfig/expr.c if (sym1->type == S_TRISTATE) { type 455 scripts/kconfig/expr.c if (e1->type == E_EQUAL && e2->type == E_UNEQUAL) { type 462 scripts/kconfig/expr.c if (e1->type == E_UNEQUAL && e2->type == E_EQUAL) { type 469 scripts/kconfig/expr.c if (e1->type == E_UNEQUAL && e2->type == E_UNEQUAL && type 475 scripts/kconfig/expr.c if (e1->type == E_UNEQUAL && e2->type == E_UNEQUAL && type 481 scripts/kconfig/expr.c if (e1->type == E_UNEQUAL && e2->type == E_UNEQUAL && type 487 scripts/kconfig/expr.c if ((e1->type == E_SYMBOL && e2->type == E_EQUAL && e2->right.sym == &symbol_mod) || type 488 scripts/kconfig/expr.c (e2->type == E_SYMBOL && e1->type == E_EQUAL && e1->right.sym == &symbol_mod) || type 489 scripts/kconfig/expr.c (e1->type == E_SYMBOL && e2->type == E_UNEQUAL && e2->right.sym == &symbol_yes) || type 490 scripts/kconfig/expr.c (e2->type == E_SYMBOL && e1->type == E_UNEQUAL && e1->right.sym == &symbol_yes)) type 504 scripts/kconfig/expr.c static void expr_eliminate_dups1(enum expr_type type, struct expr **ep1, struct expr **ep2) type 510 scripts/kconfig/expr.c if (e1->type == type) { type 511 scripts/kconfig/expr.c expr_eliminate_dups1(type, &e1->left.expr, &e2); type 512 scripts/kconfig/expr.c expr_eliminate_dups1(type, &e1->right.expr, &e2); type 515 scripts/kconfig/expr.c if (e2->type == type) { type 516 scripts/kconfig/expr.c expr_eliminate_dups1(type, &e1, &e2->left.expr); type 517 scripts/kconfig/expr.c expr_eliminate_dups1(type, &e1, &e2->right.expr); type 523 scripts/kconfig/expr.c switch (e1->type) { type 525 scripts/kconfig/expr.c expr_eliminate_dups1(e1->type, &e1, &e1); type 530 scripts/kconfig/expr.c switch (type) { type 556 scripts/kconfig/expr.c static void expr_eliminate_dups2(enum expr_type type, struct expr **ep1, struct expr **ep2) type 562 scripts/kconfig/expr.c if (e1->type == type) { type 563 scripts/kconfig/expr.c expr_eliminate_dups2(type, &e1->left.expr, &e2); type 564 scripts/kconfig/expr.c expr_eliminate_dups2(type, &e1->right.expr, &e2); type 567 scripts/kconfig/expr.c if (e2->type == type) { type 568 scripts/kconfig/expr.c expr_eliminate_dups2(type, &e1, &e2->left.expr); type 569 scripts/kconfig/expr.c expr_eliminate_dups2(type, &e1, &e2->right.expr); type 574 scripts/kconfig/expr.c switch (e1->type) { type 576 scripts/kconfig/expr.c expr_eliminate_dups2(e1->type, &e1, &e1); type 591 scripts/kconfig/expr.c expr_eliminate_dups2(e1->type, &e1, &e1); type 621 scripts/kconfig/expr.c switch (e->type) { type 623 scripts/kconfig/expr.c expr_eliminate_dups1(e->type, &e, &e); type 624 scripts/kconfig/expr.c expr_eliminate_dups2(e->type, &e, &e); type 642 scripts/kconfig/expr.c switch (e->type) { type 653 scripts/kconfig/expr.c switch (e->type) { type 655 scripts/kconfig/expr.c if (e->left.sym->type != S_BOOLEAN) type 658 scripts/kconfig/expr.c e->type = E_NOT; type 665 scripts/kconfig/expr.c e->type = E_SYMBOL; type 671 scripts/kconfig/expr.c e->type = E_SYMBOL; type 677 scripts/kconfig/expr.c if (e->left.sym->type != S_BOOLEAN) type 680 scripts/kconfig/expr.c e->type = E_SYMBOL; type 686 scripts/kconfig/expr.c e->type = E_SYMBOL; type 692 scripts/kconfig/expr.c e->type = E_NOT; type 699 scripts/kconfig/expr.c switch (e->left.expr->type) { type 714 scripts/kconfig/expr.c e->type = e->type == E_EQUAL ? E_UNEQUAL : E_EQUAL; type 719 scripts/kconfig/expr.c e->type = E_AND; type 721 scripts/kconfig/expr.c tmp->type = E_NOT; type 728 scripts/kconfig/expr.c e->type = E_OR; type 730 scripts/kconfig/expr.c tmp->type = E_NOT; type 740 scripts/kconfig/expr.c e->type = E_SYMBOL; type 749 scripts/kconfig/expr.c e->type = E_SYMBOL; type 758 scripts/kconfig/expr.c e->type = E_SYMBOL; type 778 scripts/kconfig/expr.c switch (dep->type) { type 802 scripts/kconfig/expr.c switch (dep->type) { type 848 scripts/kconfig/expr.c void expr_extract_eq(enum expr_type type, struct expr **ep, struct expr **ep1, struct expr **ep2) type 852 scripts/kconfig/expr.c if (e1->type == type) { type 853 scripts/kconfig/expr.c expr_extract_eq(type, ep, &e1->left.expr, &e2); type 854 scripts/kconfig/expr.c expr_extract_eq(type, ep, &e1->right.expr, &e2); type 857 scripts/kconfig/expr.c if (e2->type == type) { type 858 scripts/kconfig/expr.c expr_extract_eq(type, ep, ep1, &e2->left.expr); type 859 scripts/kconfig/expr.c expr_extract_eq(type, ep, ep1, &e2->right.expr); type 863 scripts/kconfig/expr.c *ep = *ep ? expr_alloc_two(type, *ep, e1) : e1; type 865 scripts/kconfig/expr.c if (type == E_AND) { type 868 scripts/kconfig/expr.c } else if (type == E_OR) { type 877 scripts/kconfig/expr.c struct expr *expr_trans_compare(struct expr *e, enum expr_type type, struct symbol *sym) type 883 scripts/kconfig/expr.c if (type == E_UNEQUAL) type 887 scripts/kconfig/expr.c switch (e->type) { type 895 scripts/kconfig/expr.c if (type == E_UNEQUAL) type 905 scripts/kconfig/expr.c if (type == E_UNEQUAL) type 909 scripts/kconfig/expr.c return expr_trans_compare(e->left.expr, type == E_EQUAL ? E_UNEQUAL : E_EQUAL, sym); type 912 scripts/kconfig/expr.c if (type == E_EQUAL) { type 929 scripts/kconfig/expr.c return expr_alloc_comp(type, e->left.sym, sym); type 946 scripts/kconfig/expr.c switch (e->type) { type 974 scripts/kconfig/expr.c printf("expr_calc_value: %d?\n", e->type); type 1018 scripts/kconfig/expr.c while (e->type != E_SYMBOL) type 1032 scripts/kconfig/expr.c switch (e1->type) { type 1060 scripts/kconfig/expr.c if (expr_compare_type(prevtoken, e->type) > 0) type 1062 scripts/kconfig/expr.c switch (e->type) { type 1116 scripts/kconfig/expr.c sprintf(buf, "<unknown type %d>", e->type); type 1121 scripts/kconfig/expr.c if (expr_compare_type(prevtoken, e->type) > 0) type 1161 scripts/kconfig/expr.c if (sym && sym->type != S_UNKNOWN) type 41 scripts/kconfig/expr.h enum expr_type type; type 78 scripts/kconfig/expr.h enum symbol_type type; type 88 scripts/kconfig/expr.h #define for_all_symbols(i, sym) for (i = 0; i < SYMBOL_HASHSIZE; i++) for (sym = symbol_hash[i]; sym; sym = sym->next) if (sym->type != S_OTHER) type 145 scripts/kconfig/expr.h enum prop_type type; /* type of property */ type 158 scripts/kconfig/expr.h if (st->type == (tok)) type 201 scripts/kconfig/expr.h struct expr *expr_alloc_one(enum expr_type type, struct expr *ce); type 202 scripts/kconfig/expr.h struct expr *expr_alloc_two(enum expr_type type, struct expr *e1, struct expr *e2); type 203 scripts/kconfig/expr.h struct expr *expr_alloc_comp(enum expr_type type, struct symbol *s1, struct symbol *s2); type 219 scripts/kconfig/expr.h void expr_extract_eq(enum expr_type type, struct expr **ep, struct expr **ep1, struct expr **ep2); type 220 scripts/kconfig/expr.h struct expr *expr_trans_compare(struct expr *e, enum expr_type type, struct symbol *sym); type 229 scripts/kconfig/expr.h return !e || (e->type == E_SYMBOL && e->left.sym == &symbol_yes); type 234 scripts/kconfig/expr.h return e && (e->type == E_SYMBOL && e->left.sym == &symbol_no); type 736 scripts/kconfig/gconf.c ptype = current->prompt ? current->prompt->type : P_UNKNOWN; type 932 scripts/kconfig/gconf.c if (event->type == GDK_2BUTTON_PRESS) { type 934 scripts/kconfig/gconf.c ptype = menu->prompt ? menu->prompt->type : P_UNKNOWN; type 1043 scripts/kconfig/gconf.c if (event->type == GDK_2BUTTON_PRESS) { type 1087 scripts/kconfig/gconf.c ptype = menu->prompt ? menu->prompt->type : P_UNKNOWN; type 1373 scripts/kconfig/gconf.c ptype = prop ? prop->type : P_UNKNOWN; type 1396 scripts/kconfig/gconf.c printf("%s", sym_type_name(sym->type)); type 1457 scripts/kconfig/gconf.c if (child->prompt && child->prompt->type == P_MENU) { type 18 scripts/kconfig/list.h #define container_of(ptr, type, member) ({ \ type 19 scripts/kconfig/list.h const typeof( ((type *)0)->member ) *__mptr = (ptr); \ type 20 scripts/kconfig/list.h (type *)( (char *)__mptr - offsetof(type,member) );}) type 39 scripts/kconfig/list.h #define list_entry(ptr, type, member) \ type 40 scripts/kconfig/list.h container_of(ptr, type, member) type 24 scripts/kconfig/lkc.h #define P(name,type,arg) extern type name arg type 116 scripts/kconfig/lkc.h struct property *menu_add_prop(enum prop_type type, char *prompt, struct expr *expr, struct expr *dep); type 117 scripts/kconfig/lkc.h struct property *menu_add_prompt(enum prop_type type, char *prompt, struct expr *dep); type 118 scripts/kconfig/lkc.h void menu_add_expr(enum prop_type type, struct expr *expr, struct expr *dep); type 119 scripts/kconfig/lkc.h void menu_add_symbol(enum prop_type type, struct symbol *sym, struct expr *dep); type 122 scripts/kconfig/lkc.h void menu_set_type(int type); type 156 scripts/kconfig/lkc.h struct property *prop_alloc(enum prop_type type, struct symbol *sym); type 39 scripts/kconfig/lkc_proto.h P(sym_type_name,const char *,(enum symbol_type type)); type 53 scripts/kconfig/lkc_proto.h P(prop_get_type_name,const char *,(enum prop_type type)); type 470 scripts/kconfig/mconf.c int type, tmp, doint = 2; type 490 scripts/kconfig/mconf.c switch (prop->type) { type 528 scripts/kconfig/mconf.c type = sym_get_type(sym); type 541 scripts/kconfig/mconf.c switch (type) { type 589 scripts/kconfig/mconf.c switch (type) { type 631 scripts/kconfig/mconf.c if (menu->prompt->type == P_MENU) { type 697 scripts/kconfig/mconf.c else if (submenu->prompt->type == P_MENU) type 87 scripts/kconfig/menu.c switch (e->type) { type 112 scripts/kconfig/menu.c void menu_set_type(int type) type 116 scripts/kconfig/menu.c if (sym->type == type) type 118 scripts/kconfig/menu.c if (sym->type == S_UNKNOWN) { type 119 scripts/kconfig/menu.c sym->type = type; type 125 scripts/kconfig/menu.c sym_type_name(sym->type), sym_type_name(type)); type 128 scripts/kconfig/menu.c struct property *menu_add_prop(enum prop_type type, char *prompt, struct expr *expr, struct expr *dep) type 130 scripts/kconfig/menu.c struct property *prop = prop_alloc(type, current_entry->sym); type 146 scripts/kconfig/menu.c if(type == P_PROMPT) { type 178 scripts/kconfig/menu.c struct property *menu_add_prompt(enum prop_type type, char *prompt, struct expr *dep) type 180 scripts/kconfig/menu.c return menu_add_prop(type, prompt, NULL, dep); type 189 scripts/kconfig/menu.c void menu_add_expr(enum prop_type type, struct expr *expr, struct expr *dep) type 191 scripts/kconfig/menu.c menu_add_prop(type, NULL, expr, dep); type 194 scripts/kconfig/menu.c void menu_add_symbol(enum prop_type type, struct symbol *sym, struct expr *dep) type 196 scripts/kconfig/menu.c menu_add_prop(type, NULL, expr_alloc_symbol(sym), dep); type 228 scripts/kconfig/menu.c return sym2->type == S_INT || sym2->type == S_HEX || type 229 scripts/kconfig/menu.c (sym2->type == S_UNKNOWN && sym_string_valid(sym, sym2->name)); type 237 scripts/kconfig/menu.c switch (prop->type) { type 239 scripts/kconfig/menu.c if ((sym->type == S_STRING || sym->type == S_INT || sym->type == S_HEX) && type 240 scripts/kconfig/menu.c prop->expr->type != E_SYMBOL) type 244 scripts/kconfig/menu.c if (prop->expr->type != E_SYMBOL) type 247 scripts/kconfig/menu.c if (sym->type == S_HEX || sym->type == S_INT) { type 256 scripts/kconfig/menu.c if (sym->type != S_BOOLEAN && sym->type != S_TRISTATE) type 260 scripts/kconfig/menu.c else if (sym2->type != S_UNKNOWN && type 261 scripts/kconfig/menu.c sym2->type != S_BOOLEAN && type 262 scripts/kconfig/menu.c sym2->type != S_TRISTATE) type 269 scripts/kconfig/menu.c if (sym->type != S_INT && sym->type != S_HEX) type 292 scripts/kconfig/menu.c if (sym->type == S_UNKNOWN) { type 296 scripts/kconfig/menu.c if (menu->sym && menu->sym->type != S_UNKNOWN) { type 297 scripts/kconfig/menu.c menu_set_type(menu->sym->type); type 305 scripts/kconfig/menu.c if (menu->sym && menu->sym->type == S_UNKNOWN) type 306 scripts/kconfig/menu.c menu_set_type(sym->type); type 329 scripts/kconfig/menu.c if (menu->sym && menu->sym->type != S_TRISTATE) type 332 scripts/kconfig/menu.c if (prop->type == P_SELECT) { type 383 scripts/kconfig/menu.c if (prop->type == P_DEFAULT) type 388 scripts/kconfig/menu.c if (prop->type == P_PROMPT && type 398 scripts/kconfig/menu.c if (sym->type == S_TRISTATE && menu->sym->type != S_TRISTATE) { type 428 scripts/kconfig/menu.c if (sym->type == S_UNKNOWN) type 523 scripts/kconfig/menu.c enum prop_type type; type 526 scripts/kconfig/menu.c type = menu->prompt ? menu->prompt->type : 0; type 527 scripts/kconfig/menu.c if (type == P_MENU) type 627 scripts/kconfig/menu.c str_printf(r, "Type : %s\n", sym_type_name(sym->type)); type 628 scripts/kconfig/menu.c if (sym->type == S_INT || sym->type == S_HEX) { type 738 scripts/kconfig/nconf.c int type, tmp, doint = 2; type 751 scripts/kconfig/nconf.c ptype = menu->prompt ? menu->prompt->type : P_UNKNOWN; type 792 scripts/kconfig/nconf.c type = sym_get_type(sym); type 805 scripts/kconfig/nconf.c switch (type) { type 856 scripts/kconfig/nconf.c switch (type) { type 906 scripts/kconfig/nconf.c if (menu->prompt && menu->prompt->type == P_MENU) { type 1181 scripts/kconfig/nconf.c submenu->prompt->type == P_MENU) type 126 scripts/kconfig/qconf.cc int type; type 140 scripts/kconfig/qconf.cc if (prop) switch (prop->type) { type 166 scripts/kconfig/qconf.cc type = sym_get_type(sym); type 167 scripts/kconfig/qconf.cc switch (type) { type 182 scripts/kconfig/qconf.cc if (sym_is_choice_value(sym) && type == S_BOOLEAN) type 195 scripts/kconfig/qconf.cc if (sym_is_choice_value(sym) && type == S_BOOLEAN) type 223 scripts/kconfig/qconf.cc if (type == S_STRING) type 432 scripts/kconfig/qconf.cc enum prop_type type; type 442 scripts/kconfig/qconf.cc type = menu->prompt ? menu->prompt->type : P_UNKNOWN; type 443 scripts/kconfig/qconf.cc if (mode == menuMode && type == P_MENU) type 493 scripts/kconfig/qconf.cc int type; type 500 scripts/kconfig/qconf.cc type = sym_get_type(sym); type 501 scripts/kconfig/qconf.cc switch (type) { type 519 scripts/kconfig/qconf.cc int type, oldexpr, newexpr; type 531 scripts/kconfig/qconf.cc type = sym_get_type(sym); type 532 scripts/kconfig/qconf.cc switch (type) { type 559 scripts/kconfig/qconf.cc enum prop_type type; type 563 scripts/kconfig/qconf.cc type = menu && menu->prompt ? menu->prompt->type : P_UNKNOWN; type 564 scripts/kconfig/qconf.cc if (type != P_MENU) type 607 scripts/kconfig/qconf.cc enum prop_type type; type 620 scripts/kconfig/qconf.cc type = child->prompt ? child->prompt->type : P_UNKNOWN; type 644 scripts/kconfig/qconf.cc if (mode == fullMode || mode == menuMode || type != P_MENU) type 668 scripts/kconfig/qconf.cc enum prop_type type; type 692 scripts/kconfig/qconf.cc type = menu->prompt ? menu->prompt->type : P_UNKNOWN; type 693 scripts/kconfig/qconf.cc if (type == P_MENU && rootEntry != menu && type 751 scripts/kconfig/qconf.cc ptype = menu->prompt ? menu->prompt->type : P_UNKNOWN; type 802 scripts/kconfig/qconf.cc ptype = menu->prompt ? menu->prompt->type : P_UNKNOWN; type 1077 scripts/kconfig/qconf.cc debug += print_filter(sym_type_name(sym->type)); type 1087 scripts/kconfig/qconf.cc switch (prop->type) { type 1098 scripts/kconfig/qconf.cc debug += prop_get_type_name(prop->type); type 1112 scripts/kconfig/qconf.cc debug += prop_get_type_name(prop->type); type 1736 scripts/kconfig/qconf.cc if (child->prompt && child->prompt->type == P_MENU) { type 58 scripts/kconfig/symbol.c sym->type = S_STRING; type 65 scripts/kconfig/symbol.c enum symbol_type type = sym->type; type 67 scripts/kconfig/symbol.c if (type == S_TRISTATE) { type 69 scripts/kconfig/symbol.c type = S_BOOLEAN; type 71 scripts/kconfig/symbol.c type = S_BOOLEAN; type 73 scripts/kconfig/symbol.c return type; type 76 scripts/kconfig/symbol.c const char *sym_type_name(enum symbol_type type) type 78 scripts/kconfig/symbol.c switch (type) { type 142 scripts/kconfig/symbol.c switch (sym->type) { type 162 scripts/kconfig/symbol.c switch (sym->type) { type 182 scripts/kconfig/symbol.c if (sym->type == S_INT) type 200 scripts/kconfig/symbol.c if (tri == mod && (sym->type != S_TRISTATE || modules_val == no)) type 316 scripts/kconfig/symbol.c switch (sym->type) { type 476 scripts/kconfig/symbol.c int type = sym_get_type(sym); type 481 scripts/kconfig/symbol.c if (type != S_BOOLEAN && type != S_TRISTATE) type 484 scripts/kconfig/symbol.c if (type == S_BOOLEAN && val == mod) type 556 scripts/kconfig/symbol.c switch (sym->type) { type 600 scripts/kconfig/symbol.c switch (sym->type) { type 643 scripts/kconfig/symbol.c switch (sym->type) { type 669 scripts/kconfig/symbol.c if (sym->type == S_HEX && (newval[0] != '0' || (newval[1] != 'x' && newval[1] != 'X'))) { type 708 scripts/kconfig/symbol.c switch (sym->type) { type 737 scripts/kconfig/symbol.c if (sym->type == S_BOOLEAN && val == mod) type 740 scripts/kconfig/symbol.c switch (sym->type) { type 764 scripts/kconfig/symbol.c switch (sym->type) { type 830 scripts/kconfig/symbol.c symbol->type = S_UNKNOWN; type 1124 scripts/kconfig/symbol.c prop_get_type_name(prop->type), type 1159 scripts/kconfig/symbol.c switch (e->type) { type 1179 scripts/kconfig/symbol.c printf("Oops! How to check %d?\n", e->type); type 1197 scripts/kconfig/symbol.c if (prop->type == P_CHOICE || prop->type == P_SELECT) type 1203 scripts/kconfig/symbol.c if (prop->type != P_DEFAULT || sym_is_choice(sym)) type 1289 scripts/kconfig/symbol.c struct property *prop_alloc(enum prop_type type, struct symbol *sym) type 1296 scripts/kconfig/symbol.c prop->type = type; type 1313 scripts/kconfig/symbol.c if (prop->expr && (prop->expr->type == E_SYMBOL || type 1314 scripts/kconfig/symbol.c prop->expr->type == E_LIST)) type 1319 scripts/kconfig/symbol.c const char *prop_get_type_name(enum prop_type type) type 1321 scripts/kconfig/symbol.c switch (type) { type 1724 scripts/kconfig/zconf.tab.c current_entry->prompt->type = P_MENU; type 2412 scripts/kconfig/zconf.tab.c switch (sym->type) { type 2435 scripts/kconfig/zconf.tab.c switch (prop->type) { type 2473 scripts/kconfig/zconf.tab.c fprintf(out, " unknown prop %d!\n", prop->type); type 2496 scripts/kconfig/zconf.tab.c switch (prop->type) { type 2522 scripts/kconfig/zconf.tab.c if (menu->prompt && menu->prompt->type == P_MENU) type 167 scripts/kconfig/zconf.y current_entry->prompt->type = P_MENU; type 608 scripts/kconfig/zconf.y switch (sym->type) { type 631 scripts/kconfig/zconf.y switch (prop->type) { type 669 scripts/kconfig/zconf.y fprintf(out, " unknown prop %d!\n", prop->type); type 692 scripts/kconfig/zconf.y switch (prop->type) { type 718 scripts/kconfig/zconf.y if (menu->prompt && menu->prompt->type == P_MENU) type 56 scripts/mod/devicetable-offsets.c DEVID_FIELD(css_device_id, type); type 59 scripts/mod/devicetable-offsets.c DEVID_FIELD(serio_device_id, type); type 84 scripts/mod/devicetable-offsets.c DEVID_FIELD(of_device_id, type); type 88 scripts/mod/devicetable-offsets.c DEVID_FIELD(vio_device_id, type); type 103 scripts/mod/file2alias.c #define ADD_TO_DEVTABLE(device_id, type, function) \ type 108 scripts/mod/file2alias.c SIZE_##type, (function) }; \ type 487 scripts/mod/file2alias.c DEF_FIELD(symval, css_device_id, type); type 489 scripts/mod/file2alias.c sprintf(alias, "css:t%01X", type); type 498 scripts/mod/file2alias.c DEF_FIELD(symval, serio_device_id, type); type 504 scripts/mod/file2alias.c ADD(alias, "ty", type != SERIO_ANY, type); type 650 scripts/mod/file2alias.c DEF_FIELD_ADDR(symval, of_device_id, type); type 654 scripts/mod/file2alias.c (*type)[0] ? *type : "*"); type 657 scripts/mod/file2alias.c sprintf(&alias[len], "%sC%s", (*type)[0] ? "*" : "", type 674 scripts/mod/file2alias.c DEF_FIELD_ADDR(symval, vio_device_id, type); type 677 scripts/mod/file2alias.c sprintf(alias, "vio:T%sS%s", (*type)[0] ? *type : "*", type 291 scripts/recordmcount.c static void MIPS64_r_info(Elf64_Rel *const rp, unsigned sym, unsigned type) type 294 scripts/recordmcount.c .r_mips = { .r_sym = w(sym), .r_type = type } type 135 scripts/recordmcount.h static void fn_ELF_R_INFO(Elf_Rel *const rp, unsigned sym, unsigned type) type 137 scripts/recordmcount.h rp->r_info = _w(ELF_R_INFO(sym, type)); type 139 scripts/recordmcount.h static void (*Elf_r_info)(Elf_Rel *const rp, unsigned sym, unsigned type) = fn_ELF_R_INFO;